Login  Register

Re: Implementing JOGL

Posted by glennp on Mar 26, 2012; 1:27pm
URL: https://forum.jogamp.org/Implementing-JOGL-tp3855954p3858116.html

Thanks for your input.   I will see what I can do today.  Since this is such a big task trying to integrate JOGL into GeoTools I just want to make sure I have JOGL installed and running properly before starting to change the GeoTools code.  Because of the limitations of GeoTools my only practical approach is to develop a desktop swing application.  Even the Swing code is considered "unsupported".  

So I'm on my own in this endeavor.  The application will not be successful without hardware acceleration.  And I need to have a working demo by mid-July.  Seems like a long time out, but it will be here before I know it.  And a lot of this is totally new to me.  I am a J2EE developer for the most part.

Luckily this has no requirement to be portable.  The ONLY platform it will run on is Windows.  So I can just concentrate on that.

Thanks again.