20 unstable releases (5 breaking)
new 0.15.0-rc.3 | Nov 5, 2024 |
---|---|
0.14.2 | Sep 6, 2024 |
0.14.0 | Jul 4, 2024 |
0.13.1 | Mar 18, 2024 |
0.0.1 | May 11, 2021 |
#2473 in Game dev
48,913 downloads per month
Used in 308 crates
(6 directly)
6.5MB
115K
SLoC
Bevy Gizmos
lib.rs
:
This crate adds an immediate mode drawing api to Bevy for visual debugging.
Example
fn system(mut gizmos: Gizmos) {
gizmos.line(Vec3::ZERO, Vec3::X, GREEN);
}
See the documentation on Gizmos for more examples.
Dependencies
~14–48MB
~833K SLoC