- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- Roger Engelbert
- 172字
- 2021-07-23 20:00:23
Chapter 1. Installing Cocos2d-x
In this chapter, we'll get things up and running on your machine so you can get the most out of the examples in this book. This will include information on downloading the framework and creating a project as well as an overview of the basic structure of a Cocos2d-x application.
I will also point you to some extra tools you should consider getting to help you with the development process, such as tools to build sprite sheets, particle effects, and bitmap fonts. Although these tools are optional, and you can still learn how to use sprite sheets, particles, and bitmap fonts just by following the examples given in this book, you might consider these tools for your own projects.
Things you will learn in this first chapter are as follows:
- How to download Cocos2d-x
- How to run your first multiplatform application
- What the basic project looks like and how to find your way around it
- How to use the test project as a major reference source
推薦閱讀
- INSTANT FreeMarker Starter
- 三維圖形化C++趣味編程
- 你必須知道的204個(gè)Visual C++開發(fā)問題
- Microsoft System Center Orchestrator 2012 R2 Essentials
- The HTML and CSS Workshop
- ArcGIS By Example
- PLC應(yīng)用技術(shù)(三菱FX2N系列)
- Python網(wǎng)絡(luò)爬蟲技術(shù)與應(yīng)用
- Visual Basic程序設(shè)計(jì)全程指南
- Spring Data JPA從入門到精通
- JavaWeb從入門到精通(視頻實(shí)戰(zhàn)版)
- Learning ROS for Robotics Programming
- Practical XMPP
- Jenkins 2.x Continuous Integration Cookbook(Third Edition)
- Instant OpenCV for iOS