- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- Roger Engelbert
- 156字
- 2021-07-23 20:00:23
Downloading and installing Cocos2d-x
All the examples in this book were developed in a Mac using Xcode and/or Eclipse. The example in the final chapter uses Cocos2d-x own IDE for scripting. Although you can use Cocos2d-x to develop your games for other platforms using different systems, the examples were built in a Mac and deployed to both iOS and Android.
Xcode is free and can be downloaded from the Mac App store (https://developer.apple.com/xcode/index.php), but in order to test your code on an iOS device and publish your games, you will need a developer account with Apple, which will cost you $99 a year. You can find more information on their website: https://developer.apple.com/.
For Android deployment, I recommend that you get the Eclipse and ADT bundle from Google, which you can find at http://developer.android.com/sdk/installing/installing-adt.html. You will be able to test your games in an Android device for free.
So, assuming you have an Internet connection, let's begin!
- Learning Python Web Penetration Testing
- Getting Started with Gulp(Second Edition)
- SOA實踐
- Android和PHP開發最佳實踐(第2版)
- Android開發精要
- 信息技術應用基礎
- 程序是怎樣跑起來的(第3版)
- 數據結構與算法分析(C++語言版)
- Learning FuelPHP for Effective PHP Development
- Python深度學習:模型、方法與實現
- Mastering JavaScript
- Extending Docker
- Programming MapReduce with Scalding
- Mastering High Performance with Kotlin
- 高性能Java架構:核心原理與案例實戰