Should I go with OpenGL or use a Game Engine

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. raylib

    A simple and easy-to-use library to enjoy videogames programming

    raylib is a great way to get your feet wet: https://www.raylib.com

  2. SaaSHub

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

    SaaSHub logo
  3. MonoGame

    One framework for creating powerful cross-platform games.

  4. glTF

    glTF – Runtime 3D Asset Delivery

    you'll need a 3d model format - use GLTF. Your other option is FBX (and maybe .OBJ to get started); FBX is the de facto standard, but GLTF is open source, much less complex, and doesn't rely on an overcomplicated semi-proprietary FBX sdk to just load and render geometry. Alternatively, just use assimp, which is probably a far easier / saner way to handle any and all asset loading and file formats, lol.

  5. GLFW

    A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input

    assuming that you have any intention of having whatever you build be even remotely crossplatform, you should absolutely make a point to learn and master cmake, if you haven't already, and you should definitely use / build off of glfw

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

  • New Vulkan Documentation Website

    10 projects | news.ycombinator.com | 11 Oct 2023
  • Is C only in terminal?

    7 projects | /r/C_Programming | 21 Sep 2022
  • are there tutorials for code organization for games in C?

    12 projects | /r/gamedev | 9 Jan 2022
  • The Failures Of API Design

    4 projects | dev.to | 4 Oct 2024
  • Show HN: I made a digital circuit drawing and simulation game

    3 projects | news.ycombinator.com | 14 Sep 2024

Did you know that C is
the 6th most popular programming language
based on number of references?