From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.user Subject: Re: [ANN] SLAYER 1.0.0 released! Date: Mon, 18 Nov 2013 13:55:50 +0800 Organization: HFG Message-ID: <1384754150.11916.54.camel@Renee-desktop.suse> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1384754173 21101 80.91.229.3 (18 Nov 2013 05:56:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Nov 2013 05:56:13 +0000 (UTC) Cc: "guile-user@gnu.org" To: Panicz Maciej Godek Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Nov 18 06:56:17 2013 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ViHoi-00087X-TJ for guile-user@m.gmane.org; Mon, 18 Nov 2013 06:56:13 +0100 Original-Received: from localhost ([::1]:41393 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViHoi-0007YG-Aa for guile-user@m.gmane.org; Mon, 18 Nov 2013 00:56:12 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57690) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViHoW-0007Y8-BS for guile-user@gnu.org; Mon, 18 Nov 2013 00:56:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ViHoR-0001U0-Ib for guile-user@gnu.org; Mon, 18 Nov 2013 00:56:00 -0500 Original-Received: from mail-pa0-x22a.google.com ([2607:f8b0:400e:c03::22a]:44330) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViHoR-0001Tp-Ae for guile-user@gnu.org; Mon, 18 Nov 2013 00:55:55 -0500 Original-Received: by mail-pa0-f42.google.com with SMTP id lj1so445883pab.15 for ; Sun, 17 Nov 2013 21:55:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:in-reply-to:references :organization:content-type:mime-version:content-transfer-encoding; bh=EUNT98JDVZsL0B8srJW3/9edsjNdL64sk+J98DFi/WA=; b=hbTelNMYyhbfGM2Yv9LfeAqZ3ASgAPUkB4g7EovdFWulTLLUzRIA1228x0iqilDLaC H8EBRZDQru99F/aFRCPutxV+zufFgj6gMLQ7L1c2oVIlkxOrcEVAXZl80DNY5xmw8OKC nSlApOePWyuuwKaldupWr3Jo6sfGEfRCZXVHEYqG02UGboU+RuKZ15luFHXcDUc0S+wq RzSsVoG41MRVaAqsN7qDMZ7AtFus6a2mUgXAb+eWMyZXD4Om3mTfW/eky0qMPdD7nzCL SWRIrEDXusl7YbyG+QnfvvHss7oZ+11+x0u77h7itbmHtcUESgqKoh7s99I9cSKadSYp 2pPg== X-Received: by 10.67.21.130 with SMTP id hk2mr19890179pad.76.1384754154151; Sun, 17 Nov 2013 21:55:54 -0800 (PST) Original-Received: from [147.2.147.115] ([203.192.156.9]) by mx.google.com with ESMTPSA id wp8sm20750066pbc.26.2013.11.17.21.55.51 for (version=SSLv3 cipher=RC4-SHA bits=128/128); Sun, 17 Nov 2013 21:55:53 -0800 (PST) In-Reply-To: X-Mailer: Evolution 3.4.4 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22a X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 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-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:10890 Archived-At: oh~nice work! I played the chess game in example, cool~ Thanks for the work! On Sun, 2013-11-17 at 23:37 +0100, Panicz Maciej Godek wrote: > I'm pleased to announce the first release of > SLAYER multimedia programming environment > for the (Guile) Scheme language. > > SLAYER aims to be a specification for creating > portable multimedia applications in Scheme. > > It currently provides an SDL/OpenGL based > execution environment, but there are also plans > to port it to web browsers (using either Chicken > Spock or Gambit Scheme to JS compiler) > and to be able to generate stand-alone executables > and android apps > > SLAYER also comes with a set of demos, > including: > - a completely pointless demo that integrates > a simple text editor with a 3d canvas which allows > you to look at a colorful sphere from various > angles > - the classical game of PONG (with bugs!) > - an image browser, inspired by Thien's Guile-SDL > documentation example > - an almost-complete implementation of Chess > for two players on one computer > - and more! > > In addition, there's also a self-contained Windows > build available, which might help spread the idea > of Free Software among the unaware. Both the > source and the w32-build are available at: > > ftp://download.gnu.org.ua/pub/releases/slayer/ > > Check it out NOW!