bevy_debug_lines
bevy_debug_lines copied to clipboard
shortcut for basic shape
Could be very useful to have some methods on DebugLines
to create basics shape like arrow, square, circle ...
Hi, I've considered this, in fact I have a shape library you can snoop your favorites form the heron debug shape implementation. But in the end, the best would be to use bevy_gizmos for most use cases.
There's some basic shape support now thanks to @GarmOfGnipahellir. Only cuboids/rects right now, but more should be able to be added easily.