Does Bevy have a module for plotting? #2902
Unanswered
IndianBoy42
asked this question in
Q&A
Replies: 1 comment
-
You could take a look at https://bevyengine.org/assets/ for a list of third party plugins. I don't see a plot plugin, but bevy_prototype_lyon could be used for manually drawing plots I think. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am starting a project, that actually isn't really a game but it does involve 2d graphics/animations, interaction and realtime plots. So I was thinking bevy might be a good fit, as it is something I want to learn anyway.
Beta Was this translation helpful? Give feedback.
All reactions