UNKNOWN
Project description
ECS is an entity component system framework for Python.
An example:
>>> import ecs >>> world = ecs.World() >>> alice = ecs.new_entity() >>> position = PositionComponent(3, 4) >>> alice.add(position) >>> print alice.get(Position) <PositionComponent(3, 4)>
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.1.tar.gz
(4.0 kB
view details)
Built Distributions
essence-0.0.1-py2.7.egg
(4.7 kB
view details)
File details
Details for the file essence-0.0.1.tar.gz
.
File metadata
- Download URL: essence-0.0.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
435f29e705166c75def14499f2c95c2ea33027d5a5ce2498f3bf78f7495db972
|
|
MD5 |
9ac5e4d5b71f6b0a8b6e03485f4a729a
|
|
BLAKE2b-256 |
c021b0e1a3f03947b32a92195f5d284b205f0e467a8a57ca978fd81b9bec994b
|
File details
Details for the file essence-0.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: essence-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
13e6e11ade9b8fa7c2b6dfd23afe1316b89e886cb6ac72c69cc549b6402f7ae7
|
|
MD5 |
d9202a193a285516f8078446f41e8b3f
|
|
BLAKE2b-256 |
e48af30c5df0f3ace7e39d6857049680b90d34df7ab8a958ea1bf7802c5f2ee9
|
File details
Details for the file essence-0.0.1-py2.7.egg
.
File metadata
- Download URL: essence-0.0.1-py2.7.egg
- Upload date:
- Size: 4.7 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
4b800555d69c0a600dec5877b775c17baa8643abd1bd3f55959aaf15c40a13e3
|
|
MD5 |
bb1fe6a8b37e9fda7e593d428df80a20
|
|
BLAKE2b-256 |
42a1fdce59b76608bde46036e7ce2811e5bd580647fceefc31f06620d9ea7d59
|