From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Panicz Maciej Godek Newsgroups: gmane.lisp.guile.user Subject: [ANN] SLAYER 1.0.0 released! Date: Sun, 17 Nov 2013 23:37:22 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf3079b5f22ac17104eb671334 X-Trace: ger.gmane.org 1384727851 11374 80.91.229.3 (17 Nov 2013 22:37:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 17 Nov 2013 22:37:31 +0000 (UTC) To: "guile-user@gnu.org" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Nov 17 23:37:35 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 1ViAyE-00066B-8o for guile-user@m.gmane.org; Sun, 17 Nov 2013 23:37:34 +0100 Original-Received: from localhost ([::1]:40542 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViAyD-0003zE-NK for guile-user@m.gmane.org; Sun, 17 Nov 2013 17:37:33 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViAy4-0003z8-Sp for guile-user@gnu.org; Sun, 17 Nov 2013 17:37:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ViAy3-0000zK-Le for guile-user@gnu.org; Sun, 17 Nov 2013 17:37:24 -0500 Original-Received: from mail-ve0-x230.google.com ([2607:f8b0:400c:c01::230]:41522) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ViAy3-0000yO-HD for guile-user@gnu.org; Sun, 17 Nov 2013 17:37:23 -0500 Original-Received: by mail-ve0-f176.google.com with SMTP id c14so4410231vea.21 for ; Sun, 17 Nov 2013 14:37:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=KWAuHSL7ZCPxq4RA+8QMtqB0GNIRc26zqvRqLQCnvj0=; b=zBdAOFWMAmNM61Cbwf/MQvGY81z6n63g64VXGNPvHrgh3SU2pTQewtU26LpO/tgsSM 34QqY88HeZmtVgjXx2blvvHUJJZgA/xK1FMQbVf0osjzUJC/lbrtI1IVkalMoa0/Y31d n07rBGt5OsIsw6+FqZkoZxObmlATvr+zSSX6AKwxgpmb2L0VNZHfdrsMOjdFl3rGpo9o Gsy7Am8jIsTRfdyTeKtERtoW0FiIzM3KcWNyTbjVEY3BVPHbcct+MqN8nNucH9izpeul nsXhaJydgjXaybqsTB8ueIZ3O7WA4AJGDzY75ln1gzqMilz8nT/LZ25ay4zMNpabjan0 zzPw== X-Received: by 10.52.33.44 with SMTP id o12mr10373881vdi.7.1384727842562; Sun, 17 Nov 2013 14:37:22 -0800 (PST) Original-Received: by 10.220.70.134 with HTTP; Sun, 17 Nov 2013 14:37:22 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400c:c01::230 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:10889 Archived-At: --20cf3079b5f22ac17104eb671334 Content-Type: text/plain; charset=ISO-8859-1 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! --20cf3079b5f22ac17104eb671334 Content-Type: text/html; charset=ISO-8859-1
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:


Check it out NOW!

--20cf3079b5f22ac17104eb671334--