Bug-fix update
Published January 12, 2008
I've fixed a number of bugs since the first release, perhaps the most important being ATI card support. The problem had to do with incorrect GLSL code (as we all know, nVidia's GLSL compiler is rather permissive), as well as a subtle GLSL incompatibility on ATI's part regarding the linkage of multiple const variable declarations with only one definition, which is valid according to the spec.
Here is the new version: [
zip |
tar.gz] (24 MB)
Note that this is a bug-fix release; there are no new features or art. I intend to make frequent releases, so don't feel like you have to download this one.
After overhauling the package (library) selection part of the build system, I'm currently working on OpenGL optimization and X11 support (for Linux).