9 releases
Uses new Rust 2024
0.1.0-alpha.11 | Apr 1, 2025 |
---|---|
0.1.0-alpha.9 |
|
0.0.0 | Dec 23, 2024 |
#100 in Video
764 downloads per month
320KB
7K
SLoC

Ranim


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:
[dependencies]
ranim = "0.1.0-alpha.1"
You can also use from git for the latest updates:
[dependencies]
ranim = { git = "https://github.com/azurice/ranim" }
For the usage, check out the examples folder. You can run the examples with:
cargo run --example <example-name>
and you can use --release
flag for faster rendering.
Feature Flags
-
app
: enable the preview app apiuse
run_scene_app
API to launch an preview app on a scenehttps://github.com/user-attachments/assets/5bf287e2-b06f-42f8-83b6-76f3775e298e
-
profiling
: enable profiling with https://github.com/EmbarkStudios/puffinCPU uses
127.0.0.1:8585
and GPU uses127.0.0.1:8586
Design
Once the design is stablized, I may write about it.
For now, you can check out the code.
Aknowledgements
Star History
Dependencies
~19–57MB
~1M SLoC