- Bump MSRV to
1.82.0
. - Bump
bevy
to0.15.0
. - Bump
bevy_egui
to0.31.0
. - Bump
trackball
to0.15.0
.
- Update
bevy_egui
. - Bump MSRV.
- Disable wireframe mode in examples when unsupported.
- Update
bevy
to0.14.0
. - Update
trackball
to0.14.0
. - Improve examples, avoid CDN.
- Update
bevy_egui
to0.27.0
. - Update
bevy
to0.13.2
. - Document optional features.
- Move webpage avoiding redirects and repository bloat.
- Update
bevy_egui
to0.26.0
. - Update
bevy
to0.13.1
.
- Add missing re-normalization as part of smoothing, thanks to mo8it.
This prevents panics when dependants enable the
glam_assert
/debug_glam_assert
feature.
- Update Bevy to
0.13
. - Translate blend ratio of
0.25
into half-life of40.0
milliseconds. - Support creating
Delta::Track
events to follow a target.
- Fix mouse and especially touch input by clearing event readers when viewport
is given back. This issue got noticeable with Bevy
0.12.1
, see #10877. - Refactor viewport stealing allowing to specify number of frames.
- Let
m
key toggle betweenmap_esdf
andmap_wasd
for slide operations.
- Update Bevy to
0.12
.
- Fix default of
TrackballInput::first_key
matching documentation. - Host documentation next to examples. This fixes outdated intra-doc links to
nalgebra
0.25.0
and broken intra-doc links tobevy
.
- Initial release.