-
Hi:
i am new in cocos2dx and i have a issue i want to exit game when i click exit button in game pleases help
Thanks in advance
-
I am a game development engineer, using cocos2dx-Lua to develop games, I think your software is very easy to use, but does not support Lua language.
-
Hi,
first of all I'm sorry for bad type English.
I want to compile an old source with NDK and cocos2d in windows.
this is my command line:
`ndk-build NDK_DEBUG=1 -C "G:/coc/androiddev/dpsg_and…
-
已经将poco-sdk放入游戏目录,在main.js里 加入了
var PocoManager = window.PocoManager;
var poco = new PocoManager() ;
window.poco = poco;
执行后产生 PocoManager is not a constructor 此错误,想请教步骤是否有误?
project.json 也…
-
anybody help please, the "super animation node " does not work in retina device properly on cocos2dx 3.2
-
```
What steps will reproduce the problem?
1. cocos2dx2.0.1
2. fire.png
3.
What is the expected output? What do you see instead?
render onthing but can see the particle counts!
What version of the …
-
```
What steps will reproduce the problem?
1. cocos2dx2.0.1
2. fire.png
3.
What is the expected output? What do you see instead?
render onthing but can see the particle counts!
What version of the …
-
Cocos2dxActivity.runOnGLThread can not work After replacing native activity with java activity, this function can not work correctly. with error "E/libEGL(7868): call to OpenGL ES API with no curren…
wjlin updated
8 years ago
-
test sample on cocos2d-x 3.2, android ndk r9d
Vector list;
button1 clicked:
for (int i = 0; i < 500000; i++)
{
auto ss = Node::create();
list.pushBack(ss);
}
button2 cli…
-
- cocos2d-x version: current v3 branch
- devices test on: android
hey guys, I got crash on
```
java.lang.NullPointerException,Attempt to invoke virtual method 'void org.cocos2dx.lib.Cocos2dxGL…
Dauch updated
7 years ago