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 🙂