Skip to main content

No project description provided

Project description

Documentation Status https://travis-ci.org/chromy/essence.svg Latest PyPI version Number of PyPI downloads Supported Python Versions

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.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page