Login  Register

Re: Modern JoGL examples

Posted by elect on Jul 18, 2013; 7:32am
URL: https://forum.jogamp.org/Modern-JoGL-examples-tp4029597p4029610.html

Xerxes Rånby wrote
3. clone jogl-demos to your harddrive
git clone  http://github.com/JogAmp/jogl-demos
So I have forked and cloned, now I am trying to solve the dependencies..

Looking in the project property it says:


../gluegen/build/gluegen-rt.jar
../jogl/build/nativewindow/nativewindow.all.jar
../jogl/build/jogl/jogl.all.jar
../jogl/build/newt/newt.all.jar
../joal/build/joal.jar

then since I have the jogl_demos in

C:\Users\gbarbieri\Documents\jogl-demos

I created:

C:\Users\gbarbieri\Documents\jogl\build

and so on..

now in the jogamp-all-platforms I have only the

gluegen-rt.jar
jogl.all.jar
joal.jar

it's missing

nativewindow.all.jar
newt.all.jar

I tried to take the platform specific ones, but it didnt work out, I still have unsatisfied dependencies


In the while I created a temporary one

https://github.com/elect86/modern-jogl-examples