- 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.
- Go Web編程
- Learn to Create WordPress Themes by Building 5 Projects
- Vue.js 3.x從入門到精通(視頻教學版)
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- Python程序設計案例教程
- 鋒利的SQL(第2版)
- Python Data Analysis Cookbook
- Unity 2018 Shaders and Effects Cookbook
- SQL Server 2016 從入門到實戰(視頻教學版)
- Visual FoxPro 6.0程序設計
- SQL Server 入門很輕松(微課超值版)
- 交互式程序設計(第2版)
- Learning Android Application Testing
- Sails.js Essentials
- 深度學習程序設計實戰