https://github.com/tomasf/navlibdemo
Simple demo of NavLibSwift
https://github.com/tomasf/navlibdemo
Last synced: about 1 year ago
JSON representation
Simple demo of NavLibSwift
- Host: GitHub
- URL: https://github.com/tomasf/navlibdemo
- Owner: tomasf
- License: mit
- Created: 2025-03-12T21:58:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-12T22:01:00.000Z (about 1 year ago)
- Last Synced: 2025-03-12T22:31:27.273Z (about 1 year ago)
- Language: Swift
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NavLibDemo
NavLibDemo is a minimal example of using [NavLibSwift](https://github.com/tomasf/NavLibSwift) to add 3DConnexion SpaceMouse support to a macOS app.
## Features
- Demonstrates basic setup of `NavLibSession`.
- Integrates with a SceneKit view.
- Shows how to configure session properties for navigation.
## Usage
1. Clone this repository.
2. Ensure you have 3DConnexion's 3DxWare installed.
3. Open the project in Xcode and run it.
For more details, check out [NavLibSwift](https://github.com/tomasf/NavLibSwift).