1 unstable release
0.1.0 | Jun 21, 2021 |
---|
#1968 in Game dev
1MB
845 lines
Bevy Manim
bevy plugin for drawing and animation
Motivation
I was inspired to create this plugin by the work of 3b1b manim and the need for bevy to develop direct drawing tools. The plugin is in its infancy and could change dramatically, but the basic concept will remain the same.
It is also based on lyon, an alternative may be useful
Current goals
- More drawing primitives:
- More animations
- Documentation
- Get rid of the terrible
Arc<Mutex<...>>
akaPackedAnimation
- Find a way to make the interface more user-friendly for drawing and scheduling animations
- Add complex animations (more than one effect is applied to the same picture at the same time)
- Integration with user input, for example, to start a chain of animations when you press the spacebar (useful for presentations)
Version
bevy | bevy_manim |
---|---|
main | main |
v0.5 | v0.1 |
Dependencies
~16–25MB
~416K SLoC