axmol/tools/lua_project_generator
dumganhar db4d51496e Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into bada
Conflicts:
	cocos2dx/platform/CCAccelerometer_platform.h
	cocos2dx/platform/CCApplication_platform.h
	cocos2dx/platform/CCArchOptimalParticleSystem.h
	cocos2dx/platform/CCEGLView_platform.h
	cocos2dx/platform/CCPlatformConfig.h
	cocos2dx/platform/CCSAXParser.h
	cocos2dx/platform/CCStdC.h
	tests/AppDelegate.cpp
	tests/tests/Box2DTestBed/Tests/EdgeShapes.h
2011-09-29 16:03:37 +08:00
..
template Merge branch 'master' of https://github.com/cocos2d/cocos2d-x into bada 2011-09-29 16:03:37 +08:00
README Supplying README file 2011-09-20 08:03:52 +01:00
build.xml Initial example working version of a lua project generator 2011-09-19 23:42:22 +01:00

README

This tool can be used to generate a 'jumping off point' for creating cross platform mobile games using the LUA bindings
with Cocos2d-x. 

Usage is simple: 

  'ant' 

You will be asked 3 questions.

1) The path to your NDK (e.g. /cygdrive/c/my_first_ndk or /usr/bin/my_first_ndk )
2) The 'Name' of your project (e.g. AwesomeMegaDeath)
3) The 'Pakage' of your project (e.g. org.my) 

The script will then generate a folder with the name of your project ('AwesomeMegaDeath') in the top-level of the Cocos2d-x downloadable (i.e. a sibling of HellowWorld.)  And you should be able to use this project straight away from Visual Studio, Xcode and Eclipse (Please note with eclipse you will also need to execute the build_native.sh script in the android sub-folder.)