From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Thompson, David" Newsgroups: gmane.lisp.guile.user Subject: Guile-2D 0.1 released Date: Fri, 27 Sep 2013 19:11:39 -0400 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1380323518 31594 80.91.229.3 (27 Sep 2013 23:11:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 27 Sep 2013 23:11:58 +0000 (UTC) To: Guile User Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sat Sep 28 01:12:01 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 1VPhCb-0001R1-CL for guile-user@m.gmane.org; Sat, 28 Sep 2013 01:12:01 +0200 Original-Received: from localhost ([::1]:38917 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPhCa-0006ye-Tp for guile-user@m.gmane.org; Fri, 27 Sep 2013 19:12:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPhCN-0006yJ-EM for guile-user@gnu.org; Fri, 27 Sep 2013 19:11:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VPhCI-0001ED-R0 for guile-user@gnu.org; Fri, 27 Sep 2013 19:11:47 -0400 Original-Received: from na3sys009aog118.obsmtp.com ([74.125.149.244]:35319) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VPhCI-00018r-Iq for guile-user@gnu.org; Fri, 27 Sep 2013 19:11:42 -0400 Original-Received: from mail-qc0-f176.google.com ([209.85.216.176]) (using TLSv1) by na3sys009aob118.postini.com ([74.125.148.12]) with SMTP ID DSNKUkYQrP4TuvqelQcUXZqTdMYhNoypmEdj@postini.com; Fri, 27 Sep 2013 16:11:42 PDT Original-Received: by mail-qc0-f176.google.com with SMTP id t7so2149220qcv.21 for ; Fri, 27 Sep 2013 16:11:39 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=YvD1BjiGmfEPiX61Iz8hdYkPvhKIK/lgOBFmPtCZG5k=; b=VDSFNf9n3XZJA2en1A6G+unEqAS7fmtew+asn434+rMYa08kUVq2VZge7zu5CW0Ih8 CU9oJ/MjuqsI3yqW2XjdDAE155QKFg9BB3S168P/dn/IFdOUxk1IjodBSQRiHkiyMNR9 KOGwEry4W42EsVQlMDW4qPkADSPYBdrqBIdIfucd4tm0Q7qXDw7v6nNe3gLNzlyemzje p/9QEyPeflx5o1dVlrAh1h1kr2jc91meDpSrNeyoMtnVYvmLNeTW/f97kSvttSoUy3Nw t1LrgL+8vo0cxYS//6yyr1B0LuaYsr+F5vnEV1mfnvv7ZXlWy9+twhulEDRMXmB5di5z VWIQ== X-Gm-Message-State: ALoCoQl52shbXs6GQLuYDKoEk/7VFxeAs6Kb34ZwLqX/sVIzSQfkddxc/kp49bqtxBCcg2+vDURNmG+9GYyPL0IVcLwcZvxomaH4UMi+sk67u73TJLiwpdnVDNqtk72TtYw4AwuEy9ygsa5TSke8sUr1kn/KrlytHA== X-Received: by 10.49.0.234 with SMTP id 10mr12249144qeh.67.1380323499493; Fri, 27 Sep 2013 16:11:39 -0700 (PDT) X-Received: by 10.49.0.234 with SMTP id 10mr12249132qeh.67.1380323499297; Fri, 27 Sep 2013 16:11:39 -0700 (PDT) Original-Received: by 10.49.18.198 with HTTP; Fri, 27 Sep 2013 16:11:39 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 74.125.149.244 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:10827 Archived-At: Hello all, Over the past few months I've been working on a 2D game programming framework, called Guile-2D. My goal is to make game programming in Guile enjoyable. There is much work to be done still, but I have implemented many of the fundamental features. Guile-2D is built on top of several libraries: SDL, OpenGL, FreeImage, and FTGL. What this means is that Guile-2D takes advantage of hardware accelerated rendering, loads images in many different formats, and renders TTF format fonts. Guile-2D also provides a custom REPL server that is compatible with the game loop, and pleasant scripting functionality via coroutines. For more information, see README.org. For installation instructions, see INSTALL.org. Tarball: http://dthompson.us/static/src/guile-2d-0.1.tar.gz Git: https://github.com/davexunit/guile-2d You can report bugs here or alternatively, on GitHub. Last but not least: Happy 30th birthday, GNU! - Dave Thompson