Eli5 How are video game main menu/settings screen/inventory screens programmed?

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

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

    Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies

  • There are many options but I believe the most popular paradigm is to use immediate mode UIs, like Dear ImGui, and hook them into the rendering engine itself (i.e. translating the UI draw calls to DirectX / Vulkan), with custom textures/fonts/etc. to make the UI feel 'native' to the game.

  • 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

  • Can't run a command in Nushell

    1 project | /r/Nushell | 18 Jan 2023
  • How to count lines of code contributed by each author prior to specific commit

    1 project | /r/git | 14 Jan 2023
  • X Window System Basics

    4 projects | news.ycombinator.com | 10 Jan 2023
  • About the Imgui Paradigm

    1 project | news.ycombinator.com | 22 Dec 2022
  • Ui asset for Voxel game

    1 project | /r/VoxelGameDev | 22 Dec 2022