Hi, I'm happy to release the first release of Guile-OpenGL, an OpenGL binding for Guile.
Guile-OpenGL is what used to be called "Figl". It has been accepted as a GNU project, and we took the opportunity to change the name. OpenGL is a registered trademark; we asked SGI if they would mind us calling the project Guile-OpenGL and they said it was fine. Guile-OpenGL is still alpha software; we reserve the right to change interfaces as needed. Please report bugs to `bug-gu...@gnu.org', and discuss the project on `guile-user@gnu.org'. We also welcome reports of successful builds, which can be sent to the same email address. Thanks very much to Daniel Hartwig for hacking on this project, settling the legal issues, and handling the GNU project submission process. Contributors are welcome. Read more about Guile-OpenGL at: http://gnu.org/software/guile-opengl/ ======================================================================== Here are the compressed sources: ftp://ftp.gnu.org/gnu/guile-opengl/guile-opengl-0.1.0.tar.gz (4.3MB) Here is the GPG detached signature[*]: ftp://ftp.gnu.org/gnu/guile-opengl/guile-opengl-0.1.0.tar.gz.sig Use a mirror for higher download bandwidth: http://www.gnu.org/order/ftp.html Here are the MD5 and SHA1 checksums: a5d20170103514a042bb13d28f586472 guile-opengl-0.1.0.tar.gz 7de72a6b9fdd7cd3809dfb0ef11bc5a44ee3b4db guile-opengl-0.1.0.tar.gz [*] Use a .sig file to verify that the corresponding file (without the .sig suffix) is intact. First, be sure to download both the .sig file and the corresponding tarball. Then, run a command like this: gpg --verify guile-opengl-0.1.0.tar.gz.sig If that command fails because you don't have the required public key, then run this command to import it: gpg --keyserver keys.gnupg.net --recv-keys 8812F8F2 and rerun the 'gpg --verify' command. This release was bootstrapped with the following tools: Autoconf 2.69 Automake 1.14.1 Makeinfo 5.2 Andy -- http://wingolog.org/