Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - Reduce power usage with configurable event loop #3974

Closed
wants to merge 31 commits into from

Commits on Feb 22, 2022

  1. Implement low power updates

    aevyrie committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    f7ca793 View commit details
    Browse the repository at this point in the history
  2. Move camera closer

    aevyrie committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    564d9eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    828090b View commit details
    Browse the repository at this point in the history
  4. Fix bug with delayed events

    aevyrie committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    08b590b View commit details
    Browse the repository at this point in the history
  5. Bugfixes

    aevyrie committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    1e380e6 View commit details
    Browse the repository at this point in the history
  6. Improve example clarity

    aevyrie committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    a41fe02 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2cc429c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4856da1 View commit details
    Browse the repository at this point in the history
  9. Add example to readme

    aevyrie committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    b8d0531 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    94c60cc View commit details
    Browse the repository at this point in the history
  11. Fleshed out example

    aevyrie committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    a889087 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e4a0d61 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6af14ce View commit details
    Browse the repository at this point in the history
  14. clippy

    aevyrie committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    989f128 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    aefd419 View commit details
    Browse the repository at this point in the history
  2. improve presets and docs

    aevyrie committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    6299712 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5917fdc View commit details
    Browse the repository at this point in the history
  4. lint

    aevyrie committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    75a6bfe View commit details
    Browse the repository at this point in the history
  5. Update crates/bevy_winit/src/lib.rs

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    aevyrie and superdump authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    75693ad View commit details
    Browse the repository at this point in the history
  6. Update crates/bevy_winit/src/lib.rs

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    aevyrie and superdump authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    f764b78 View commit details
    Browse the repository at this point in the history
  7. Update crates/bevy_winit/src/lib.rs

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    aevyrie and superdump authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    4895873 View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    Co-authored-by: Robert Swain <robert.swain@gmail.com>
    aevyrie and superdump authored Mar 4, 2022
    Configuration menu
    Copy the full SHA
    24903fa View commit details
    Browse the repository at this point in the history
  9. Code review cleanup

    aevyrie committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    de19a81 View commit details
    Browse the repository at this point in the history
  10. Doc corrections.

    aevyrie committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    464f610 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2022

  1. Switch example to RMB

    aevyrie committed Mar 5, 2022
    Configuration menu
    Copy the full SHA
    350d67a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Configuration menu
    Copy the full SHA
    33413c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac921b3 View commit details
    Browse the repository at this point in the history
  3. Update examples/window/low_power.rs

    Co-authored-by: François <mockersf@gmail.com>
    aevyrie and mockersf authored Mar 6, 2022
    Configuration menu
    Copy the full SHA
    016a6f2 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    Co-authored-by: François <mockersf@gmail.com>
    aevyrie and mockersf authored Mar 6, 2022
    Configuration menu
    Copy the full SHA
    c259331 View commit details
    Browse the repository at this point in the history
  5. Review feedback: use captured var instead of Res<>

    Co-authored-by: François <mockersf@gmail.com>
    aevyrie and mockersf committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    8df90d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. PR review feedback

    * Rename `WinitConfig` to `WinitSettings`.
    * Disable power saving for game mode.
    Co-authored-by: Carter Anderson <mcanders1@gmail.com>
    aevyrie committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    f4d3e44 View commit details
    Browse the repository at this point in the history