Google News
logo
IOS - Interview Questions
What do you mean by the SpriteKit and SceneKit framework in the context of game development?
SpriteKit : This framework is designed to make it easier and faster for game developers to create animated 2D assets/objects in casual games. With it, you can draw shapes, particles, text, images, and videos in two dimensions. 
 
SceneKit : It is an iOS framework inherited from OS X, which helps to create 3D graphics. With SceneKit, you can build 3D animated scenes and effects for your iOS games and apps.
Advertisement