Vuforia sample app using Swift and SceneKit.
This began with the boilerplate code from yshrkt's Sample Project. Also big thanks to interactivetech for troubleshooting some early issues :)
The models "light up" when touched.
Uncompressed version here
Create VuforiaSampleSwift/Keys.plist
and add your Vuforia License Key as follows:
vuforiaLicenseKey: [ Your License Key ]
Sorry for the rough code for now :)
Feel free to open an issue if you have any problems trying to get the code to work!