Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Aralekk/VR_Toolkit_iOS
A sample project that provides the basics to create an interactive VR experience on iOS
https://github.com/Aralekk/VR_Toolkit_iOS
Last synced: 3 months ago
JSON representation
A sample project that provides the basics to create an interactive VR experience on iOS
- Host: GitHub
- URL: https://github.com/Aralekk/VR_Toolkit_iOS
- Owner: Aralekk
- Created: 2016-01-19T16:43:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T00:55:52.000Z (over 5 years ago)
- Last Synced: 2024-04-22T04:16:07.750Z (7 months ago)
- Language: Swift
- Homepage:
- Size: 863 KB
- Stars: 86
- Watchers: 11
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ios - VR Toolkit iOS - A sample project that provides the basics to create an interactive VR experience on iOS. (VR / Web View)
- awesome-ios-star - VR Toolkit iOS - A sample project that provides the basics to create an interactive VR experience on iOS. (VR / Web View)
README
# VR_Toolkit_iOS
A sample project that provides a basic toolkit to create an interactive VR experience on iOS.
Written in Swift 2.0 using SceneKit.
We added a viewfinder/target so you can aim and select interactive elements like in the Land's End game.
Compatible with all VR viewers.# For media playback
You'll find here a 360 video player, VR ready, for iOS with methods to play video on an AVPlayer embedded on the materials of a SCNNode
https://github.com/Aralekk/simple360player_iOS# Screenshots
Aiming at nothing
![alt tag](https://github.com/Aralekk/VR_Toolkit_iOS/blob/master/S1.PNG)Aiming, the loader animate
![alt tag](https://github.com/Aralekk/VR_Toolkit_iOS/blob/master/S2.PNG)Aimed, the cube changed color
![alt tag](https://github.com/Aralekk/VR_Toolkit_iOS/blob/master/S3.PNG)