Jogl Tutorial: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
* JOGL with IDEs | |||
* [https://sites.google.com/site/justinscsstuff/jogl-tutorials | ** Eclipse | ||
* [https://sites.google.com/site/justinscsstuff/jogl-tutorial-1 JOGL Tutorial 1 - Environment Setup] | *** [http://ramisantina.blogspot.com/2010/08/creating-jogl-eclipse-project.html Rami's Guide how to setup a JOGL Eclipse project] | ||
* [https://sites.google.com/site/justinscsstuff/jogl-tutorial-2 JOGL Tutorial 2 - Creating a Window] | *** [http://wadeawalker.wordpress.com/2010/10/09/tutorial-a-cross-platform-workbench-program-using-java-opengl-and-eclipse/ Wade's Cross Platform Workbench Program using Eclipse and JOGL] | ||
* [https://sites.google.com/site/justinscsstuff/jogl-tutorial-3 JOGL Tutorial 3 - Creating a Render Loop] | *** [http://wadeawalker.wordpress.com/2010/10/24/tutorial-creating-native-binary-executables-for-multi-platform-java-apps-with-opengl-and-eclipse-rcp/ Wade's Creating native binary executables for multi-platform Java apps with OpenGL and Eclipse RCP] | ||
** Netbeans | |||
*** Netbeans project configurations are included in the source, hence you just can load them in NB .. | |||
* [http:// | * [https://sites.google.com/site/justinscsstuff/jogl-tutorials Justin's Getting Started with JOGL 2 Tutorials] | ||
** [https://sites.google.com/site/justinscsstuff/jogl-tutorial-1 JOGL Tutorial 1 - Environment Setup] | |||
** [https://sites.google.com/site/justinscsstuff/jogl-tutorial-2 JOGL Tutorial 2 - Creating a Window] | |||
** [https://sites.google.com/site/justinscsstuff/jogl-tutorial-3 JOGL Tutorial 3 - Creating a Render Loop] | |||
* [http://www.felixgers.de/teaching/jogl/ Felix's OpenGL and JOGL] | |||
* [http://wadeawalker.wordpress.com/2010/10/17/tutorial-faster-rendering-with-vertex-buffer-objects/ Wade's Faster rendering with vertex buffer objects] | * [http://wadeawalker.wordpress.com/2010/10/17/tutorial-faster-rendering-with-vertex-buffer-objects/ Wade's Faster rendering with vertex buffer objects] | ||
* [http://leolol.com/tutorials/graphics_tutorials.html LeoLoL.com Tutorials] | |||
** [http://leolol.com/tutorials/graphics/lesson01.html Lesson 1 - Setting up a JOGL Template] | |||
* [http:// | ** [http://leolol.com/tutorials/graphics/lesson02.html Lesson 2 - Drawing basic 2D shapes] | ||
* [http:// | ** [http://leolol.com/tutorials/graphics/lesson03.html Lesson 3 - Adding colour] | ||
** [http://leolol.com/tutorials/graphics/lesson04.html Lesson 4 - 3D Shapes and Rotation] | |||
* [http://www.informatik.uni-oldenburg.de/~trigger/ Johannes's Courses at University of Oldenburg (German)] | |||
* [http:// | |||
(The old (not quite up2date) JOGL Userguide is currently available [http://jogamp.org/jogl/doc/userguide/ here]) | (The old (not quite up2date) JOGL Userguide is currently available [http://jogamp.org/jogl/doc/userguide/ here]) |
Revision as of 05:13, 20 December 2010
- JOGL with IDEs
- Eclipse
- Netbeans
- Netbeans project configurations are included in the source, hence you just can load them in NB ..
- Justin's Getting Started with JOGL 2 Tutorials
- Felix's OpenGL and JOGL
- Wade's Faster rendering with vertex buffer objects
- LeoLoL.com Tutorials
- Johannes's Courses at University of Oldenburg (German)
(The old (not quite up2date) JOGL Userguide is currently available here)