From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Hugo =?utf-8?Q?H=C3=B6rnquist?= Newsgroups: gmane.lisp.guile.user Subject: Re: [ANN] Guile-SDL2 0.4.0 released Date: Mon, 3 Jun 2019 23:29:49 +0200 Message-ID: <20190603212949.GB11409@STATENSlaptop> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="41798"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Mutt/1.12.0 (2019-05-25) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Jun 03 23:30:47 2019 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1hXuXW-000Aj5-Rf for guile-user@m.gmane.org; Mon, 03 Jun 2019 23:30:46 +0200 Original-Received: from localhost ([127.0.0.1]:41129 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXuXR-0005iv-Uo for guile-user@m.gmane.org; Mon, 03 Jun 2019 17:30:41 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:56440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hXuX7-0005im-Rg for guile-user@gnu.org; Mon, 03 Jun 2019 17:30:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hXuX3-0001q3-KX for guile-user@gnu.org; Mon, 03 Jun 2019 17:30:21 -0400 Original-Received: from mail.lysator.liu.se ([2001:6b0:17:f0a0::3]:49107) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hXuX3-00014A-9q for guile-user@gnu.org; Mon, 03 Jun 2019 17:30:17 -0400 Original-Received: from mail.lysator.liu.se (localhost [127.0.0.1]) by mail.lysator.liu.se (Postfix) with ESMTP id 1E07A40002 for ; Mon, 3 Jun 2019 23:29:59 +0200 (CEST) Original-Received: by mail.lysator.liu.se (Postfix, from userid 1004) id 0A99440004; Mon, 3 Jun 2019 23:29:58 +0200 (CEST) Original-Received: from STATENSlaptop (h-109-128.A163.priv.bahnhof.se [94.254.109.128]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.lysator.liu.se (Postfix) with ESMTPSA id 4B29740002; Mon, 3 Jun 2019 23:29:56 +0200 (CEST) Content-Disposition: inline In-Reply-To: X-Virus-Scanned: ClamAV using ClamSMTP X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:6b0:17:f0a0::3 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 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 Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:15533 Archived-At: Nice to see continued work on Guile SDL! I should give it a proper try. Now that I have had my own try at writing SDL bindings I will probably have a much greater appreciation of your work. On Sun, Jun 02, 2019 at 09:07:09PM -0400, Thompson, David wrote: > I'm happy to announce that Guile-SDL2 0.4.0 has been released! > Guile-SDL2 provides bindings for the SDL2 game programming > library. The bindings are written in pure Scheme using Guile's foreign > function interface. > > This release features several new bindings: > > * SDL_BlitScaled > * SDL_BlitSurface > * SDL_DestroyTexture > * SDL_FillRect > * SDL_RenderCopyEx > * SDL_RenderDrawLine > * SDL_RenderDrawLines > * SDL_RenderDrawPoint > * SDL_RenderDrawPoints > > Thanks to Pierre-Antoine Rouby for contributing many of these new > bindings! > > tarball: > > signature: > > See for more information. > > - Dave > -- hugo