# Nelarius/imnodes

A small, dependency-free node editor for dear imgui

Repository: https://github.com/Nelarius/imnodes
Canonical: https://ross.abutalabs.com/products/imnodes
Language: C++
License: MIT
License Family: permissive
Topics: imgui, ui, gamedev, cpp, tool, node-editor
Last push: 2026-05-13T10:07:48+00:00

## Health v2 (maintenance only)
Score: 60/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 82, release rhythm 8, longevity 100
- inputs: {"age_days": 2902, "days_push": 112, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2481, forks 312 (observed 2026-08-28T04:06:55.303311+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: ui-components, graphics, developer-tools
- domain: graphics, developer-tools, cross-platform
- platform: cpp, cross-platform
- tags: imgui, node-editor, immediate-mode, visual-programming, gamedev, header-only-style, game-development, desktop

## Member repositories
- Nelarius/imnodes (main) score 60

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:55.303311+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-30T02:28:13.657768+00:00, confidence not recorded.
  - readme: https://github.com/Nelarius/imnodes (fetched 2026-08-28T04:06:55.303311+00:00, sha 55d360f1eb98)
- Data as of 2026-08-30T08:39:29.467469+00:00.
