Hi,
I am a former C++/SDL programmer, switching to java/jogl.
What i would like to have is:
-fullscreen exclusive mode
-a single rendering/polling thread
I get some headaches getting started with jogl. I looked
at the “Killer Games Programming” book. The author explains
the active and passive framework. I really get lost in this simple (?)
example, that explains the active framework. Thats way too complicated for me.
I really don´t want to start a seperate rendering thread. Is it possbible to do single-threaded
active rendering in jogl ?
SDL Programming was so easy, so should be Java programming, but it is much more
complicated. Maybe I should look at LWJGL, but then I would loose all this nice
helper functions, and the great backing of the people at sun. Thanks for that !
I really want to concentrate on my games - please help !!!
thanks,
Frederick