chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] Abstracting


From: Eduardo Cavazos
Subject: [Chicken-users] Abstracting
Date: Thu, 02 Apr 2009 09:48:44 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080716 SeaMonkey/1.1.11

Hello,

Abstracting is a Scheme framework with an emphasis on OpenGL programming.

Features:

    * Bindings to GL and GLUT

    * Runs on Ypsilon, Larceny, Chicken, and Gambit

    * Collection of examples

Github page:

    http://github.com/dharmatech/abstracting

Git repository:

    git://github.com/dharmatech/abstracting.git

To begin, follow the directions in the README.

Feedback welcome!

I'm looking to add more examples. If you write a cool demo, you are
welcome to submit it! :-)

News:

2009-04-02

* New demo: Springies

* The gl and glut libraries for Chicken now ship with the distribution.

2009-03-31

* The gl and glut libraries for Larceny now ship with the distribution.

* Boids now has good performance on all implementations.

2009-03-27

* Support for Gambit was recently added. In order to do so, much of the framework was redesigned to accomodate separate compilation of the 'libs' in a proper manner. This resulted in a much cleaner system. The new design also benefited Chicken, another Scheme-to-C based implementation.

* Usages of 'define-macro' have been elimnated or replaced by 'syntax-rules' based macros. This will facilitate support for Chicken 4.0.

Ed




reply via email to

[Prev in Thread] Current Thread [Next in Thread]