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 5b77e6e80e Merge branch 'iss1177_platform' of https://github.com/dumganhar/cocos2d-x into iss1177_platform
Conflicts:
	cocos2dx/platform/CCEGLViewProtocol.cpp
	cocos2dx/platform/CCEGLViewProtocol.h
2012-04-23 14:39:27 +08:00
Box2D issue #1176: Changed linebreak symbol to UNIX format ('\n'),replaced 'tab' 2012-04-19 14:35:52 +08:00
CocosDenshion issue #1176: Changed linebreak symbol to UNIX format ('\n'),replaced 'tab' 2012-04-19 14:35:52 +08:00
HelloLua issue #1177: Added CCEGLViewProtocol class as CCEGLView's super class. Updated win32, android project configuration. 2012-04-20 15:23:00 +08:00
HelloWorld Merge branch 'iss1177_platform' of https://github.com/dumganhar/cocos2d-x into iss1177_platform 2012-04-23 14:39:27 +08:00
chipmunk issue #1176: Changed linebreak symbol to UNIX format ('\n'),replaced 'tab' 2012-04-19 14:35:52 +08:00
cocos2dx Merge branch 'iss1177_platform' of https://github.com/dumganhar/cocos2d-x into iss1177_platform 2012-04-23 14:39:27 +08:00
doxygen issue #1176: Changed linebreak symbol to UNIX format ('\n'),replaced 'tab' 2012-04-19 14:35:52 +08:00
licenses issue #1056: Added kazmath license file. Used CCCallFuncN instead of CCCallBlock and updated ActionsTest. 2012-03-22 11:26:39 +08:00
lua issue #1176: Changed linebreak symbol to UNIX format ('\n'),replaced 'tab' 2012-04-19 14:35:52 +08:00
template issue #1176: Changed linebreak symbol to UNIX format ('\n'),replaced 'tab' 2012-04-19 14:35:52 +08:00
tests issue #1177: Added some common methods for CCPoint,CCSize,CCRect. Added MutiTouchTest demo. 2012-04-23 14:30:38 +08:00
tools issue #1176: Changed linebreak symbol to UNIX format ('\n'),replaced 'tab' 2012-04-19 14:35:52 +08:00
.gitignore Modified gitignore to exclude device debug and device release on Blackberry Playbook 2011-12-14 16:27:59 +08:00
AUTHORS issue #1114: Updated AUTHORS file. 2012-04-17 17:27:49 +08:00
CHANGELOG add a message to changelog and fix some typo error 2012-03-05 10:52:11 +08:00
README.mdown Update README.mdown 2012-02-09 21:17:11 +08:00
build-linux.sh update linux project configure 2012-02-15 15:57:09 +08:00
build-win32.bat fixed #1014: correct resources path in build_win32.bat 2012-03-06 09:45:42 +08:00
cocos2d-win32.vc2008.sln issue #1177: Added CCEGLViewProtocol class as CCEGLView's super class. Updated win32, android project configuration. 2012-04-20 15:23:00 +08:00
cocos2d-win32.vc2010.sdf.REMOVED.git-id Refactored project folders. 2012-04-19 11:46:08 +08:00
cocos2d-win32.vc2010.sln Refactored project folders. 2012-04-19 11:46:08 +08:00
create-android-project.bat update authors, changelog 2012-03-02 15:39:03 +08:00
create-android-project.sh fixed #982: android template works ok on linux 2012-03-01 02:51:58 +08:00
create-bada-project.vbs update scripts of creating projects. 2012-02-15 17:27:29 +08:00
create-linux-eclipse-project.sh fixed #982: modify create-linux-eclipse-project.sh to support lua box2d and chipmunk 2012-03-01 03:13:33 +08:00
create-qnx-project.sh update scripts of creating projects. 2012-02-15 17:27:29 +08:00
create-qnx-project.vbs update scripts of creating projects. 2012-02-15 17:27:29 +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 fixed #985: remove xcode3 template 2012-02-28 10:21:59 +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 expended to iOS, Android, Bada, BlackBerry Playbook, Marmalade and desktop operating systems like Linux, WindowsXP & Windows7.

Multi Platform

  • iOS: stable, well tested on iOS 4.0 ~ 5.0 SDK.
  • Android: stable, well tested on 2.0~3.1, based on ndk r5 ~ r7.
  • Bada: stable on Bada SDK 1.0 & 2.0
  • BlackBerry Playbook: 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