30 releases
Uses new Rust 2024
new 0.16.0 | Apr 24, 2025 |
---|---|
0.16.0-rc.3 | Mar 31, 2025 |
0.15.0 | Nov 29, 2024 |
0.14.0 | Jul 4, 2024 |
0.0.1 | May 11, 2021 |
#1198 in Game dev
74,856 downloads per month
Used in 398 crates
(10 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
~18–50MB
~869K SLoC