I've added a binding to FTGL
(http://homepages.paradise.net.nz/henryj/code/#FTGL). FTGL is basically
a library which allows one to use any fonts loadable by FreeType and
display them if using OpenGL. Its an optional dependancy so you don't
need to build or use if this is not your wish.
If you do wish to build it there is only the Linux Makefile at this
point in:
etc/build/linux/ftgl
Copy this file to src/sdljava/native/ftgl and type "make" to get the
libftgljava.so built and ready for use. I've also ported the FTGL demo
application "FTGLDemo" and placed it in testsrc/org/gljava/opengl/ftgl
as "FTGLTest". Its not completely implemented yet but enough is there
to show that the binding is working.
-Ivan/
|