21 releases
0.15.0 | Nov 29, 2024 |
---|---|
0.15.0-rc.2 | Oct 27, 2024 |
0.14.0 | Jul 4, 2024 |
0.13.1 | Mar 18, 2024 |
0.0.1 | May 11, 2021 |
#2293 in Game dev
57,140 downloads per month
Used in 339 crates
(6 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–51MB
~882K SLoC