Skip to content

Latest commit

 

History

History
79 lines (46 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

79 lines (46 loc) · 1.43 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[unreleased]

Added

Changed

Deprecated

Removed

Fixed

Security

[0.4.1]

Changed

  • Switch to bevy_egui 0.29
  • Use system monitoring changes instead of hooks on Handle

[0.4.0]

Added

  • New egui_full example

Changed

  • Make modules private and used types public
  • Events now needs the camera entity parameters to indicate which camera must be changed
  • BlendyCamerasSystemSet refactored with different internal system order

Fixed

  • Now the Pan/Orbit/Zoom controller works with multiple viewports
  • The events now suports mutliple cameras/viewports

[0.3.1]

Changed

  • Fixes in the README.md

[0.3.0]

Added

  • Documentation

Changed

  • Some functions are now private and not public anymore
  • Some use are now private and not public anymore

[0.2.0] - 2024-07-26

Changed

  • Upgrade to Bevy 0.14

[0.1.0] - 2024-07-26

Added

  • Initial release for Bevy 0.13
  • Orbit camera controller allowing Pan/Orbit/Zoom with "Zoom to mouse positon" and "Auto depth"
  • Fly camera controller
  • Swith between camera controllers
  • Set camera viewpoint (front, back, right, left, top, bottom)
  • Frame view around entities