InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by the SpriteKit and SceneKit framework in the context of game development? |
|
Answer» 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. |
|