GUI with c.

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

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

    Unofficial source code repo for Charles Petzold's Programming Windows 5th Edition.

  • All the code from the book is here: https://github.com/yottaawesome/programming-windows-5th-edition

  • raygui

    A simple and easy-to-use immediate-mode gui library

  • Another option you have is raygui immediate mode GUI library + raylib super nice and simple game-oriented library

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

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

  • Somewhat similar to the already mentioned Nuklear library is Dear ImGui and it's autogenerated C API version, both very nice backend agnostic immediate mode GUI libraries

  • imgui-cmake

    Simple project with cmake files to build imgui's example_sdl_opengl3 on multiple platforms.

  • If you are willing to switch to c++ you should check this library, its imgui with cmake files and a wrapper, you simply add_subdirectory and you are good to go! https://github.com/Pesc0/imgui-cmake

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