Login  Register

Developing a game, need help

Posted by Wibowit on Feb 13, 2011; 4:05pm
URL: https://forum.jogamp.org/Developing-a-game-need-help-tp2486309.html

Hi,

I don't know how to name this thread, but I'll here post questions and bugs.

I'm primarily developing on Ubuntu 10.10 64-bit, Radeon HD 5770 and Catalyst 10.12 (I think).

I've downloaded master builds from 12th February and there are some bugs.

1. Newest JOGL builds doesn't fire windowDestroyNotify when closing window. Latest release build works fine.

2. setNumSamples doesn't work in both branches.

3. How to query the available pixel formats? Ie. color precision, depth precision, availability of AA and AF etc?

Here's the code that launches GLWindow: http://code.google.com/p/sokoj/source/browse/src/my/sokoban/configurator/LauncherThread.java?r=4ec420c75daa51dd61ab582eb144aabd8af5bcb2

And here's code that implements GLEventListener: http://code.google.com/p/sokoj/source/browse/src/my/sokoban/engine/MainEventListener.java?r=4ec420c75daa51dd61ab582eb144aabd8af5bcb2