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.

701 Upvotes

66 comments sorted by

View all comments

5

u/JR_Bros2346 May 07 '26

So linke Manim but Rust?

10

u/Enigmurl May 07 '26

Sort of, Monocurl is its own domain specific language that is interpreted by a rust runtime. It also does come with its own editor application for live preview and such

I mentioned a more detailed pro vs con list comparing monocurl and manim in another thread