No project description provided
Project description
Essence is an ‘entity, component, system’ framework for Python.
An example
>>> import essence >>> world = essence.World() >>> alice = essence.new_entity() >>> position = PositionComponent(3, 4) >>> alice.add(position) >>> print alice.get(Position) <PositionComponent(3, 4)>
Tests
You can use py.test
to run the tests for just the current Python
environment or python setup.py test
to run tox as well as various other
pre-release tests.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
essence-0.0.2.tar.gz
(15.2 kB
view hashes)
Built Distribution
Close
Hashes for essence-0.0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 489c972eff83d658667c5d795346d8d6f38981e8bf9eaa40eb27d98a816b1492 |
|
MD5 | d71fe02a27f363b5ebbfd18f2f118850 |
|
BLAKE2-256 | a45e337e17293469f797f7eabe179b9eaef15487223343085e9833afaea1429c |