An open API service indexing awesome lists of open source software.

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.

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.