Axmol Engine – A Multi-platform Engine for Desktop, XBOX (UWP) and Mobile games. (A radical fork of Cocos2d-x-4.0)
Go to file
James Chen 68e9210434 Modified the implementation of ScriptingCore::getInstance by using new operator.
Some implemented method should return default value.
2012-08-29 14:49:03 -07:00
CocosDenshion Using 'getHashCodeByString(typeid(*native_obj).name())' instead of 'reinterpret_cast<long>(typeid(*native_obj).name());'. 2012-08-29 14:49:03 -07:00
cocos2dx Added CCParticleSystem::createWithTotalParticles. 2012-08-29 14:49:03 -07:00
document Changed tee files to (dot)tee files [hidden]. 2012-08-20 13:18:42 -07:00
extensions fixed #1442: use CREATE_FUNC instead of SCENE_CREATE_FUNC and NODE_CREATE_FUNC 2012-08-27 16:11:07 +08:00
external Cocos2dx for gles2. 2012-08-17 17:45:21 -04:00
licenses Adding cxx-generator/target/common/* files and generated bindings for cocos2d-x. 2012-08-27 10:02:19 -07:00
samples Using 'getHashCodeByString(typeid(*native_obj).name())' instead of 'reinterpret_cast<long>(typeid(*native_obj).name());'. 2012-08-29 14:49:03 -07:00
scripting Modified the implementation of ScriptingCore::getInstance by using new operator. 2012-08-29 14:49:03 -07:00
template fix a bug in android template 2012-08-27 10:50:55 +08:00
tools Update cxx-generator to latest version 2012-08-29 14:44:07 -07:00
.gitignore updates gitignore 2012-08-27 05:45:11 -07:00
.gitmodules adds cxx-generator as a submodule 2012-08-27 08:43:39 -07:00
AUTHORS add greathqy to AUTHORS 2012-08-04 18:12:39 +08:00
CHANGELOG update CHANGELOG and delete some unneeded files 2012-06-28 11:47:54 +08:00
README.mdown Update gles20 2012-06-21 14:04:04 +08:00
build-win32.bat issue #1399: Updated build-win32.bat and libExtensions.vcproj. 2012-07-23 10:55:24 +08:00
cocos2d-win32.vc2008.sln Added vs2008 project for TestLua. 2012-08-24 18:27:47 +08:00
cocos2d-win32.vc2010.sln issue #1425: add TestLua project 2012-08-23 16:10:50 +08:00
create-android-project.bat fixed #1370: Create project script can't work correctly on android. 2012-06-28 11:05:34 +08:00
create-android-project.sh Android project generation script copies library sources 2012-06-14 19:52:40 -07:00
create-blackberry-project.sh Renamed create-qnx-project.sh(.vbs) to create-blackberry-project.sh(.vbs). 2012-08-24 22:40:05 +08:00
create-blackberry-project.vbs Renamed create-qnx-project.sh(.vbs) to create-blackberry-project.sh(.vbs). 2012-08-24 22:40:05 +08:00
install-templates-msvc.bat Seprate wizard install script from build-win32.bat to install-templates-msvc.bat 2011-03-15 15:59:22 +08:00
install-templates-xcode.sh issue #1399:xcode template works ok after adjusting directory structure 2012-07-23 17:10:56 +08:00
make-all-linux-project.sh issue #1445: fix compiling error of linux 2012-08-24 15:53:26 +08:00

README.mdown

cocos2d-x

cocos2d-x is a multi-platform 2D game engine in C++, based on cocos2d-iphone and licensed under MIT. Now this engine has been expanded to iOS, Android, Bada, BlackBerry, Marmalade and desktop operating systems like Linux, WindowsXP & Windows7.

Multi Platform

  • iOS: stable, well tested on iOS 4.x ~ 5.x SDK.
  • Android: stable, well tested on 2.0~4.0, based on ndk r5 ~ r8.
  • Bada: stable on Bada SDK 1.0 & 2.0
  • BlackBerry Playbook & BB10: stable, contribued by engineers working at RIM
  • Marmalade: stable since cocos2d-x-0.11.0
  • Windows: stable, tested on WinXP, Vista, Win7. Please upgrde the drive of your video card if you meet problems on OpenGL functions
  • Linux: usable.

Document

Contact us