Skip to content

quinsmpang/quick-cocos2d-x-20130509

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quick-cocos2d-x + Qt

ref:

CHINESE => README_CN.md

quick-cocos2d-x is a quick framework, based cocos2d-x. Make mobile games in Lua.

CODE LESS, PLAY MORE !

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.


GET STARTED

SYSTEM AND SOFTWARE REQUIREMENTS

  • Latest Xcode (4.6 current) and iOS SDK (6.1 current)
  • Android SDK (2.2) and Android NDK (r8b, DON'T USE OTHER VERSION)

DOWNLOADS

RUN SIMULATOR

Open quick-cocos2d-x/simulator/bin/mac/LuaHostMac.app, or quick-cocos2d-x/simulator/bin/win32/LuaHostWin32.exe

  1. Select menu: File -> Open Project

  2. Set Project Director to quick-cocos2d-x/sample/CoinFlip

  3. Set Script File to $WORKDIR/scripts/main.lua

  4. Click "Open Project" button.

BUILD

DOCUMENTS



Why quick-cocos2d-x

QUICK = SUCCESS !

  • No risk: cocos2d-x's Lua support already exists two years, mature, reliable, the choice of large companies.

  • Full-featured framework: Write the entire game using Lua, no C++ requirements.

  • Native extensions: Integration of third-party components, including Payment, Ad, Analysis. Lua-ObjectiveC and Lua-Java bridge make life easy.

  • Enhanced Simulator: Run the game from any directory, multiple resolution switching, debug console.

  • 100% FREE: cocos2d-x, Lua, quick-cocos2d-x all is Open-Sources project. licensed under MIT.


Framework main features:

  • display: creates scenes, display objects, animation ...
  • transition: moving, fades, creates animation programing easy ...
  • audio: play background music, effect sounds ...
  • ui: creates button, menu, label ...
  • luaoc: Lua call Objective-C, Objective-C call Lua ...
  • luaj: Lua call Java, Java call Lua ...
  • network: Asynchronous HTTP requests, JSON, check the network status ...

About

Quick-cocos2d-x with QtPort

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 46.4%
  • C 33.4%
  • Lua 6.1%
  • Objective-C 4.6%
  • Objective-C++ 3.1%
  • HTML 2.3%
  • Other 4.1%