42 releases
Uses new Rust 2024
| new 0.19.0-rc.1 | May 13, 2026 |
|---|---|
| 0.18.1 | Mar 4, 2026 |
| 0.18.0 | Jan 13, 2026 |
| 0.18.0-rc.2 | Dec 30, 2025 |
| 0.0.1 | May 11, 2021 |
#1998 in Game dev
262,619 downloads per month
Used in 545 crates
(23 directly)
9MB
158K
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
~34–47MB
~1M SLoC