Login  Register

Re: Text without AWT?Solved!

Posted by adi on Mar 06, 2017; 10:28pm
URL: https://forum.jogamp.org/Text-without-AWT-tp4037684p4037745.html

Sounds good.
I use also Widlfly and Jboss.
I have the server written for Java SE, for JEE there already JBoss and other.
For that i use, Tyrus, Grizzly,Jersey and Apache-Deltaspike und Jboss WELD for CDI integration.  
In the moment i struggle with the design for a perfomant distance field font displayer for 3D
for integration in my jogl project.
What can be a better approach?
Copy at program start all single char maps (mostly used 97) to GPU and reference it (texture binding),
or create the char info dynamically at runtime and send it to the GPU with GL4.GL_STREAM_DRAW to the GPU?
For 2D the second approach it's better for flexible manage scaling i think, but in 3D there
is no need for such scaling.