-
Notifications
You must be signed in to change notification settings - Fork 43
Exploring the Sample Projects
Rob Reuss edited this page Nov 22, 2018
·
2 revisions
A number of sample projects are included that demonstrate the app roles (Peripheral, Bridge and Central) for different platforms (iOS, tvOS, OS X, watchOS), along with projects that demonstrates the use of Objective C and SceneKit. They are delivered with the framework projects as submodules.
Other notes on sample projects:
- To explore using your Apple Watch as a controller, use the iOS Peripheral sample, which is setup as a watchOS project. A watch can interact with the iPhone it is paired to as either a Bridge (forwarding values to some other Central) or as a Central (displaying the game interface directly on the paired iPhone). Discovery of paired watches is automatic.
- Checking out the SceneKit Ship sample project is a great way to evaluate the motion capabilities of the framework, as well as being fun. It is implemented as a single project with shared code for targetting iOS, OSX and tvOS.
- There are also instructions on the Wiki for testing using DemoBots (in Swift) and SceneKitVehicle (in Objective C) sample projects from Apple.