New tutorial: Vertex buffer objects in an Eclipse RCP application
Posted by
Wade Walker on
Oct 17, 2010; 11:48pm
URL: https://forum.jogamp.org/New-tutorial-Vertex-buffer-objects-in-an-Eclipse-RCP-application-tp1722023.html
Hi guys,
Here's another tutorial in my series that shows how to set up an Eclipse RCP application with JOGL:
http://wadeawalker.wordpress.com/2010/10/17/tutorial-faster-rendering-with-vertex-buffer-objects/.
I feel a bit foolish doing such basic tutorials when so many others here are doing super-advanced rendering with JOGL, but hopefully this will help some people get "over the hump" and get a first JOGL application up and running.
For the next tutorial, I'll probably show how to export multi-platform binaries, since I've seen some others on this forum asking about that.
-w