Resources for Learning to create an Game Engine

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

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

    Examples and demos for the new Vulkan API

  • C++ is how I'm making mine. I use vulkan for graphics, this will get you up and running with vulkan https://vulkan-tutorial.com, then you can follow any OpenGL tutorial to figure out how to do specific graphics things, here are some vulkan samples https://github.com/SaschaWillems/Vulkan. For physics I'm doing my own thing, but for 3D I'm using bullet. I haven't done any deep research on audio, I'm using Fmod for now. I made my own image/mesh loader from researching how files format work. And UDP networking.

  • LearnOpenGL

    Code repository of all OpenGL chapters from the book and its accompanying website https://learnopengl.com

  • 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