Skip to content

Latest commit

 

History

History
 
 

FoxBuildingaSceneKitGamewiththeXcodeSceneEditor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Fox: Building a SceneKit Game with the Xcode Scene Editor

This sample code demonstrates how to use Xcode to build a SceneKit level, choose the renderer in between Metal and OpenGL ES, add positional audio triggers, and setup light maps with the new material properties. It also demonstrates the usage of particle systems, complex material settings including normal and illumination maps. SceneKit's physics is used to detect collisions with walls, ground, enemy and to collect collectable items. This sample app also show how to use SpriteKit to achieve the 2D game overlays (for score and congratulations screen).

Requirements

Build

Xcode 7.1, iOS 9.0 SDK, tvOS 9.0 SDK, OS X 10.11 SDK

Runtime

iOS 9.0, tvOS 9.0, OS X 10.11

Copyright (C) 2015 Apple Inc. All rights reserved.