Immediate-Mode-UI/Nuklear
A single-header ANSI C immediate mode cross-platform GUI library observed · 2026-08-28
Health v2 · maintenance only
88/100
- Activity 96
- Release rhythm 70
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 49
- age_days: 2472
- days_rel: 121
- days_push: 26
- n_releases_24m: 2
Adoption not part of the score
11350 stars · 685 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Nuklear is a minimal-state, immediate-mode graphical user interface toolkit written in ANSI C (C89) and distributed as a single-header library under public domain. It has no dependencies, no default render backend, and no OS window/input handling, instead outputting primitive draw commands and accepting simple input state so developers can plug in their own platform and rendering layers.
Use cases
- add a debug or tool UI to a C or C++ game or engine
- build an embeddable GUI with minimal dependencies and small memory footprint
- render immediate-mode widgets with a custom renderer like OpenGL, SDL, or DirectX
- create cross-platform tools that need a lightweight skinnable interface
- integrate a UI into embedded or constrained environments with full memory control
- prototype editor panels and node graphs inside native applications
When to choose
- you need a dependency-free, single-header GUI in C or C++
- you want full control over rendering, memory, and platform integration
- you need maximum portability including ANSI C89 compilers
- you prefer immediate-mode UI semantics with no hidden or global state
When to avoid
- you need a full-featured retained-mode GUI with built-in widgets, theming tools, and accessibility
- you want a library that handles windowing, input, and rendering out of the box
- you are building a polished end-user desktop application and prefer a high-level framework
- you need rich text layout, complex animations, or native platform look-and-feel
Facets
library · maturity stable
ui-components gui cross-platform developer-tools cross-platform cpp c immediate-mode single-header c89 header-only imgui embeddable no-dependencies public-domain game-development
2 sources
- readme: https://github.com/Immediate-Mode-UI/Nuklear · fetched 2026-08-28 · fa11b6b11444
- homepage: https://immediate-mode-ui.github.io/Nuklear/ · fetched 2026-08-29 · 2259cd39b7c8
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Immediate-Mode-UI/Nuklear | main | 88 |
For agents
markdown · JSON · MCP: product_card(name="Immediate-Mode-UI/Nuklear")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem