How to render LaTeX?

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?

1 Like

Different idea

:: Using MathJax in the forum (testing) - #5 by quark

3 Likes

@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

2 Likes

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

4 Likes

Ha that’s fun. Glad to hear it!