From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user,gmane.lisp.guile.sources Subject: guile-sdl 0.2.3 available Date: Sat, 06 Mar 2004 14:56:19 +0100 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: Reply-To: ttn@glug.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1078938970 24516 80.91.224.253 (10 Mar 2004 17:16:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 10 Mar 2004 17:16:10 +0000 (UTC) Cc: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Mar 10 18:16:00 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B17JI-0006y2-00 for ; Wed, 10 Mar 2004 18:16:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1B17IH-0005pu-Tt for guile-user@m.gmane.org; Wed, 10 Mar 2004 12:14:57 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1Azc6h-0004TI-KB for guile-user@gnu.org; Sat, 06 Mar 2004 08:44:47 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1Azc6B-0004I1-CO for guile-user@gnu.org; Sat, 06 Mar 2004 08:44:46 -0500 Original-Received: from [151.38.70.234] (helo=surf.glug.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1Azc5b-0003x4-5f; Sat, 06 Mar 2004 08:43:39 -0500 Original-Received: from ttn by surf.glug.org with local (Exim 3.35 #1 (Debian)) id 1AzcHr-0007Fd-00; Sat, 06 Mar 2004 14:56:19 +0100 Original-To: guile-sources@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:2902 gmane.lisp.guile.sources:108 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:2902 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. NEWS excerpt: - 0.2.3 | 2004-03-06 - return value changes - cd-status: symbolic (was integer) - cd-get-nth-track: #f on error (was empty list) - joystick-get-ball: #f on error (was empty list) - new (sdl sdl) proc: string->image cvs tag: v-0-2-3 anoncvs instructions, tarball, and other files in dir: http://www.glug.org/people/ttn/software/guile-sdl/ basically the experimental proc `string->image' is a stepping stone between filename-based loading and some potential future `load-image-from-port'. in any case, there is now the ability to "inline" image data in a a scheme program removing necessity of keeping another file around (good for standalone demos, for example ;-). thi _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user