Hi, thanks to all of you at java-gaming.org, I finally know how to create a new project in Eclipse and link my JOGL 2.0 library I’ve downloaded
I recently acquired this book, http://www.amazon.com/gp/product/0321712617/ref=s9_simh_gw_p14_d0_i1?pf_rd_m=ATVPDKIKX0DER&pf_rd_s=center-2&pf_rd_r=1KMCRT135XYZ2WBBV4VH&pf_rd_t=101&pf_rd_p=470938631&pf_rd_i=507846 which is brand new and teaches OpenGL 5 from the beginning.
Instead of LWJGL, I want to work more closely to the original OpenGL calls and really learn how to work with 3D coordinates and then slowly add functions and new classes to form the framework of a game, and then keep starting over making better new code until I really have the skill to make more difficult projects.
I created this topic to find out if any game projects have ever been completed in JOGL, if any source code is available for these games, or if any game tutorials were started that use JOGL that I could look at as a supplement to working alongside the OpenGL 5 book i mentioned earlier.
I found a tutorial by someone named kevglass on cokeandcode.com for LWJGL, but the source code he posts is different from the code found within the step-by-step tutorial, and jumping around makes it difficult for me to learn. Also he starts off with the beginning of the GameWindow class with more complicated methods before starting with main(), so the jumping around really frustrates the hell out of me.
So yea, if you have any resources for JOGL that include tiny game projects with available source, that would really be great!