- Building Android Games with Cocos2d-x
- Raydelto Hernandez
- 95字
- 2021-07-23 19:46:31
Cocos2d-x overview
Cocos2d-x is a C++ cross-platform port of the popular iOS gaming framework Cocos2d. It was first released in November 2010, and bought in 2011 by Chukong Technologies, a Beijing-based mobile gaming company. Nevertheless, it is still maintained by an active community of more than 400,000 developers worldwide, including Ricardo Quesada, the creator of the original Cocos2d iPhone engine.
This framework encapsulates all the game details, such as sound, music, physics, user inputs, sprites, scenes, and transitions, so the developer will only have to focus on the game logic rather than re-inventing the wheel.
推薦閱讀
- Python數(shù)據(jù)分析入門與實(shí)戰(zhàn)
- JIRA 7 Administration Cookbook(Second Edition)
- Python Tools for Visual Studio
- Android NDK Beginner’s Guide
- Java程序設(shè)計(jì)與實(shí)踐教程(第2版)
- Java系統(tǒng)化項(xiàng)目開發(fā)教程
- Python算法指南:程序員經(jīng)典算法分析與實(shí)現(xiàn)
- D3.js By Example
- C#程序設(shè)計(jì)教程(第3版)
- Instant PHP Web Scraping
- Spring Boot實(shí)戰(zhàn)
- SQL Server 2008中文版項(xiàng)目教程(第3版)
- jQuery技術(shù)內(nèi)幕:深入解析jQuery架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- 數(shù)據(jù)分析與挖掘算法:Python實(shí)戰(zhàn)
- Selenium WebDriver Practical Guide