[swift-users] Beginner Questions on IOS Game Programming

Chris Lattner clattner at apple.com
Mon Feb 15 11:59:16 CST 2016


> On Feb 14, 2016, at 3:51 PM, Jack Lawrence via swift-users <swift-users at swift.org> wrote:
> 
> There is also official documentation at https://developer.apple.com/resources/. For games, you’ll want to check out SpriteKit (2D games) and SceneKit (3D games):
> 
> https://developer.apple.com/spritekit/
> https://developer.apple.com/scenekit/

Or, if you prefer a lower-level API, check out:
https://developer.apple.com/metal/

-Chris


More information about the swift-users mailing list