Hi,
I just finished uploading AdaOpenGL 0.9 to sourceforge.
The URL is http://adaopengl.sourceforge.net/
This is the first stable release of AdaOpenGL, feedback is welcome as usual.
Changelog:
New features:
* glut support
* Replaced all uses of "access GL*" in function/procedure declarations
with GL*Ptr types
* Added glut example
* Added SDL example
Bugfixes:
* You can now pass Ada null's to gl* functions (that support it)
* Removed unnecessary overloaded functions that used System.Address since
you can use 'Unchecked_Access to pass an aliased variable as a pointer
* Stronger typing
* glX fixed, requires a patched AdaBindX 0.7.2, or a newer version (not
available at the moment)
* glX example now working
* Alot of sourcecode cleanups
//David Holm
|