https://github.com/maxxfrazer/swift-graph3d
A class to create a routing graph for positions in 3D coordinate space
https://github.com/maxxfrazer/swift-graph3d
augmented-reality gamekit ios navigation navigation-graph routing-graphs swift swiftpm
Last synced: 2 months ago
JSON representation
A class to create a routing graph for positions in 3D coordinate space
- Host: GitHub
- URL: https://github.com/maxxfrazer/swift-graph3d
- Owner: maxxfrazer
- Created: 2019-07-21T19:55:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-13T09:46:50.000Z (over 5 years ago)
- Last Synced: 2025-10-25T19:36:33.716Z (2 months ago)
- Topics: augmented-reality, gamekit, ios, navigation, navigation-graph, routing-graphs, swift, swiftpm
- Language: Swift
- Size: 7.81 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Graph3D
A package building upon iOS Framework `GameplayKit`'s class `GKGraph` to create a routing graph specific for navigating 3D positions.
I have used this previously for Augmented Reality projects, and thought it could be useful for other developers.
Check out [the tests](https://github.com/maxxfrazer/Swift-Graph3D/blob/master/Tests/Graph3DTests/Graph3DTests.swift) for examples how to use this package.
Please feel free to test it out and contribute to this repository if there are some improvements you'd like to see.