Re: Latex renderer in JOGL
Posted by
gouessej on
Jun 08, 2020; 4:10pm
URL: https://forum.jogamp.org/Latex-renderer-in-JOGL-tp4040674p4040678.html
Hello
Use
jlatexmath.
Create a BufferedImage with TeXFormula.createBufferedImage() and use AWTTextureIO to convert it into a texture that you can use with JOGL.