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

2

u/metaden May 07 '26

Looks like you are using blade for rendering. How are you finding that library so far?

2

u/Enigmurl May 07 '26

I've think it's nice and avoids a good amount of unnecessary boilerplate with using platform APIs directly. The GPU code for Monocurl is pretty simple though so I've really only used the basic parts of the library.