# paceholder/nodeeditor

Qt Node Editor. Dataflow programming framework

Repository: https://github.com/paceholder/nodeeditor
Canonical: https://ross.abutalabs.com/products/nodeeditor
Language: C++
License: BSD-3-Clause
License Family: permissive
Topics: dataflow-programming, graph, qt5, cpp, model-view, qt6
Last push: 2026-07-31T16:56:51+00:00

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

## Adoption (not part of the score)
Stars 3685, forks 959 (observed 2026-08-28T04:08:13.852598+00:00)

## What it is
QtNodes is a general-purpose C++/Qt library for building node editors with graph visualization and editing. It supports a dataflow programming paradigm where node algorithms propagate data through connections, and can run headless without a scene.

## Use cases
- build a node-based editor for my Qt application
- visualize and edit graph structures in C++
- create a dataflow/visual programming interface
- implement node graphs with automatic data propagation
- manipulate graph models headlessly without UI

## When to choose
- you are building a Qt (5.15+ or Qt 6) desktop application needing node/graph editing
- you want model-view separation with headless graph manipulation
- you need dataflow-style propagation between processing nodes

## When to avoid
- you need a web-based or non-Qt node editor
- your project does not use C++/Qt
- you need a ready-made end-user application rather than a library

## Facets
- artifact type: library
- maturity: active
- function: ui-components, graphics, data-visualization
- domain: developer-tools, graphics, cross-platform
- platform: cpp, windows, cross-platform
- tags: qt, node-editor, dataflow-programming, graph-model, model-view, qt6, visual-programming, linux, macos

## Member repositories
- paceholder/nodeeditor (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:13.852598+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-29T18:31:10.746563+00:00, confidence not recorded.
  - readme: https://github.com/paceholder/nodeeditor (fetched 2026-08-28T04:08:13.852598+00:00, sha 1c98a4b7a351)
- Data as of 2026-08-30T08:39:29.467469+00:00.
