I am new to JOGL. I found that JOGL binaries do not include many glu functions for curves and surfaces. I read, on this forum, that glu code will be ported to JOGL. But there is no indication when it will happen. Meanwhile, I would like to pursue with the option of generating Java wrappers for glu code. In this regard, I have two questions.
- Where can I find glu source code?
- How do I modify the build process to include glu functions? The following link for “How to build JOGL OpenGL binding for Java” describes build process.
https://jogl.dev.java.net/nonav/source/browse/checkout/jogl/doc/HowToBuild.html?rev=HEAD&content-type=text/html
How can I modify it to inlude glu functions?
Thank you very much!
Prabhakar