jogl NeHe tutorials for Mac OS X done

hi guys,

I modified the original jogl NeHe tutorials available at http://pepijn.fab4.be/nehe/ by adding Frame.pack() workaround needed on Mac OS X. I have also removed custom high resolution timer from tutorial 21 and replaced it with System.currentTimeMillis().

The modified jogl NeHe tutorials are available here:

http://homepage.mac.com/gziemski/projects/

Thanks again to the those of you who have ported them to jogl.

cheers

Hi Gerard,

Firstly, a thank you for porting all those demos to OSX!!

Secondly, a sys check (before I go any further):
OS X.3
Java 1.4.2 (dev preview 1)
ATI Radeon Mobility 9200
Gl version: 1.3 ATI-1.3.0

All demos work without error in windowed mode, but when choosing the fullscreen option, I am confronted with a black screen with a mouse cursor. If I Esc, the black screen disappears to reveal a couple of frames of the actual demo content. The application then correctly quits.

Is there a solution to implementing fullscreen apps on OS X.3?