README.markdown @ a728e1e625a1

Fix the links, goddammit bitbucket
author Steve Losh <steve@stevelosh.com>
date Tue, 25 Apr 2017 15:13:57 +0000
parents bda2db860e5c
children 049b904cd84d
    @@@@@@@   @@@@@@@@   @@@@@@    @@@@@@   @@@@@@@
    @@@@@@@@  @@@@@@@@  @@@@@@@@  @@@@@@@   @@@@@@@
    @@!  @@@  @@!       @@!  @@@  !@@         @@!
    !@   @!@  !@!       !@!  @!@  !@!         !@!
    @!@!@!@   @!!!:!    @!@!@!@!  !!@@!!      @!!
    !!!@!!!!  !!!!!:    !!!@!!!!   !!@!!!     !!!
    !!:  !!!  !!:       !!:  !!!       !:!    !!:
    :!:  !:!  :!:       :!:  !:!      !:!     :!:
     :: ::::   :: ::::  ::   :::  :::: ::      ::
    :: : ::   : :: ::    :   : :  :: : :       :

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.

Beast can be installed with [Quicklisp][]:

    (ql:quickload :beast)

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

* **License:** MIT
* **Documentation:** <http://sjl.bitbucket.io/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.

[quicklisp]: https://quicklisp.org/