28 releases
Uses new Rust 2024
new 0.16.0-rc.4 | Apr 11, 2025 |
---|---|
0.16.0-rc.3 | Mar 31, 2025 |
0.15.3 | Feb 24, 2025 |
0.15.0 | Nov 29, 2024 |
0.0.1 | May 11, 2021 |
#2394 in Game dev
75,355 downloads per month
Used in 393 crates
(9 directly)
8MB
144K
SLoC
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.
Bevy Gizmos
Dependencies
~17–50MB
~886K SLoC