SwiftUI package for displaying directed graphs.
In Xcode go to File -> Swift Packages -> Add Package Dependency… and paste the repo's url: https://github.com/nmandica/DirectedGraph
Import the package in the file you would like to use it: import DirectedGraph
You can display a graph by adding a GraphView to your view.
| DirectedGraph | Swift | Xcode | Platforms |
|---|---|---|---|
| DirectedGraph 0.1 | Swift 5.2 | Xcode 11.0 | iOS 13.0 / macOS 10.15 |
DirectedGraph is available under the MIT license. See the LICENSE file for more info.
