Object graph UI for AppKit.
.package(url: "https://github.com/freysie/ide-object-graph.git", branch: "main"),
.product(name: "IDEObjectGraph", package: "ide-object-graph"),
The ObjectGraphView
lets you visualize a group of objects in a grid.
Call setPivotNode(_:)
and implement incomingReferences(for:)
in your data source to get started.