Re: TextRenderer - my text won't show
Posted by
chakie on
Aug 09, 2013; 9:42am
URL: https://forum.jogamp.org/TextRenderer-my-text-won-t-show-tp4029291p4029777.html
Seems I'm too dumb for this. I cloned
https://github.com/sgothel/jogl-demos but said repository only seems to contain:
jogl-demos/src/demos/j2d/TestTextRenderer.java
which is using the old version. No sample uses com.jogamp.graph.curve.opengl.TextRenderer. I assume there's some other repository somewhere with newer stuff or a branch I don't know about.
Compiling the demos is also not documented anywhere. :)
% cd make
% ant
Buildfile: /Users/chakie/Downloads/jogl-demos/make/build.xml
BUILD FAILED
/Users/chakie/Downloads/jogl-demos/make/build.xml:29: Cannot find /Users/chakie/Downloads/gluegen/make/gluegen-cpptasks.xml imported from /Users/chakie/Downloads/jogl-demos/make/build.xml
Total time: 0 seconds
I'm sorry for wasting your time with this. I'll wait for a later version of JOGL and see if it gets fixed then.