WorldWind to jogl 2.0 migration

classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

WorldWind to jogl 2.0 migration

borsightjohn
I would like to transition WorldWind java from jogl 1.1.1 to 2.0.  Is there a migration guide for this transition?
Reply | Threaded
Open this post in threaded view
|

Re: WorldWind to jogl 2.0 migration

Michael Bien
no migration guide sorry. But we have prepared for larger projects jackpot refactoring scripts.
Take a look at this blog entry:
http://michael-bien.com/mbien/entry/you_have_won_the_jackpot

the other main difference are profiles:
http://michael-bien.com/mbien/entry/jogl_2_opengl_profiles_explained

if you have further questions just ask...

best regards,

michael


On 08/24/2010 09:05 PM, borsightjohn [via jogamp] wrote:
I would like to transition WorldWind java from jogl 1.1.1 to 2.0.  Is there a migration guide for this transition?


View message @ http://jogamp.762907.n3.nabble.com/WorldWind-to-jogl-2-0-migration-tp1317781p1317781.html
To start a new topic under jogamp, email [hidden email]
To unsubscribe from jogamp, click here.


-- 
http://michael-bien.com/
Reply | Threaded
Open this post in threaded view
|

Re: WorldWind to jogl 2.0 migration

Xerxes Rånby
In reply to this post by borsightjohn
NASA World Wind Java SDK 2.0 uses JOGL 2
http://worldwind.arc.nasa.gov/java/

NASA WorldWind have switched CMS from SVN to GIT!
The latest NASA WorldWind sourcecode is now found here:
https://github.com/NASAWorldWind/WorldWindJava

I have sent them the first GIT pull request to update to JogAmp JOGL 2.3.2
https://github.com/NASAWorldWind/WorldWindJava/pull/1
Reply | Threaded
Open this post in threaded view
|

Re: WorldWind to jogl 2.0 migration

pixelpshr
I have been trying to figure out the same thing. It seems that there is one HUGE problem, though. Somewhere between jogl-2.2 and jogl-2.3.2 the entire javax.media.opengl package was removed from jogl. If someone can please tell me where it went, I can probably get (my fork of) worldwind updated.

-Thom
Reply | Threaded
Open this post in threaded view
|

Re: WorldWind to jogl 2.0 migration

jmaasing
The usage of javax... package was a problem so the classes have been relocated.

http://jogamp.org/deployment/v2.3.0/archive/ChangeLogs/jocl-demos-ShortLog-v2.3.0.txt
Reply | Threaded
Open this post in threaded view
|

Re: WorldWind to jogl 2.0 migration

jmaasing
Oops, the wrong changelog but the same bug number and the same relocation :-)

http://jogamp.org/deployment/v2.3.0/archive/ChangeLogs/jogl-ChangeLog-v2.3.0.txt
Reply | Threaded
Open this post in threaded view
|

Re: WorldWind to jogl 2.0 migration

pixelpshr
Ahhh... ok. Thanks for the note. I found them now.


-Thom
Reply | Threaded
Open this post in threaded view
|

Re: WorldWind to jogl 2.0 migration

gouessej
Administrator