https://github.com/kellpossible/pyash
Python port of the Ashley Entity Framework from libgdx
https://github.com/kellpossible/pyash
Last synced: about 1 year ago
JSON representation
Python port of the Ashley Entity Framework from libgdx
- Host: GitHub
- URL: https://github.com/kellpossible/pyash
- Owner: kellpossible
- License: apache-2.0
- Created: 2014-08-25T07:45:42.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-02T02:31:28.000Z (almost 12 years ago)
- Last Synced: 2025-01-29T10:15:40.868Z (over 1 year ago)
- Language: Python
- Size: 195 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PyAsh Entity Framework
====================
PyAsh is a python port of the the Ashley entity framework for java.
https://github.com/libgdx/ashley
For now, just check out their wiki/documentation on how to use. The code is commented, and methods should be
fairly similar to the orginals, so pydoc should be adequate. I'll get around to generating some api documentation at some stage in the near future