* Guile-SDL 0.3.1 available
@ 2005-01-08 4:39 Thien-Thi Nguyen
0 siblings, 0 replies; only message in thread
From: Thien-Thi Nguyen @ 2005-01-08 4:39 UTC (permalink / raw)
Cc: guile-user
release notes:
ah... finally Guile-SDL can mask out rodential (spit spit) events!
observant people will notice the beginning of coverage methodology in
subdir cov/ -- admittedly weak heuristics but the framework is in place.
fyi, the second url below is for module (ttn read-text-db-table), which
is only needed if you wish to regenerate the .tdt files.
lastly, "make check" now includes a fading "test" (in quotes because
all the tests require somebody to actually look at them to judge their
result; they are not rigorously standalone).
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 funcions
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 are SDL_gfxPrimitives-1.4 and SDL_rotozoom-1.4
(by A. Schiffler <aschiffler@home.com>) and bindings for them.
NEWS excerpt:
- 0.3.1 | 2005-01-08
- bugfix: `make-surface' and `create-rgb-surface' no longer ignore `flags'
These procs used to internally hardcode SDL_HWSURFACE instead of
using the `flags' argument.
- dropped (sdl sdl) proc: scale-surface
This was never implemented. Its advertized functionality was
also redundant w/ `zoom-surface', which furthermore has the
benefit of a more flexible interface.
- print representation for flagstash objects now begins with "#"
This is to follow the Scheme convention for printing objects
that cannot be `read' back in.
- implementation for (sdl sdl) proc: event-state
- implementation for (sdl sdl) proc: peep-events
Previously the interface was available but calling these procs
resulted in a "not yet implemented" error.
- new (sdl misc-utils) proc: copy-surface
- new (sdl misc-utils) proc: ignore-all-event-types-except
- new module: (sdl simple)
cvs tag:
v-0-3-1
tarball, anoncvs instructions and other files in dir:
http://www.glug.org/people/ttn/software/guile-sdl/
http://www.glug.org/people/ttn/software/ps/
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-01-08 4:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-08 4:39 Guile-SDL 0.3.1 available Thien-Thi Nguyen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).