C++ cross-platform version of Cocos2D, an open-source mobile 2D game framework.
I'm developing a game using Cocos2d-x to Android and iPhone. At the beggining, I had a lot of problems …
android ios cocos2d-xIs there a way to know the size of the keyboard that is shown in the screen? I am using …
android keyboard cocos2d-xWhen I compile cocos2d-x (version 3.3) using visual studio 2015, an error occured, saying: fatal error C1189: #error: Macro definition of …
c++ cocos2d-x visual-studio-2015I am getting the following warning when compiling my cocos2d-x project with cygwin. `/cygdrive/e/project/MyGame/proj.android ` /…
android android-ndk cygwin cocos2d-xYesterday, I updated Xcode to the newest version (5.1 (5B130a)) to compatible with iOS 7.1. Then I build my project, I …
iphone xcode5 cocos2d-x ios7.1 cocos2d-x-2.xI've been writing a game using cocos2d-x and ran into an issue with changing the background color. I found …
c++ cocos2d-iphone cocos2d-x cclayerI have some code that interacts with the Android Facebook SDK, Asynchronously. Unfortunately this means when it returns it is …
android cocos2d-xI have worked some with Cocos2d for iPhone and find it delightful. I am starting another project, and have …
iphone cocos2d-iphone cocos2d-xI am using CCTouchTargetedDelegate with a Class subclassed by CCSprite. when defining delegate methods i am not being able to …
c++ ios cocos2d-x cocos2d-x-3.0I have some sprites, where the player character is facing to the right. I can create an animation from those …
cocos2d-x cocos2d-x-3.0 cocos2d-x-3.x