- Deprecate in favor of
bevy_trackball
.
- Re-export
kiss3d
andtrackball
movingFixed
totrackball::Fixed
.
- Bump
kiss3d
,trackball
, andnalgebra
to latest versions. - Adhere to pedantic Clippy lints.
- Bump
kiss3d
,trackball
, andnalgebra
to latest versions. - Use latest edition.
- Prepare for latest
nalgebra
. - Make crate
no_std
.
- Add first person view.
- Use move semantics whenever otherwise cloning borrowed method arguments.
- Reorder arguments of
Trackball::new()
andTrackball::new_with_frustum()
.
- Use
Fixed
quantity wrt field of view. - Use better supported Unicode arrow symbol.
- Update dependencies.
- Switch to BSD-2-Clause-Patent.
- Add trackball implementation.