Effects for Cocos2dx
1. EffectNodes for Cocos2dx
Play flash files in Cocos2dx
1. cocos2dx-swf
2. Cocos2dxUsefulClasses
3. cocos2dx-extensions
Ads: Chartboost
1. Chartboost-x
Ads: Vungle
1. Vungle - Android SDK
2. Vungle - iOS SDK
Ads: AdColony
1. AdColony - Android SDK
2. AdColony - iOS SDK
2016年10月18日 星期二
2016年10月3日 星期一
2016年10月2日 星期日
2016年9月27日 星期二
[iOS] Start from iOS 10, parameters required to be inserted in info.plist
For more detailed information, consult the following resources:
- WWDC 2016: Engineering Privacy for Your Users (with usage description keys discussed at 29:14)
- App Programming Guide: Supporting User Privacy
- Information Property List Key Reference - Cocoa Keys for the full list of usage description keys
2016年8月9日 星期二
2016年6月18日 星期六
[MMO] Cocos2D-x ~ MMO
AppWarp: Cocos2DX Multiplayer Game Development, NinjaFight (tutorial)
planeshift
photon: VMware
KBEngine: Example
The Mana World
Worldforge
AnyNDK: EarthWarrior3D
planeshift
photon: VMware
KBEngine: Example
The Mana World
Worldforge
AnyNDK: EarthWarrior3D
2016年6月12日 星期日
[SQLITE] sqlite3 encryption/decryption
SQLite3 Simple works
sqlite3 commands.http://www.runoob.com/sqlite/sqlite-syntax.html
SQLite Manager on Firefox. (Of course, it's free.)
https://addons.mozilla.org/zh-tw/firefox/addon/sqlite-manager/
https://dotblogs.com.tw/toysboy21/2014/04/21/144813
Android SQLite Database Tutorial.
http://www.tutorialspoint.com/android/android_sqlite_database.htm
SQLite for iOS.
http://pro.ctlok.com/2010/07/iphone-ipad-with-sqlite.html
https://www.facebook.com/teacherchi/posts/359338594127416
SQLite for Android.
https://github.com/sqlcipher/android-database-sqlcipher
CopyFiles.
http://www.iforce2d.net/cc2dxres/fileutils
SQLite Manager
http://www.sqlabs.com/sqlitemanager.php
SQLite3 Encryption/Decryption
Types of sqlite3 encryption/decryptionsqlcipher_export() to make plain text database to be encrypted.
https://www.zetetic.net/sqlcipher/sqlcipher-api/#sqlcipher_export
SQL Cipher is free but need some works.
Here is SQL Cipher official web site:
sqlcipher gits:
Make Sqlcipher available on iOS and Android.
To Make Sqlcipher available on iOS.
To Make Sqlcipher available on Android.
http://qiita.com/idaisuke/items/b4386705db7ec714f98a
http://ends.cc/?p=619
https://www.zetetic.net/sqlcipher/sqlcipher-for-android/
http://ends.cc/?p=619
https://www.zetetic.net/sqlcipher/sqlcipher-for-android/
Reference web sites:
2014年5月24日 星期六
2014年4月8日 星期二
2014年1月23日 星期四
2014年1月20日 星期一
2014年1月15日 星期三
2014年1月3日 星期五
2014年1月1日 星期三
[Cocos2Dx] Create a new project
How to create a new game
Cocos2d-x 2.2
$ cd cocos2d-x
$ ./create-multi-platform-projects.py -p MyGame -k com.MyCompany.AwesomeGame -l cpp
Cocos2d-x 3.0alpha1
$ cd cocos2d-x-3.0alpha1/tools/project-creator
$ ./create_project.py
Usage: create_project.py -p -k -l
Sample: create_project.py -p MyGame -k com.MyCompany.AwesomeGame -l javascript
2013年12月30日 星期一
2013年12月28日 星期六
2013年12月26日 星期四
[iOS] To force delete the files not in SVN
svn st | grep ! | awk '{ cmd="svn delete --force "$2;system(cmd) }'
訂閱:
文章 (Atom)