JOGL with SWT(and NEWT) and OpenGL ES 2.0 for Eclipse RCP
Posted by
seahorse on
Feb 24, 2012; 1:43pm
URL: https://forum.jogamp.org/JOGL-with-SWT-and-NEWT-and-OpenGL-ES-2-0-for-Eclipse-RCP-tp3772584.html
I want to run a interactive app (i.e. user can move 3D models through interaction) in Eclipse RCP.
Thus I need to use SWT.
I found the below tutorial by Wade Walker to be very helpful
http://wadeawalker.wordpress.com/2010/10/09/tutorial-a-cross-platform-workbench-program-using-java-opengl-and-eclipse/I have two doubts
1.)I am assuming the above tutorial would work with GLES 2.0 as well if I change profile to OpenGL ES 2.0 on desktop right?
2.)Should I use "NEWT" also as mine is a interactive application? Or NEWT is not required? How do we integrate NEWT with SWT (with GLES 2.0 profile) ?