15 Sep
2010
15 Sep
'10
19:02
On Wed, Sep 15, 2010 at 2:49 PM, Stephen Eilert <spedrosa@gmail.com> wrote:
So you don't mind if we use some of your code for our own purposes? :)
I am developing a game in Scheme. Only not with Gambit but Chicken Scheme, using some of your gl.scm code (with a few additions). Gambit and Chicken FFI implementations are different, but that's easily fixed with some macro magic: http://gist.github.com/443585
Haha, how ironic. I initially generated that OpenGL FFI from a Chicken package, I think, using the reverse process. Doesn't Chicken already have OpenGL extensions? - James