Incomplete
Porting to JOGL v1.1.1
All GL commands ported successfully with minor syntax changes.
jar files here
Cannot use JSR-231 JOGL jar files with current code state.
- Imports need modifications
- Some commands need modifications (list them here later)
- Next step of JOGL porting will be making TJ JSR-231 compliant
Tried to create an extension of
AWTEvent
to add in System event queue (
Toolkit.getDefaultToolkit().getSystemEventQueue();
), but event dispatch did not recognize the event (perhaps need to add some standard
AWTEvent
handling function?). For now, getting it to work with
PaintEvent
would be nice.