Live data from Hacker News

Show HN: I made a parser visualizer using manim

github.com

1–10 of 16 posts

Re: Show HN: I made a parser visualizer using manim

#4
post #3
post #2

Would be nice if you could provide some visual examples of it. Intrested to see how it will look like in the end.

I found a visual example here: https://ashutoshbsathe.github.io/yacv/

Ahh thanks for that, guess i just didnt look into it enough to find it.

Re: Show HN: I made a parser visualizer using manim

#7
post #5

I've heard it said previously that manim is hard to use if you're not 3b1b. Is this (still) true? How hard was the manim side of things to implement, subjectively speaking?

Since I last used it, it looks like there has been a lot of work on manim in the community fork [1]. It used to definitely be a fair amount of work to figure things out, but it looks like things are easier now. I remember having to dig through source code for everything and the SVG rendering was a nightmare, but since then there's now some proper documentation [2] and an overhaul of how manim does SVG rendering [3]. Looks like it's much nicer to use now. It's worth messing around with if you haven't used manim before

[1] https://github.com/ManimCommunity/manim/

[2] https://docs.manim.community/en/v0.4.0/index.html

[3] https://github.com/ManimCommunity/manim/pull/915

Post reply on HN