Show HN: I made a parser visualizer using manim
1–10 of 16 posts
Re: Show HN: I made a parser visualizer using manim
#2Would be nice if you could provide some visual examples of it. Intrested to see how it will look like in the end.
Re: Show HN: I made a parser visualizer using manim
#3Would 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/
Re: Show HN: I made a parser visualizer using manim
#4Re: Show HN: I made a parser visualizer using manim
#5I'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?
Re: Show HN: I made a parser visualizer using manim
#6Would be nice if you could provide some visual examples of it. Intrested to see how it will look like in the end.
This video shows yacv visualizations of LL(1) and LR(1) parsing. https://youtu.be/BozB0O0__Qg
Re: Show HN: I made a parser visualizer using manim
#7I'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/
Re: Show HN: I made a parser visualizer using manim
#8The readme doesn't show any example visualizations...
Re: Show HN: I made a parser visualizer using manim
#9Great timing, I currently have a homework for my compiler class about doing LL by hand. I'll give this a go later today to help me visualize.
Re: Show HN: I made a parser visualizer using manim
#10The readme doesn't show any example visualizations...