Nelarius/imnodes
A small, dependency-free node editor for dear imgui observed · 2026-08-28
Health v2 · maintenance only
60/100
- Activity 82
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2902
- days_rel: n/a
- days_push: 112
- n_releases_24m: 0
Adoption not part of the score
2481 stars · 312 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
imnodes is a small, dependency-free node editor extension for dear imgui, written in C++. It provides immediate-mode building blocks for creating nodes, pins, and links inside ImGui windows, with users controlling all state.
Use cases
- build a node-based editor UI inside an ImGui application
- create visual shader or material graph editors
- add node graph editing to a game engine tool
- embed a visual scripting workspace in a C++ desktop app
- nest arbitrary ImGui widgets inside draggable nodes
- prototype dataflow or pipeline editors in immediate-mode GUI
When to choose
- you already use dear imgui and need node editor functionality
- you want a minimal, copy-paste dependency with no extra libraries
- you prefer immediate-mode style where your code owns all state
- you need customizable low-level building blocks rather than a fixed editor
When to avoid
- you need a full-featured standalone node editor application
- your project does not use dear imgui
- you need a retained-mode or batteries-included graph framework
- you require guaranteed Linux build support, which is untested upstream
Facets
library · maturity active
ui-components graphics developer-tools graphics developer-tools cross-platform cpp cross-platform imgui node-editor immediate-mode visual-programming gamedev header-only-style game-development desktop
1 source
- readme: https://github.com/Nelarius/imnodes · fetched 2026-08-28 · 55d360f1eb98
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Nelarius/imnodes | main | 60 |
For agents
markdown · JSON · MCP: product_card(name="Nelarius/imnodes")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem