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 3d275dc8cf issue #1564: Updated Chipmunk to v6.1.2. 2012-11-20 16:15:21 +08:00
CocosDenshion issue #1565: Removed VS2008 support. 2012-11-19 14:42:27 +08:00
cocos2dx setUniformLocationwithMatrix4fv ~> setUniformLocationWithMatrix4fv 2012-11-19 17:16:06 +08:00
document update doxygen config 2012-09-27 14:06:39 +08:00
extensions issue #1565: Removed VS2008 support. 2012-11-19 14:42:27 +08:00
external issue #1564: Updated Chipmunk to v6.1.2. 2012-11-20 16:15:21 +08:00
licenses issue #1555:update to v2.1 beta3 2012-11-14 18:05:15 +08:00
samples issue #1555: Enabled point size in DrawPrimitivesTest.cpp. 2012-11-19 17:16:45 +08:00
scripting issue #1565: Removed VS2008 support. 2012-11-19 14:42:27 +08:00
template issue #1565: Removed VS2008 support. 2012-11-19 14:42:27 +08:00
tools issue #1565: Removed VS2008 support. 2012-11-19 14:42:27 +08:00
.gitignore Ignore userconf.ini when running from jenkins 2012-09-26 10:49:02 -07:00
.gitmodules Redirected cocos2d-html5-tests to cocos2d-js-tests 2012-11-08 16:06:32 +08:00
AUTHORS Update AUTHORS 2012-11-12 11:08:19 +08:00
CHANGELOG Update CHANGELOG 2012-11-02 16:16:12 +08:00
README.mdown add Win 8 Metro and WP8 description into readme 2012-11-08 10:59:05 +08:00
build-win32.bat issue #1565: Removed VS2008 support. 2012-11-19 14:42:27 +08:00
cocos2d-win32.vc2010.sln issue #1469: Updated solutions for vs2008 and vs2010. 2012-10-10 15:23:46 +08:00
cocos2d-win32.vc2012.sln Change 2012 solution version number. 2012-09-04 10:55:00 -06:00
create-android-project.bat Added library dependence for create-android-project script. 2012-09-25 22:12:14 +08:00
create-android-project.sh Added library dependence for create-android-project script. 2012-09-25 22:12:14 +08: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 issue #1565: Removed VS2008 support. 2012-11-19 14:42:27 +08:00
install-templates-xcode.sh Adding xcode template for cocos2dx-js 2012-08-31 12:07:58 -07:00
make-all-linux-project.sh fixed some compilation errors for linux platform. 2012-09-26 15:23:10 +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.
  • Windows 8 Metro & Windows Phone 8: stable, it's in another repo http://github.com/cocos2d-x/cocos2dx-win8. We will merge it back sooner or later
  • 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