python-tcod-ecs VS RSRevived

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

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-ecs RSRevived
3 9
14 26
- -
8.5 9.0
9 days ago 4 months ago
Python C#
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-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.

RSRevived

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

What are some alternatives?

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

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

dear-imgui-unity - Unity package for Dear ImGui

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

libtcod-vcpkg-template - A template for C++17 libtcod projects. This template uses Vcpkg to fetch dependencies.

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

roguelike - A stealth roguelike in development phase.

esper - An ECS (Entity Component System) for Python

sleepy

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

tcod_tutorial_v2 - HexDecimal's fork of the 2020 Python-tcod tutorial.

tcod_tutorial_v2