#How can I draw a line?
6 messages · Page 1 of 1 (latest)
and there's a 3D example to draw lines as well
https://github.com/bevyengine/bevy/blob/latest/examples/3d/lines.rs
There is this crate too: https://crates.io/crates/bevy_polyline
oh nice, thank you guys, those are very useful! seems like bevy_polyline is not listed on the official assets page hmm
I forgot to say that there is also https://crates.io/crates/bevy_prototype_debug_lines which is rather simple to use