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.10 available Date: Fri, 24 Apr 2009 15:41:28 +0200 Message-ID: <8763guyxrr.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1240580882 28433 80.91.229.12 (24 Apr 2009 13:48:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 24 Apr 2009 13:48:02 +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 Fri Apr 24 15:49:21 2009 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 1LxLmD-0002pt-H4 for guile-user@m.gmane.org; Fri, 24 Apr 2009 15:49:13 +0200 Original-Received: from localhost ([127.0.0.1]:58412 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LxLko-0007TZ-1I for guile-user@m.gmane.org; Fri, 24 Apr 2009 09:47:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LxLjP-0006uZ-M7 for guile-user@gnu.org; Fri, 24 Apr 2009 09:46:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LxLjO-0006u9-Iz for guile-user@gnu.org; Fri, 24 Apr 2009 09:46:18 -0400 Original-Received: from [199.232.76.173] (port=55064 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LxLjL-0006sj-Ep; Fri, 24 Apr 2009 09:46:15 -0400 Original-Received: from smtp-out112.alice.it ([85.37.17.112]:4731) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LxLjK-0000Mh-Vu; Fri, 24 Apr 2009 09:46:15 -0400 Original-Received: from FBCMMO03.fbc.local ([192.168.68.197]) by smtp-out112.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Fri, 24 Apr 2009 15:46:07 +0200 Original-Received: from FBCMCL01B02.fbc.local ([192.168.69.83]) by FBCMMO03.fbc.local with Microsoft SMTPSVC(6.0.3790.1830); Fri, 24 Apr 2009 15:46:06 +0200 Original-Received: from ambire.localdomain ([79.24.51.131]) by FBCMCL01B02.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Fri, 24 Apr 2009 15:46:10 +0200 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1LxLei-00040I-Te; Fri, 24 Apr 2009 15:41:28 +0200 X-OriginalArrivalTime: 24 Apr 2009 13:46:10.0723 (UTC) FILETIME=[06C90F30:01C9C4E3] X-detected-operating-system: by monty-python.gnu.org: Windows 2000 SP4, XP SP1+ 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:7259 gmane.lisp.guile.sources:318 Archived-At: 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