For a recent math visualizer I was programming, I needed to render LaTeX. I normally use Manim for such visualisations, but this time I decided to use p5.js. But it appears that there is no library to do this.
What can I do?
For a recent math visualizer I was programming, I needed to render LaTeX. I normally use Manim for such visualisations, but this time I decided to use p5.js. But it appears that there is no library to do this.
What can I do?
Different idea
@two.ticks has done some excellent work on the p5.teach library. Have a look and let us know if you think it could be useful in your work.
Here’s a post from earlier this summer: Animating maths in p5.js
Thanks! I’ll make sure to check out the library, since it could potentially be very useful for my future projects. However, I’ve already found the answer to my problem in one of your own answers: LATEX in processing - #4 by mcintyre
Ha that’s fun. Glad to hear it!