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

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

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.