High level overview of my custom game engine

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • trinket

  • I’ve built a simple RPG with it (also open source) https://github.com/irisengine/trinket

  • iris

    Iris is a cross-platform game engine written in modern C++ (by irisengine)

  • Not sure what the original comment was, but the engine is in C++ and open source https://github.com/irisengine/iris

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

    A General-purpose Parallel and Heterogeneous Task Programming System

  • The tooling decisions affect engine design though. For example if you want to have visual representation of job graph as it happened in specific frame of interest you need to pass the information around about job relationships and output it to a tool of choice. For example see https://github.com/taskflow/taskflow

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