python-tcod-ec VS esper

Compare python-tcod-ec vs esper and see what are their differences.

python-tcod-ec

Entity/Component containers for implementing composition over inheritance. Works well with type hinting. (by HexDecimal)

esper

An ECS (Entity Component System) for Python (by benmoran56)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
python-tcod-ec esper
3 7
1 522
- -
5.8 6.8
about 1 month ago 24 days ago
Python Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

python-tcod-ec

Posts with mentions or reviews of python-tcod-ec. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-03.
  • Sharing Saturday #452
    6 projects | /r/roguelikedev | 3 Feb 2023
    I've also added a new class called Composite to tcod-ec which allows for multiple components per class and looking up components by a base class. While this is more flexible than ComponentDict I feel that the extra complexity detracts from its usefulness greatly and the new container quickly leads into anti-patterns in my attempts to use it. I struggle to make examples for Composite which couldn't be better expressed in other ways. So far it feels like the restrictions of ComponentDict are a feature rather than a flaw.
  • does an ECS system need unique identifier ( uuid ) ?
    3 projects | /r/roguelikedev | 3 Feb 2023
    For my own project I've been skipping the entity repository and systems and implementing only entity/component frameworks for practice and since I might not need systems most of the time (although there are big downsides for entities and components not being in a repository). My own project can be found here.
  • Dates are set for the 7DRL Challenge 2023!
    1 project | /r/roguelikedev | 5 Jan 2023
    I don't have ECS yet, I've tried the current Python libraries but didn't like their typing support, so right now I'm experimenting with basic EC frameworks. I have a decent example right now, and it should be clear how this is better than the Python tutorials implementation.

esper

Posts with mentions or reviews of esper. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-27.

What are some alternatives?

When comparing python-tcod-ec and esper you can also consider the following projects:

megastructures-prototypes - Prototypes for the MEGASTRCUTURE roguelike game project

snecs - A straightforward, nimble ECS for Python

VeraDungeon-Rogue - My roguelike game in Python

pyglet - pyglet is a cross-platform windowing and multimedia library for Python, for developing games and other visually rich applications.

Pygame - 🐍🎮 pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL.

Summoing Pixel Dungeon - The expansion for Shattered Pixel Dungeon

Eggster - A game made for the Pygame Community Easter Jam 2023

EuroRogue - ASCII Roguelike with Euro Strategy Board Game Influences

ecs-faq - Frequently asked questions about Entity Component Systems

python-tcod-ecs - Python sparse-set ECS with strong type-hinting. Supports entitiy relations.

raylib-py - A Python binding for the great C library raylib.