guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Guile-SDL 0.3.10 available


From: Thien-Thi Nguyen
Subject: Guile-SDL 0.3.10 available
Date: Fri, 24 Apr 2009 15:41:28 +0200

release notes:

  Dynamic event filtering, and in two variants!
  Next step: scrounge up a joystick or trackball...

  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.18 (by Andreas Schiffler) and bindings
  for it.

NEWS excerpt:

  - 0.3.10 | 2009-04-24

    - bugfix: set-position now usable

        This (sdl mixer) proc, introduced in Guile-SDL 0.3.9, now
        correctly accepts three args, as documented.

    - MMX detection

        The configure script now detects whether or not the CPU supports
        MMX instructions and automatically builds with USE_MMX=1 if so.

    - (sdl sdl) procs implemented: set-event-filter, get-event-filter

        Previously, these would throw an error saying "not yet
        implemented (sorry)".  Note that the interface for
        `set-event-filter' is different from before.  This is not a
        problem since the proc was not useful before, anyway.

    - new (sdl gfx) proc: draw-arc

        This is because the embedded libSDL_gfx is now at version 2.0.18.

    - maintenance uses autoconf 2.63 and libtool 2.2.6

tarball, prettified source, demos, etc, in dir:

  http://www.gnuvola.org/software/guile-sdl/

atom feed:

  http://www.gnuvola.org/NEWS.atom




reply via email to

[Prev in Thread] Current Thread [Next in Thread]