Ranim
https://github.com/user-attachments/assets/285e4c0f-c794-46d0-b38f-434e5e6d9c8b
Ranim is an animation engine crate implemented in pure rust, inspired heavily by Manim and jkjkil4/JAnim.
[!WARNING] Ranim is now WIP. It only supports some basic items and animations, the apis are unstable and may change frequently, the documentation is also not complete.
Dependencies
Runtime dependencies:
- typst: fonts and maths rendering
- ffmpeg: encode videos
Installation
Currently, it is experimental on crates.io:
[]
= "0.1.0-alpha.1"
You can also use from git for the latest updates:
[]
= { = "https://github.com/azurice/ranim" }
For the usage, check out the examples folder. You can run the examples with:
and you can use --release flag for faster rendering.
Design
Once the design is stablized, I may write about it.
For now, you can check out the code.