From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.sources Subject: Guile-SDL 0.3.6 available Date: Sat, 31 Mar 2007 14:14:14 +0200 Message-ID: NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1175343295 6342 80.91.229.12 (31 Mar 2007 12:14:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 31 Mar 2007 12:14:55 +0000 (UTC) Cc: guile-user@gnu.org To: guile-sources@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Mar 31 14:14:51 2007 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HXcTp-0000hW-VE for guile-user@m.gmane.org; Sat, 31 Mar 2007 14:14:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HXcWd-00072R-BH for guile-user@m.gmane.org; Sat, 31 Mar 2007 07:17:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HXcWX-00070x-QN for guile-user@gnu.org; Sat, 31 Mar 2007 08:17:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HXcWV-00070S-VX for guile-user@gnu.org; Sat, 31 Mar 2007 08:17:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HXcWT-000707-3A; Sat, 31 Mar 2007 07:17:33 -0500 Original-Received: from smtp-out4.libero.it ([212.52.84.46]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HXcTe-00036v-Gg; Sat, 31 Mar 2007 08:14:38 -0400 Original-Received: from localhost (172.31.0.48) by smtp-out4.libero.it (7.3.120) id 45D9992902BFC7DD; Sat, 31 Mar 2007 14:14:09 +0200 X-Scanned: with antispam and antivirus automated system at libero.it Original-Received: from smtp-out2.libero.it ([172.31.0.38]) by localhost (asav-out7.libero.it [192.168.32.35]) (amavisd-new, port 10024) with ESMTP id 4doa3ToRgte9; Sat, 31 Mar 2007 14:14:08 +0200 (CEST) Original-Received: from ambire.localdomain (151.21.32.188) by smtp-out2.libero.it (7.3.120) id 45D997EE034EFF8B; Sat, 31 Mar 2007 14:14:08 +0200 Original-Received: from ttn by ambire.localdomain with local (Exim 4.50) id 1HXcTG-0000rW-Ot; Sat, 31 Mar 2007 14:14:14 +0200 X-detected-kernel: Linux 2.4-2.6 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:5897 gmane.lisp.guile.sources:259 Archived-At: 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 - make-surface now - uses pixel format from current video surface, if available - handles case: no current video surface and no flags specified - return value specified: both quit and quit-subsystem now return #t - more slackful: update-rects now accepts an empty list for second arg - more slackful: set-clip-rect! now accepts #f for second arg - more slackful: cd-get-{num-tracks,cur-track,cur-frame} call cd-status - changes with compatability note (see each proc's documentation) - grab-input now takes and returns symbols, one of: query, off, on - new (sdl sdl) proc: rect? - new (sdl sdl) proc: color? - new (sdl misc-utils) proc: rectangle-closure - new (sdl misc-utils) proc: rectangle<-geometry-string - new (sdl misc-utils) proc: rect<-surface - new (sdl misc-utils) proc: copy-rectangle - new (sdl misc-utils) proc: toroidal-panner tarball, prettified source, etc, in dir: http://www.gnuvola.org/software/guile-sdl/ _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user