###Author qiong ###Mail [email protected] ###objective Make building cocos2d-x game easier and funny
coco2d-x : version 3.0rc0 ###list:
- pomelo4cocos2dx
- pomelo client for cocos2d-x writing in c++.
- unitTest4cocos2dx
- unit test scene and layer for cocos2d-x.
- dataManager4cocos2dx
- manage temp and const variables between memory and file system.
- utils4cocos2dx some utility class like:
- JsonConverter: convert json to cocos2d::Value and vice versa.
- JsonFileUtil: read and write json file to cocos2d::ValueMap or cocos2d::ValueVector with data encrypted and plist not.
- FileUtil: a simple proxy method of cocos2d::FileUtil
- StringUtil: deal with utf-8 string.
- HttpHelper: make sending httprequest in few lines of code.
- DeviceUtil: platform related functions under ios and android
- device basic information
- gemecenter
- remote and local notification
- open url and send email...
- AlertHelper: show alert dialog using interface provided by ios or android.
- LoadingDlg: an iOS custom loading dialog.
- ShaderSprite: very useful class for custom fragment shader.
- CocosUtil: all other helpful functions like load resources async or sync, audio manager, cocostudio helper and so on.
- pomeloRobot_console
- auto pressure test tool for pomelo running in xcode console. Removed from this git, see github
- tools
- trans_excel. Python tool for converting excel to plist, json and sqlite. Depend on openpyxl,biplist. It's two kinds of excel: array and dictionary
- read_dir_to_excel. Tool for reading dir info into a excel file. Depend on xlslib.
- aes. Encrypt and decrypt tool using aes algorithm. You can make a static lib: libaes.a
- safe_sqlite3 Encrypt and decrypt tool for sqlite database You can make a static lib: libsqlite3.a
- times4cocos2dx
- awards related to time like everyday online award and every hour award and so on.
- customWidget
- custom widget using in cocostudio, including custom label, lableButton and textfield.
###test All unit tests are in the file folder 'test'.