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

Experimental viewports #1389

Closed
wants to merge 21 commits into from
Closed

Commits on Mar 4, 2021

  1. Add Viewport component to the camera bundles

    Cameras are now decoupled from Windows, but automatic viewport resizing
    isn't implemented yet.
    rmsc committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    ce59eff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8686fd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cef5e9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e8661e5 View commit details
    Browse the repository at this point in the history
  5. Make the location of the Viewport sides linearly independent.

    Fixes the usability issue where changing the position of viewport origin affected the position of all its sides.
    rmsc committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    1cfed6a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    321a334 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0da856 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    65017aa View commit details
    Browse the repository at this point in the history
  9. Add viewport example.

    rmsc committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    2c4b1e4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    510e4a0 View commit details
    Browse the repository at this point in the history
  11. Rename ViewportSideLocation to just SideLocation, fix viewport clamping

    bevy_math::clamp() doesn't work as expected with glam vectors!
    rmsc committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    c21c606 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    18d86ab View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    319c7c1 View commit details
    Browse the repository at this point in the history
  14. Update the examples README.md

    rmsc committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    54a1032 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    89d90b0 View commit details
    Browse the repository at this point in the history
  16. Chain camera-related systems

    Fixes random Changed<Viewport> misses after d5a7330
    rmsc committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    7fa410f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c0cc3ca View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e2ad8f7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d3f971c View commit details
    Browse the repository at this point in the history
  20. Fix cargo fmt

    rmsc committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    ef79790 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    afe0165 View commit details
    Browse the repository at this point in the history