Y
Hacker News
new
|
ask
|
show
|
jobs
by
barrystaes
4401 days ago
Swift is a new programming language. Does this implementation also use Metal? What is the Scene Kit relation to Metal?
2 comments
jemeshsu
4401 days ago
SpriteKit and SceneKit is targeting casual games. Metal is an API that is close to GPU and is meant to replace OpenGL for console level games.
link
M4v3R
4401 days ago
This only uses SpriteKit, for 2d graphics. SceneKit is for 3d stuff.
link