README.markdown @ 91983c942160

Update URLs
author Steve Losh <steve@stevelosh.com>
date Mon, 23 Dec 2019 16:21:46 -0500
parents 049b904cd84d
children 840edf5d4f1a
    @@@@@@@   @@@@@@@@   @@@@@@    @@@@@@   @@@@@@@
    @@@@@@@@  @@@@@@@@  @@@@@@@@  @@@@@@@   @@@@@@@
    @@!  @@@  @@!       @@!  @@@  !@@         @@!
    !@   @!@  !@!       !@!  @!@  !@!         !@!
    @!@!@!@   @!!!:!    @!@!@!@!  !!@@!!      @!!
    !!!@!!!!  !!!!!:    !!!@!!!!   !!@!!!     !!!
    !!:  !!!  !!:       !!:  !!!       !:!    !!:
    :!:  !:!  :!:       :!:  !:!      !:!     :!:
     :: ::::   :: ::::  ::   :::  :::: ::      ::
    :: : ::   : :: ::    :   : :  :: : :       :

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](https://docs.stevelosh.com/beast/overview/) for
a three-minute description of what this is, or the
[Usage](https://docs.stevelosh.com/beast/usage/) for a full rundown.

* **License:** MIT
* **Documentation:** <https://docs.stevelosh.com/beast/>
* **Mercurial:** <https://hg.sr.ht/~sjl/beast/>
* **Git:** <https://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/