Login  Register

Rendering Text

Posted by Laykun on May 04, 2015; 8:06am
URL: https://forum.jogamp.org/Rendering-Text-tp4034409.html

OK so I used to use the TextRenderer to draw text which is no longer compatible with GL3. using a GL3Bc seems to be broken for me too ("Profile GL3bc is not available on null" : Linux Intel Mesa). My question is, what is the currently accepted method going forward for rendering Text? I can't seem to find a demo with source code, but I'd love to transition my current system to the new one. I've heard of some sort of com.jogamp.graph.curve.opengl.TextRenderer system but can't find an actually implementation and this class is also missing for me.