Axmol Engine – A Multi-platform Engine for Desktop, XBOX (UWP) and Mobile games. (A radical fork of Cocos2d-x-4.0)
Go to file
Walzer 6de3f0f404 Merge branch 'master' of https://github.com/cocos2d/cocos2d-x 2010-12-18 08:10:14 +08:00
Box2D fixed #259 2010-12-14 09:42:39 +08:00
CocosDenshion fixed #262 Add namespace for the project CocosDenshion. 2010-12-15 18:28:18 +08:00
HelloWorld fixed: helloworld win32 release configure build error, CCTMXTiledMap.cpp Access NULL pointer error. 2010-12-17 17:20:39 +08:00
HelloWorld.android Remove unneeded predefined macro _ADNROID, because ndk build chain has already defined a macro named ANDROID 2010-11-23 18:02:42 +08:00
TestAudioEngine.uphone fixed #262 Add namespace for the project CocosDenshion. 2010-12-15 18:28:18 +08:00
TestAudioEngine.win32 fixed #262 Add namespace for the project CocosDenshion. 2010-12-15 18:28:18 +08:00
chipmunk fixed #259 2010-12-14 09:42:39 +08:00
cocos2dx Merge branch 'master' of https://github.com/cocos2d/cocos2d-x 2010-12-18 08:10:14 +08:00
doxygen add doxygen config for cocos2d-x & cocosDenshion 2010-11-30 10:09:33 +08:00
template add feature header file in CCXAppWiz HelloWorldScene.h 2010-12-11 09:50:46 +08:00
tests modify build_natvie.sh to use unix line feed character 2010-12-17 15:43:36 +08:00
.gitignore fixed #257 2010-12-13 11:21:58 +08:00
CHANGELOG CHANGELOG for cocos2d-0.99.4-x-0.7.0 2010-11-29 15:36:18 +08:00
LICENSE.artwork issue #155, template code on vs2008 & license declaration 2010-09-30 23:35:28 +00:00
LICENSE.box2d issue #155, template code on vs2008 & license declaration 2010-09-30 23:35:28 +00:00
LICENSE.chipmunk issue #155, template code on vs2008 & license declaration 2010-09-30 23:35:28 +00:00
LICENSE.cocos2d-x rename directories 2010-11-18 12:32:01 +00:00
README.mdown update README.mdown 2010-12-17 21:38:03 +08:00
build-uphone.sh issue #211, add batch build for uphone 2010-11-19 02:59:27 +00:00
cocos2d-uphone.sln fixed #251 CCKeypadDelegate implement 2010-12-13 14:10:39 +08:00
cocos2d-win32.sln fixed #222 merge different HelloWorld to one directory just like "tests", except HelloWorld.android 2010-11-27 18:25:31 +08:00
cocos2d-win32.vcproj.user re-add source files to cocos2d-win32.proj. 2010-11-22 15:40:43 +08:00

README.mdown

cocos2d-x multiplatform

cocos2d-x is a multi-platform 2D game engine in C++, based on cocos2d-iphone and licensed under MIT. Now this engine has been ported to UPhone, iOS 4.1, Android 2.1 and higher, WindowsXP & Windows7.

Multi Platform

  • cocos2d-iphone-cpp: tested on iPhone 3.2, 4.1 & 4.2 SDK
  • cocos2d-android-ndk: based on ndk-r4(crystax.net version) & ndk-r5, tested on Android 2.1, 2.2, 2.3 emulator, HTC G2, G3, G6, G7 device
  • cocos2d-uphone: well tested on UPhone of ChinaUnicom, both emulator & device.
  • cocos2d-win32: well tested on WindowsXP & Windows7. It depends on PowerVR OpenGL ES 1.1 libraries for win32 system

Document

Contact us