/ide-object-graph

Object graph UI for AppKit.

Primary LanguageSwift

IDE Object Graph

Object graph UI for AppKit.

Installation

.package(url: "https://github.com/freysie/ide-object-graph.git", branch: "main"),
.product(name: "IDEObjectGraph", package: "ide-object-graph"),

Overview

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.