Hello all,
I made a glx binding for vala (glx.vapi). An example is also attach to this mail.
For compile the example you need also the gl.vapi file (
http://live.gnome.org/Vala/ExternalBindings).
Compile the example with:
valac glxtest.vala --pkg gtk+-2.0 --pkg glx --pkg gl --pkg gdk-x11-2.0
Any suggestion is welcome.
Matias