node graph

A reusable node graph editor library and evaluation engine.

File Details

nodegraph-1.1.0.jar

  • R
  • Jul 7, 2026
  • 135.25 KB
  • 8
  • 1.20.1
  • Forge

File Name

nodegraph-1.1.0.jar

Supported Versions

  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:node-graph-1601245:8387896")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

NodeGraph 1.1.0

Added

  • Connection lifecycle events & notification mechanism: NodeGraph now fires fine-grained ConnectionEvents (CREATED / REMOVED) with an observable ConnectionListener API. Covers all mutation paths including the replace semantics of connect (REMOVED old → CREATED new) and the cascade removal in removeNode.
    • api/model/ConnectionEvent.java
    • api/model/ConnectionListener.java
    • NodeGraph#addConnectionListener / removeConnectionListener

Changed

  • Bump version to 1.1.0.

Full changelog: https://github.com/TT432/nodegraph/releases