-
- cocos2d-x version:3.7.1
- devices test on:ios 8.0
- developing environments mac osx
- NDK version:
- Xcode version:6.4
- VS version:
- browser type and version:
Steps to Reprodu…
-
in cocos2d-x 3.2, the node can't be seen.
-
When we cloned cocos2d-x repo today and found the following error:
**`F:\>git clone --recursive https://github.com/cocos2d/cocos2d-x F:\gitP\cocos2d\cocos2d-x`**
`Cloning into 'F:/gitP/cocos2d/coc…
-
Sorry not an issue really ... just a question :)
-
v3.4に上がってるので更新?(コードの更新の必要性はないみたいだが...)
-
Add an abstraction layer for threaded communications on cocos2d-x.
It should work on all supported platforms:
- iOS
- Android
- Windows
- Linux
- etc...
-
![](http://o6uv51311.bkt.clouddn.com/image/start.png)
## 游戏引擎:cocos2d-x v3.8.1
## 主要语言:C++
## 运行平台:win,ios,android
## 开发流程:
### (一) 收集图片素材
### (二) Cocos Studio制作静态UI
(此步可被代码代替,但使用可视化工具更加便捷)
主场景:…
-
I am getting these issues when i run ``build.sh`` for Linux. I know i have to link against glfw but i cannot find anything at all that's useful in any way/
LINK bin/release/OrbitSimulator
/usr/bin…
-
- cocos2d-x version: 3.17, 3.17.1
- devices test on: ubuntu 17, 18
compile errors like:
```
usr/bin/ld: ../../../../external/freetype2/prebuilt/linux/64-bit/libfreetype.a(ftbase.linux64.o): relo…
-
Hi,
My demo application leaks about 100Kb every 20 seconds on real device. I thought that it could be because of garbage collector, but I waited during 20 minutes.
Here are my steps:
1. I used Cocos…