Design dilemma: Types vs Components (regarding Items)

This page summarizes the projects mentioned and recommended in the original post on /r/roguelikedev

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
  • pyrogue

  • https://github.com/mkdir-not-war/pyrogue/blob/master/engine.py in this code I wrote a while back, I had an entity class with no subclasses, just components. Worked well as far as I got, especially for loading enemy data from JSON

  • Iskandria

  • C++ example: Moral Component base class, with a template wrapper for converting arbitrary data types to Components. (This is unlikely to work as-is for C# -- Iskandria's vaporware Component-System memory model depends on std::weak_ptr, which has no analog in most other programming languages.)

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts