Login  Register

Re: Looking for example using SWT GLCanvas

Posted by Wade Walker on Jul 24, 2012; 7:01pm
URL: https://forum.jogamp.org/Looking-for-example-using-SWT-GLCanvas-tp4025603p4025634.html

If you're creating a plugin app, you might need to check your RCP project's dependencies: it should contain org.eclipse.ui, which in turn brings in org.eclipse.swt. I've got a tutorial on RCP with JOGL at https://wadeawalker.wordpress.com/2010/10/09/tutorial-a-cross-platform-workbench-program-using-java-opengl-and-eclipse/ which you might find helpful.