Hi Processing community
I am looking to start making high-quality math content like 3Blue1Brown but specialised for primary and high school students (Example here) . However, I want students to be able to interact with the visualisations as a widget on a website. WIth manim (the library used to make that video) being written in Python this makes this task very difficult to achieve. Has anyone been able to achieve this desired effect with Manim? Any rumours about a javascript implementation of manim?
Another option I am considering is to make manim like videos using p5js https://p5js.org/. However, there would be a bit of extra work required since p5 does not have the same features as manim for certain use cases. Has anyone made educational math videos using p5js, if so do you have any tips and tricks?
Please share any thoughts or ideas