#MathLikeAnim-rs v0.5.6: A Manim alternative written in Rust, now at NPM thanks to WASM for the web

2 messages · Page 1 of 1 (latest)

shell musk
#

Hello! I'm MathLike (MathItYT on GitHub) and I created this animation library as an alternative to Manim written in Rust. Now it's available at NPM thanks to WASM to create web mathematical animations with the HTML Canvas backend or the SVG one.

I've decided to not use pure JavaScript and use Rust with WASM because I'm planning to make other backends in the future that are not designed for the web, but to use in our system's Python thanks to PyO3 project, and Rust allows me to create both kinds of mathematical animations.

Some features are:

  • Interactivity.
  • Basic shapes.
  • Function plotting.
  • Animations in HTML Canvas or SVG.

Coming soon:

  • 3D rendering.
  • Python backends.

The repo is at https://github.com/MathItYT/mathlikeanim-rs 🙂

GitHub

A simple Rust library to create mathematical animations - MathItYT/mathlikeanim-rs

bleak glen
#

This is cool. I was excited about motion canvas (javascript manim), but I never thought about a rust alternative to manim.
I would love to contribute to this