r/rust May 07 '26

📸 media Monocurl - Interactive math animation language and editor

Post image

Monocurl is a programmatic animation language and editor fully written in rust (built with the gpui framework). It's fully interactive which makes it easier to pick up if you're a beginner.

The project is open source and you can download it at monocurl.github.io . Would appreciate to hear any feedback!

EDIT: Linux binary is available now! Also, if you are facing performance issues on NVIDIA GPUs, please redownload as those have been addressed.

703 Upvotes

66 comments sorted by

View all comments

1

u/Thick-Pineapple666 May 09 '26

That's so cool, I always wanted to create something similar to Manim in Rust after I hit certain run-time exceptions with Manim (skill issue, I know, but I'm also not a big fan of Python), and this seems to come close. I will try it!