Skip to main content

The teeniest, tiniest ECS system

Project description

ECS stands for Entity Component System, and it is a programming paradigm that differs from the well known OO.

During my research I stumbled over this article and after reading part 2 and 3, I decided to implement an ECS myself, well aware that esper is a solid and long existing implementation, but I wanted to see how to implement it myself.

I’m not trying to sell you an ECS by explaining the problems of multiple inheritance in game programming. There are articles out there that do this in much detail. If you’re here, you’re already interested in the concept, so the tutorial might be a good starting point. It will create a small demo with bouncing sprites using pygame-ce. But tinyecs is platform agnostic, you can use it with whatever library you like.

Installation

tinyecs is available on pip and can be installed by:

pip install tinyecs

The project is maintained and hosted on github, where you also can find the wheels for a local install, or install it directly from the cloned repo.

git clone https://github.com/dickerdackel/tinyecs
cd tinyecs
python3 -m venv --prompt tinyecs .venv
.venv/bin/activate
# or .venv/Scripts/activate.bat on windows
pip install .

Documentation

The project home and main documentation is on Read the Docs.

Support / Contributing

Issues can be opened on github issues

Please respect, that I don’t want any contributions done with the assistance of AI. This is a hobby project with focus on the craft of programming. I have experimentally used AI to audit parts of the code and documentation, and while it found a lot of typos and 2 actual issues, without exception, the provided solutions were often besides the point or plain wrong.

I have no possibility to enforce that request, the simple fact that I ask for it should be sufficient.

License

This software is provided under the MIT license.

See LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tinyecs-0.3.5.tar.gz (28.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tinyecs-0.3.5-py3-none-any.whl (28.5 kB view details)

Uploaded Python 3

File details

Details for the file tinyecs-0.3.5.tar.gz.

File metadata

  • Download URL: tinyecs-0.3.5.tar.gz
  • Upload date:
  • Size: 28.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for tinyecs-0.3.5.tar.gz
Algorithm Hash digest
SHA256 51d6bb196af5a9d6d6d807fe5fc19bc96a8f0d5e824d68845f916e9fb5a6226d
MD5 20a878b12e30470f41c1e7cbc074f368
BLAKE2b-256 b00486c03ad3f73a982bb23bdd9aba3ef7165e6a8bd5063c18c0af531910f5d6

See more details on using hashes here.

File details

Details for the file tinyecs-0.3.5-py3-none-any.whl.

File metadata

  • Download URL: tinyecs-0.3.5-py3-none-any.whl
  • Upload date:
  • Size: 28.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for tinyecs-0.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 00c8ddc7fb2aef95b3ce720973e0a2552aa5ae7395d278a0378272e79f606c75
MD5 b2d94c8dbff5d21ac0dc2f3c71eb0c0b
BLAKE2b-256 27217863b03eace0af2fa70de21ae035c0980f3b4ec1dc2d1b418d2c75ec02f2

See more details on using hashes here.

Supported by

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