Is there SDL2 ready to use dialogs/controls?

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

    Discontinued ImGuiSDL: SDL2 based renderer for Dear ImGui

  • imgui

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

    Thanks, this seems to be just what is needed. If I understand correctly, your link is to renderer only, which is a "glue", and imgui repository is needed for controls implementation. https://github.com/ocornut/imgui

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

  • nuklear

    A single-header ANSI C immediate mode cross-platform GUI library (by Immediate-Mode-UI)

    A similar option also worth looking into is Nuklear. It is written in our beloved C (without the ++) and has an excellent documentation. https://github.com/Immediate-Mode-UI/Nuklear

  • nuklear

    It looks really great. And there are examples inside demo https://github.com/vurtun/nuklear/tree/master/demo I should investigatevthat for sure. Thanks

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