Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotoscat/toyblock
A pythonic and easy to use Entity-Component-System written in pure Python
https://github.com/dotoscat/toyblock
entity-component-system game-dev game-development gamedev
Last synced: about 1 month ago
JSON representation
A pythonic and easy to use Entity-Component-System written in pure Python
- Host: GitHub
- URL: https://github.com/dotoscat/toyblock
- Owner: dotoscat
- License: lgpl-3.0
- Created: 2017-05-04T15:51:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-10T17:05:45.000Z (over 7 years ago)
- Last Synced: 2024-11-14T02:37:06.458Z (3 months ago)
- Topics: entity-component-system, game-dev, game-development, gamedev
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
==============
TOYBLOCK 2.0.0
==============.. image:: toyblock_logo.png
:alt: TOYBLOCKToyblock 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
-------.. image:: https://www.gnu.org/graphics/lgplv3-147x51.png
:alt: LGPL-3.0