[MIT-Scheme-devel] Callbacks in GLFW bindings via FFI; multiple C-includes

2013-11-04 Thread Matt Birkholz
> From: > Date: Sat, 02 Nov 2013 20:27:45 +0100 > > Hello fellow Schemers! > > I'm playing around with OpenGL bindings in MIT/GNU Scheme. There's a beginning libGL,libGLU wrapper in the Gtk branch in git://birchwood-abbey.net/~matt/mit-scheme.git At the moment it is just sufficient to

[MIT-Scheme-devel] Callbacks in GLFW bindings via FFI; multiple C-includes

2013-11-02 Thread craven
Hello fellow Schemers! I'm playing around with OpenGL bindings in MIT/GNU Scheme. I'm using GLFW as the toolkit to access window-related functions. It includes a function glfwSetKeyCallback, which is supposed to set a callback function that is called whenever a key is pressed or released. It does