C++ cross-platform version of Cocos2D, an open-source mobile 2D game framework.
I'm building an app in cocos2d-js, and I've got a problem with listening to keyboard events. I expect a …
javascript ios touch cocos2d-x cocos2d-jsSay I need to call a function with 2 seconds delay. In cocos2d-x you can use actions: auto action = Sequence::…
c++ cocos2d-x delay cocos2d-x-3.0For some reason, even though my app name appeared correctly next to the app icon, when I looked for the …
android cocos2d-x android-manifestI create cocos2d-x app I'm using cocos2d-2.0-x-2.0.4 I've got error when trying to run app from Eclipse …
android opengl-es android-emulator cocos2d-xI have tried many times to set up Cocos2dx in Eclipse, but haven't been able to get it to …
cocos2d-x cocos2d-androidWe have been getting a lot of crash reports on google play with the following crash log : java.lang.ExceptionInInitializerError …
android c++ android-ndk cocos2d-x unsatisfiedlinkerrorI downloaded cocos-2dx 3.0rc and run "setup.py". READ.ME tells that we can use "cocos new" to create …
xcode cocos2d-x cocos2d-x-3.0I'm reading around the web and the documentation but to be honest, I don't get it. Since I'm new to …
c++ cocos2d-x destructorI am currently developing a program that needs to download some images from the socket server,and the downloading work …
c++ multithreading c++11 cocos2d-x stdthread