Login  Register

Re: Using JOGL in an Elipse RCP

Posted by Wade Walker on Jul 22, 2014; 6:57pm
URL: https://forum.jogamp.org/Using-JOGL-in-an-Elipse-RCP-tp4032632p4032633.html

I've got a tutorial showing how to create a JOGL RCP plugin the old way (with unpacked .dll/.dylib/.so) at http://wadeawalker.wordpress.com/2010/10/09/tutorial-a-cross-platform-workbench-program-using-java-opengl-and-eclipse/. The other tutorials on my blog show how to use the RCP plugin to make a complete project.

There is also an example of how to create a JOGL RCP plugin the new way (with the .dll/.dylib/.so left inside JAR files) in my GitHub at https://github.com/WadeWalker/com.jogamp.jogl. If you check out that repo, it'll give you a complete JOGL RCP plugin, though you'll probably want to upgrade the JOGL JARs to the latest version after you make sure it works.