You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to info...@gnu.org, guile-...@gnu.org
release notes:
Guile-SDL is now part of the GNU project.
This message also serves to introduce it to
the larger GNU audience (via info-gnu).
Please note the updated homepage and source URLs, below.
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.22 (by Andreas Schiffler) and bindings
for it.