Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 962 Bytes

File metadata and controls

18 lines (12 loc) · 962 Bytes

Chapter 1: What is cocos2d-x?

About cocos2d-x

Started in 2010, cocos2d-x is an open source, cross-platform game engine. It is loaded with powerful features that allow developers to create spectacular games with ease.

Why choose cocos2d-x

Why would you want to choose Cocos2d-x over other available game engines?

  • Modern C++ API (please refer to the modernizing done in version 3.0)
  • Cross platform - desktop, mobile and console
  • Capability to test and debug your game on the desktop and then push it to a mobile or console target
  • A vast API of functionality including sprites, actions, animations, particles, transitions, timers, events (touch, keyboard, accelerometer, mouse), sound, file IO, persistence, skeletal animations, 3D

Where to get help