An open API service indexing awesome lists of open source software.

https://github.com/sjl/beast

Basic Entity/Aspect/System Toolkit
https://github.com/sjl/beast

Last synced: 4 months ago
JSON representation

Basic Entity/Aspect/System Toolkit

Awesome Lists containing this project

README

          

@@@@@@@ @@@@@@@@ @@@@@@ @@@@@@ @@@@@@@
@@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@ @@@@@@@
@@! @@@ @@! @@! @@@ !@@ @@!
!@ @!@ !@! !@! @!@ !@! !@!
@!@!@!@ @!!!:! @!@!@!@! !!@@!! @!!
!!!@!!!! !!!!!: !!!@!!!! !!@!!! !!!
!!: !!! !!: !!: !!! !:! !!:
:!: !:! :!: :!: !:! !:! :!:
:: :::: :: :::: :: ::: :::: :: ::
:: : :: : :: :: : : : :: : : :

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:**
* **Mercurial:**
* **Git:**

The test suite currently passes in SBCL, CCL, ECL, and ABCL on Ubuntu 20.04.
Further testing is welcome.

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