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.
- Update
bevy_egui
to0.30
andegui
to0.29
- Fix a panic when
egui
fails to return a context
- Add "User" to viewpoint enum
- Switch to bevy_egui 0.29
- Use system monitoring changes instead of hooks on Handle
- New egui_full example
- 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
- Now the Pan/Orbit/Zoom controller works with multiple viewports
- The events now suports mutliple cameras/viewports
- Fixes in the README.md
- Documentation
- Some functions are now private and not public anymore
- Some
use
are now private and not public anymore
- Upgrade to Bevy 0.14
- 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