https://github.com/nathanflurry/scenekitvr
A small, lightweight library for VR in Apple's SceneKit on iOS. It comes with a small demo of a couple musical instruments you can trigger to play.
https://github.com/nathanflurry/scenekitvr
Last synced: about 1 month ago
JSON representation
A small, lightweight library for VR in Apple's SceneKit on iOS. It comes with a small demo of a couple musical instruments you can trigger to play.
- Host: GitHub
- URL: https://github.com/nathanflurry/scenekitvr
- Owner: NathanFlurry
- Created: 2016-05-09T04:48:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-09T05:05:19.000Z (about 9 years ago)
- Last Synced: 2025-05-07T21:46:05.223Z (about 1 month ago)
- Language: Swift
- Size: 3.56 MB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SceneKitVR
This was developed as a quick weekend project. Feel free to reuse any code included in this project. The core functionalilty of the VR engine is contained with the classes `VRView`, `VRViewportView`, `VRScene`, and `VRCamera`. If you create anything with this library, I'd love to see it.*Tested on an iPhone 6.*
[@NathanFlurry](https://twitter.com/nathanflurry)