# vurtun/nuklear

A single-header ANSI C gui library

Repository: https://github.com/vurtun/nuklear
Canonical: https://ross.abutalabs.com/products/nuklear
Language: C
License Family: other
Topics: c, gui, nuklear, single-header-lib, c89, imgui
Archived: true
Last push: 2020-01-03T21:36:41+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4179, "days_push": 2434, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 13988, forks 1107 (observed 2026-08-28T04:11:05.275139+00:00)

## What it is
Nuklear is a minimal, single-header immediate mode graphical user interface toolkit written in ANSI C (C89) with no dependencies and no default render backend. This original repository is abandoned; all development has moved to the Immediate-Mode-UI/Nuklear organization.

## Use cases
- add a gui to a c or c++ application
- embed a lightweight ui toolkit in a game or tool
- build an immediate mode interface with full memory control
- render ui on any backend since only draw commands are output
- create a portable gui without pulling in dependencies

## When to choose
- you need a tiny, dependency-free, embeddable immediate mode gui in C
- you want full control over memory, rendering, and platform integration
- you target C89 or highly constrained environments

## When to avoid
- you want a maintained project - use Immediate-Mode-UI/Nuklear instead
- you need a batteries-included gui with default rendering and window handling
- you want retained-mode widgets or native platform look-and-feel

## Facets
- artifact type: library
- maturity: abandoned
- function: ui-components, gui
- domain: cross-platform, developer-tools
- platform: cross-platform, cpp, c
- tags: immediate-mode, single-header, c89, imgui, embeddable-ui, no-dependencies, game-development

## Member repositories
- vurtun/nuklear (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:05.275139+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:12:53.607468+00:00, confidence not recorded.
  - readme: https://github.com/vurtun/nuklear (fetched 2026-08-28T04:11:05.275139+00:00, sha 1759d8e179a8)
- Data as of 2026-08-30T08:39:29.467469+00:00.
