Axmol Engine – A Multi-platform Engine for Desktop, XBOX (UWP) and Mobile games. (A radical fork of Cocos2d-x-4.0)
Go to file
minggo 7da6171715 Merge pull request #1174 from John-cdy/gles20
issue #1404:Add win32Test project and rename some script files
2012-08-14 01:35:38 -07:00
CocosDenshion Merge branch 'gles20' of https://github.com/tongpengfei/cocos2d-x into linux_gles20 2012-08-03 10:10:33 +08:00
cocos2dx Merge pull request #1172 from walzer/gles20 2012-08-11 08:34:58 -07:00
document enable search in doxygen, rename doxygen.cocos2d-x to doxygen.config to make it more readable. 2012-08-09 23:15:57 +08:00
extensions fixed #1424: http wrapper compiled ok on win32. 2012-08-09 17:04:55 +08:00
external fixed #1419: Merge gles20 linux port. 2012-08-03 11:07:59 +08:00
licenses Merge branch 'gles20' of https://github.com/cocos2d/cocos2d-x into iss1240_tiff 2012-05-25 11:00:20 +08:00
samples issue #1425: change the interfaces in .pkg files to satisfy the current 2012-08-10 18:14:04 +08:00
scripting issue #1425: corresponding changes for .pkg files 2012-08-11 16:05:38 +08:00
template Cleaner template for build_native.sh 2012-07-31 22:56:18 -07:00
tools issue #1404 Delete snapshots's files 2012-08-14 16:30:45 +08:00
.gitignore fixed #1329: Moved all java files part of engine into a certain directory, then all projects refer to them. 2012-06-15 18:15:43 +08: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 Reverted 'cocosdenshion' to 'CocosDenshion'. 2012-07-23 11:07:31 +08:00
cocos2d-win32.vc2010.sln issue #1399: Added vs2010 support. 2012-07-23 11:57:34 +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
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 [LOG] make-all-linux-project.sh add clean 2012-08-02 16:34:01 +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