#Working on a Manim alternative made in Rust

14 messages · Page 1 of 1 (latest)

inland flicker
gray scroll
#

that’s cool! have you considered supporting Typst instead of (or as well as) LaTeX?

Typst

Focus on your text and let Typst take care of layout and formatting. Sign up now and speed up your writing process.

#

Just to keep it pure rust :D

#

and also, Manim would be so much nicer with typst lol

inland flicker
#

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

gray scroll
#

Right, I see you’re implementing SVG manually

inland flicker
#

Yes, that took me a lot of hours XD

gray scroll
#

You might want to use usvg

#

I think it would save a lot of work

#

Slightly higher-level than svg

inland flicker
#

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

inland flicker