Game engines favouring a programming-heavy approach?

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • MonoGame

    One framework for creating powerful cross-platform games.

    MonoGame

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • magnum

    Lightweight and modular C++11 graphics middleware for games and data visualization

    There are code-only engines like Urho3D, Monogame, etc. Unfortunately there aren't a ton of options, though, and in many cases it becomes worth it to just write games without an engine. Libraries like Magnum and EnTT can help reduce the legwork.

  • entt

    Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more

    There are code-only engines like Urho3D, Monogame, etc. Unfortunately there aren't a ton of options, though, and in many cases it becomes worth it to just write games without an engine. Libraries like Magnum and EnTT can help reduce the legwork.

  • Phaser

    Discontinued Phaser is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering. [Moved to: https://github.com/phaserjs/phaser] (by photonstorm)

    You might wanna look for something more like a framework than an engine. If you can code in Javascript/Typescript, then have you seen Phaser? You can probably find a framework like this for whatever language you prefer.

  • RG3D

    Discontinued 3D and 2D game engine written in Rust [Moved to: https://github.com/FyroxEngine/Fyrox]

    Rg3d, written in Rust: https://rg3d.rs

  • olcPixelGameEngine

    The official distribution of olcPixelGameEngine, a tool used in javidx9's YouTube videos and projects

    Checkout olcPixelGameEngine.h by javidx9, a pure c++ single header multi-platform game engine.

  • corona

    Solar2D Game Engine main repository (ex Corona SDK) (by coronalabs)

    Check out Solar2D. I tend to avoid GUI-heavy engines like Unity as well whenever I can, and Solar2D is my favorite after almost ten years of usage. Other similar ones that I liked include Love2D and MonoGame, however, I consider those frameworks rather than engines. Solar2D has always been the perfect middle-ground for me — unlike typical frameworks it has robust API and many solutions ready out-of-the-box, while also not forcing some GUI-based editor on me like most engines do.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • Random Thoughts about Unity

    4 projects | news.ycombinator.com | 24 Aug 2024
  • Show HN: Detonator2D a 2D game engine and editor

    1 project | news.ycombinator.com | 4 Apr 2024
  • Ask HN: Yo wants to build a game, I'm lost. What can I do?

    20 projects | news.ycombinator.com | 17 Jan 2024
  • Unity Software plans to reduce its workforce by 25%, eliminating ~1,800 jobs

    1 project | news.ycombinator.com | 10 Jan 2024
  • Advice on easy-to-learn game engines? Planning a marriage proposal year(s) in advance

    1 project | /r/gamedev | 7 Dec 2023

Did you konow that C++ is
the 6th most popular programming language
based on number of metions?