bevy_arrows_plugin
A Bevy plugin for drawing arrows next to components.
Very WIP, do not rely on the API remaining stable.
To use, simply add the plugin to the app:
new.add_plugins
Then, when spawning an entity, add the [VecArrow] component:
commands.spawn;