Home Download Change log

Description

This demo show how to embedd a native X11 window in a Java SWT widget. Inside the native X11 window a Mesa OpenGL example is running (maybe you know to animated gears demo from Mesa).

Requirements

Compile

Sorry, there is no configure, but the makefile is very simple. Please check the paths at the beginning of the makefile to your JDK and SWT installation. Make sure you have Mesa installed. Then type
    
make

License

Demo is currently under GPL version 2.

Download

opengltest.tar.bz2

ChangeLog

2008-12-16 0.01
  * initial public release
      

    
Back to top