12 releases

Uses new Rust 2024

new 0.1.0-alpha.14 Jul 1, 2025
0.1.0-alpha.13 May 1, 2025
0.1.0-alpha.12 Apr 20, 2025
0.1.0-alpha.9 Mar 29, 2025
0.0.0 Dec 23, 2024

#4 in #implemented-in

Download history 438/week @ 2025-03-11 197/week @ 2025-03-18 230/week @ 2025-03-25 161/week @ 2025-04-01 22/week @ 2025-04-08 136/week @ 2025-04-15 26/week @ 2025-04-22 113/week @ 2025-04-29 25/week @ 2025-05-06 21/week @ 2025-05-13

1,170 downloads per month

MIT license

375KB
9K SLoC

Ranim Logo

Ranim

license crates.io commit
build check
stars
hello_ranim ranim_logo

examples/hello_ranim

examples/ranim_logo

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.11"

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

Design

Once the design is stablized, I may write about it.

For now, you can check out the code.

Aknowledgements

Star History

Star History Chart

Dependencies

~65–110MB
~1.5M SLoC