- iOS Game Programming Cookbook
- Bhanu Birani Chhavi Vaishnav
- 203字
- 2021-07-23 20:03:19
Introduction
SpriteKit is a graphics rendering and animation framework with features for animating arbitrary textured images called Sprites. It has a rendering loop that renders the contents of the frame. As a process, the content of each frame (that is, input) is given, processed, and then finally rendered by the rendering loop.
Basically, your game identifies the content of the frame and how the content has to be changed in that frame.
Being a new player in the game industry, SpriteKit is doing really well as it has adopted the basics of cocos2d, which is a heavily used game engine for 2D games. It's really well written, documented, and deeply integrated with iOS. However, if you are new to the game development domain, even then this book will serve you as a starter development guide. Each chapter is baked with a recipe to make sure that you learn all the concepts of game development.
Now here are the two most basic concepts: scenes and sprites. iOS games are made up of scenes and scenes in turn hold sprites.
To get started with the SpriteKit, we will be creating a small game that will guide us to understand all the concepts of the SpriteKit.
- iOS Game Programming Cookbook
- Mastering Objectoriented Python
- TestNG Beginner's Guide
- Python零基礎快樂學習之旅(K12實戰(zhàn)訓練)
- INSTANT OpenNMS Starter
- 程序員修煉之道:通向務實的最高境界(第2版)
- 大學計算機基礎實驗指導
- C語言程序設計上機指導與習題解答(第2版)
- SQL Server與JSP動態(tài)網(wǎng)站開發(fā)
- Java編程的邏輯
- Scala Reactive Programming
- jQuery Mobile Web Development Essentials(Second Edition)
- SQL Server 2008實用教程(第3版)
- 菜鳥成長之路
- Unity虛擬現(xiàn)實開發(fā)圣典