31 Mar 2007 14:14
Guile-SDL 0.3.6 available
Thien-Thi Nguyen <ttn <at> gnuvola.org>
2007-03-31 12:14:14 GMT
2007-03-31 12:14:14 GMT
release notes:
bugfixes, type clarifications, new stuff...
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.6 | 2007-02-06
- bugfixes
- load-image now returns #f (instead of crashing) if there are problems
- get-video-info rv now has "wm-available" and bool "blit-fill"
- map-rgb and map-rgba now return unsigned integer
(Continue reading)
RSS Feed