/toyblock

A pythonic and easy to use Entity-Component-System written in pure Python

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

TOYBLOCK 2.0.0

TOYBLOCK

Toyblock is yet another entity component system written in pure Python being fast as possible.

Installation

pip install toyblock

Documentation

The docs of this project and an example of use are here.

Run tests

At the project's root

python -m unittest

License

LGPL-3.0