Jogl Tutorial: Difference between revisions
Jump to navigation
Jump to search
m (updated link) |
(removed jogl 1.x link) |
||
Line 6: | Line 6: | ||
** Netbeans | ** Netbeans | ||
*** Netbeans project configurations are included in the source, hence you just can load them in NB .. | *** Netbeans project configurations are included in the source, hence you just can load them in NB .. | ||
* [https://sites.google.com/site/justinscsstuff/jogl-tutorials Justin's Getting Started with JOGL 2 Tutorials] | * [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-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-2 JOGL Tutorial 2 - Creating a Window] | ||
** [https://sites.google.com/site/justinscsstuff/jogl-tutorial-3 JOGL Tutorial 3 - Creating a Render Loop] | ** [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://www.felixgers.de/teaching/jogl/ Felix's OpenGL and JOGL] JOGL 1 ... --> | ||
* [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_tutorials.html LeoLoL.com Tutorials] | ||
** [http://leolol.com/tutorials/graphics/lesson01.html Lesson 1 - Setting up a JOGL Template] | ** [http://leolol.com/tutorials/graphics/lesson01.html Lesson 1 - Setting up a JOGL Template] | ||
Line 17: | Line 20: | ||
** [http://leolol.com/tutorials/graphics/lesson03.html Lesson 3 - Adding colour] | ** [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://leolol.com/tutorials/graphics/lesson04.html Lesson 4 - 3D Shapes and Rotation] | ||
* [http://www.informatik.uni-oldenburg.de/~trigger/opengl_course.html Johannes's Courses at University of Oldenburg (German)] | |||
* Courses | |||
** [http://www.informatik.uni-oldenburg.de/~trigger/opengl_course.html Johannes's Courses at University of Oldenburg (German)] | |||
(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 13:32, 31 December 2010
- JOGL with IDEs
- Eclipse
- Netbeans
- Netbeans project configurations are included in the source, hence you just can load them in NB ..
(The old (not quite up2date) JOGL Userguide is currently available here)