Re: What is the status of font rendering with JOGL?
Posted by
Sven Gothel on
May 29, 2019; 3:50pm
URL: https://forum.jogamp.org/What-is-the-status-of-font-rendering-with-JOGL-tp4039805p4039813.html
On 5/29/19 5:37 PM, Xerxes Rånby [via jogamp] wrote:
> To test the Jogamp JOGL font rendering i have made a small test program and
> compile script:
>
> git clone
https://github.com/xranby/jogamp-forum-examples> cd jogamp-forum-examples/src/main/java
> sh fetch-jogamp-build-and-run.sh
>
>
>
> The font rendering is working on single board computers such as the raspbnerry
> pi.
> Here tested on a Raspberry Pisystem with a 7" TFT
> raspi-config i have selected G2 GL (Fake KMS) OpenGL desktop driver with fake KMS
> For this to work with the current jogamp release i had to remove /opt/vc/lib
> from the library search path
> mv /opt/vc /opt/vc2
On a side note, I used my old RaspiPi and
the new open source driver w/ ES2 and passed most unit tests.
Now I have finally the arm64 board on my desk and must find
a good Debian alike image to use w/ those full open source
drivers included .. Xerxes, you probably know which is the best?
Then, depending on performance, I may add this node for unit tests.
~Sven