Please any resources or FREE books for java with openGL ?
Is it ok if I post 1 java and 1 opengl book? :D
D: D: D: D: Thanks but I want them together
Assuming Windows OS if not this needs some changes for linux or mac OS or others .... Books the OpenGL bibles the internet regardless of using C\C++ or Java JOGL. JOGL logic resembles or (vice versa) XNA you have your main class where methods must be written (display, idle func, etc). Other classes just require calling the static GL2.method name like in C and writing or overriding (extending for something different that should be called instead for the respective class) the respective method. http://jogamp.org/ to get jogl. To set it up download the latest Signed Release zip (avoid RC like the devil!!!!!). extract to C: or any other folder. Add the Env. variable "JogAmp" with the path to JogAmp folder (ex: C:\JogAmp). Add to the system path the .dll by adding to the system Path %JogAmp%\libs. For setting up netbeans just follow http://jogamp.org/wiki/index.php/Setting_up_a_JogAmp_project_in_your_favorite_IDE Hope it helped...
Why do u want them together ?
Thanks a lot NoSoul :) @Gary Ahuja Because I know them separated (I already know java and I'm using openGL with C++ (which is the best for openGL) But now I wanna try openGL with java to see the difference :).
Join our real-time social learning platform and learn together with your friends!