#Working on a Manim alternative made in Rust
14 messages · Page 1 of 1 (latest)
that’s cool! have you considered supporting Typst instead of (or as well as) LaTeX?
Just to keep it pure rust :D
and also, Manim would be so much nicer with typst lol
Yeah, I also want to incorporate Typst, however, the SVG parser still can't parse any Typst's SVG (SVG 2.0 isn't supported), but Typst is a great and fast tool.
Maybe in the future
Right, I see you’re implementing SVG manually
Yes, that took me a lot of hours XD
You might want to use usvg
I think it would save a lot of work
usvg (micro SVG) is an SVG parser that tries to solve most of SVG complexity.
Slightly higher-level than svg
I'm also the creator of Manim Studio, a GUI for Manim, and I felt everything is so slow with Python, so I'm creating the Scripting API in Rust and then it will become an editor
Thank you so much!