Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simensgreen/bevy_manim
bevy plugin for drawing and animation
https://github.com/simensgreen/bevy_manim
animation bevy drawing
Last synced: about 1 month ago
JSON representation
bevy plugin for drawing and animation
- Host: GitHub
- URL: https://github.com/simensgreen/bevy_manim
- Owner: simensgreen
- License: mit
- Created: 2021-06-19T09:37:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-21T20:03:29.000Z (over 3 years ago)
- Last Synced: 2024-10-01T14:36:22.179Z (about 2 months ago)
- Topics: animation, bevy, drawing
- Language: Rust
- Homepage:
- Size: 1.01 MB
- Stars: 23
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bevy Manim
[![Bevy tracking](https://img.shields.io/badge/Bevy%20tracking-main-lightblue)](https://github.com/bevyengine/bevy/blob/main/docs/plugins_guidelines.md#main-branch-tracking)[bevy][bevy] plugin for drawing and animation
## Motivation
I was inspired to create this plugin by the work
of 3b1b [manim][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>` aka `PackedAnimation`
- 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 |[bevy]: https://github.com/bevyengine/bevy
[manim]: https://github.com/3b1b/manim/tree/846c10a0ffb0625b2d4e0a0703b9586d6f8fc485