esper VS python-tcod-ecs

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

esper

An ECS (Entity Component System) for Python (by benmoran56)

python-tcod-ecs

Python sparse-set ECS with strong type-hinting. Supports entitiy relations. (by HexDecimal)
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
esper python-tcod-ecs
7 3
520 14
- -
6.8 8.5
10 days ago 9 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.

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.

python-tcod-ecs

Posts with mentions or reviews of python-tcod-ecs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-27.
  • RoguelikeDev Does The Complete Roguelike Tutorial Starting July 4th 2023
    3 projects | /r/roguelikedev | 27 Jun 2023
    I'll probably have a lot to say about the Python tutorial as it progresses. I'll likely talk about the most recent deprecations in Python-tcod and how to rewrite entities using tcod-ecs.
  • Sharing Saturday #460
    3 projects | /r/roguelikedev | 31 Mar 2023
    tcod-ecs | GitHub (with examples)
  • Sharing Saturday #459
    5 projects | /r/roguelikedev | 24 Mar 2023
    Not much news with libtcod itself, but I've continued to mess with Python ECS stuff. I think I've done the most I can do with the EC objects, so now I need to store entities in a global registry to support more complex tasks. Mainly things involving ECS queries. The current experiment is here. I'm not focused on performance, my current code is very dictionary heavy. In theory I can later add code to optimize queries based on usage.

What are some alternatives?

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

snecs - A straightforward, nimble ECS for Python

Cataclysm - A post-apocalyptic roguelike. New features relative to C:Whales are scheduled for after 0.2.0, the savefile breaking release.

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

RSRevived

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.

libtcod - A collection of tools and algorithms for developing traditional roguelikes. Such as field-of-view, pathfinding, and a tile-based terminal emulator.

Summoing Pixel Dungeon - The expansion for Shattered Pixel Dungeon

MSBuild - The Microsoft Build Engine (MSBuild) is the build platform for .NET and Visual Studio.

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

GodotRoguelikeTutorial - A guide to build a simple Roguelike game with Godot engine.

EuroRogue - ASCII Roguelike with Euro Strategy Board Game Influences

ecs-faq - Frequently asked questions about Entity Component Systems