23 releases
new 0.15.2 | Feb 6, 2025 |
---|---|
0.15.0 | Nov 29, 2024 |
0.14.0 | Jul 4, 2024 |
0.13.1 | Mar 18, 2024 |
0.0.1 | May 11, 2021 |
#1619 in Game dev
67,806 downloads per month
Used in 380 crates
(9 directly)
6.5MB
119K
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
~17–50MB
~855K SLoC