toyblock

A pythonic and fast Entity-Component-System written in pure Python


Keywords
development, videogame, gamedev, entity-component-system, game-dev, game-development
License
LGPL-3.0
Install
pip install toyblock==2.0.0

Documentation

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