- Cocos2d Cross-Platform Game Development Cookbook(Second Edition)
- Siddharth Shekar
- 172字
- 2021-07-16 09:43:43
Introduction
In the first chapter, we will cover some basics of the Cocos2d framework so that everyone is up to speed on the concepts. We will go through the process of downloading and installing SpriteBuilder/Cocos2d. Then we will cover the 2D coordinate system that Cocos2d uses.
After going through the basics, we will cover the basic properties of sprites and how they can be added to a scene. We will take a look at how to add an image to a sprite object. We will discuss how to create a sprite that is used as placeholder asset to test basic game mechanics and collision in the prototyping stage of any game. We will then consider how to create basic shapes using glPrimitives. After this, we will move on to discussing how to move, rotate, scale, and combine actions on the sprite object using actions. Next, we will look at how to animate a character using sprite frames. Finally, we will add parallax scrolling to the scene to add more dynamism to it.
- 數據科學實戰手冊(R+Python)
- iOS面試一戰到底
- Google Apps Script for Beginners
- Learning C# by Developing Games with Unity 2020
- Android Jetpack開發:原理解析與應用實戰
- 企業級Java EE架構設計精深實踐
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- 趣學Python算法100例
- R Data Analysis Cookbook(Second Edition)
- UML 基礎與 Rose 建模案例(第3版)
- ServiceNow:Building Powerful Workflows
- Web前端應用開發技術
- Buildbox 2.x Game Development
- C++編程兵書
- Xcode 6 Essentials