[ANNOUNCE] GREE Platform function can be integrated into your Cocos2dx applications

Hi developers, this is mkazuma.
Let me introduce GreePlatformSDKCocos2dx, with that you can develop cocos2dx application connectable to GREE Platform SNS functions.
[https://github.com/gree/GreePlatformSDKCocos2dx]

Instruction guide is available from the url below.
[http://labs.gree.jp/blog/2012/12/6846/]

Currently, this is available only on Android, but I’m thinking to support iOS in the future.

Now, it is available both on Android and iOS with the same api.

* Tutrial :
# iOS : http://labs.gree.jp/blog/2013/03/7773/
# Android : http://labs.gree.jp/blog/2012/12/6846/

And also you can show web page by using webview plugin added to this sdk from Cocos2dx context.

    //CCWebView Test 
    pWebView = CCWebView::create();
    pWebView->setRect(100, 100, size.width - 110, size.height - 20);
    pWebView->setVisibility(true);
    pWebView->loadUrl("http://www.cocos2d-x.org/");