https://github.com/freysie/ide-object-graph
Object graph UI for AppKit.
https://github.com/freysie/ide-object-graph
appkit object-graph
Last synced: 4 months ago
JSON representation
Object graph UI for AppKit.
- Host: GitHub
- URL: https://github.com/freysie/ide-object-graph
- Owner: freysie
- Created: 2023-04-01T01:47:45.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T18:03:50.000Z (about 1 year ago)
- Last Synced: 2025-01-13T19:21:36.096Z (about 1 year ago)
- Topics: appkit, object-graph
- Language: Swift
- Homepage:
- Size: 357 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IDE Object Graph
Object graph UI for AppKit.

## Installation
```swift
.package(url: "https://github.com/freysie/ide-object-graph.git", branch: "main"),
```
```swift
.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.