README.markdown @ c79e1317527e

Update README
author Steve Losh <steve@stevelosh.com>
date Thu, 08 Sep 2016 14:01:17 +0000
parents 305a8a394b64
children a7af1952d336
    @@@@@@@   @@@@@@@@   @@@@@@    @@@@@@   @@@@@@@
    @@@@@@@@  @@@@@@@@  @@@@@@@@  @@@@@@@   @@@@@@@
    @@!  @@@  @@!       @@!  @@@  !@@         @@!
    !@   @!@  !@!       !@!  @!@  !@!         !@!
    @!@!@!@   @!!!:!    @!@!@!@!  !!@@!!      @!!
    !!!@!!!!  !!!!!:    !!!@!!!!   !!@!!!     !!!
    !!:  !!!  !!:       !!:  !!!       !:!    !!:
    :!:  !:!  :!:       :!:  !:!      !:!     :!:
     :: ::::   :: ::::  ::   :::  :::: ::      ::
    :: : ::   : :: ::    :   : :  :: : :       :

Beast is a **B**asic **E**ntity/**A**spect/**S**ystem **T**oolkit for Common
Lisp.  It's a thin layer of sugar over CLOS that makes it easy to write flexible
objects for video games.

Check out the [Overview](http://sjl.bitbucket.org/beast/overview/) for
a three-minute description of what this is, or the
[Usage](http://sjl.bitbucket.org/beast/usage/) for a full rundown.

* **License:** MIT/X11
* **Documentation:** <http://sjl.bitbucket.org/beast/>
* **Mercurial:** <http://bitbucket.org/sjl/beast/>
* **Git:** <http://github.com/sjl/beast/>

The test suite currently passes in SBCL, CCL, ECL, and ABCL on OS X and Debian.
Further testing is welcome.