release notes: btw, demo "deal" has been updated. weaning myself away from the `flip' dependence...
thi README excerpt: This directory contains Guile-SDL, a set of modules that provide bindings for SDL (Simple DirectMedia Layer) to enable Guile programmers to do all the nice things you can do with SDL. Most of the SDL functions have been wrapped with the exception of a few functions that were too C-centric. The SDL Threads and the Audio functions haven't been included because of the problems with Guile code being run from more than one thread. However audio programming can be done with the module `(sdl mixer)' that requires the SDL_mixer library. Also included is SDL_gfx 2.0.13 (by Andreas Schiffler) and bindings for it. NEWS excerpt: - 0.3.4 | 2005-05-17 - bugfix: smob memory accounting The rectangle, event, color, and cursor smobs used to either fail to free their internal resources, or report an incorrect number as the return value of their "free" function. This would cause Guile to become confused and, in the worst case, also leak memory (and eventually segfault). These errors have now been fixed. The test for them is in file test/leak.scm, which enabled only for "make check DEBUG=1". - new (sdl sdl) proc: get-wm-info - FSF street address updated in copyright notices cvs tag: v-0-3-4 tarball, anoncvs instructions, demos and other files in dir: http://www.glug.org/people/ttn/software/guile-sdl/ _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user