-
/usr/lib/libz.dylib 이랑 /usr/lib/libiconv.dylib은 Big Sur에선 존재하지 않음. (보안상 애플이 무슨 수작을 부린듯)
CocosConfigDepend.cmake 를 수정해줘야하고
libicon랑 libz를 사용하기 위해선 다음과 같이 find_library선언후 사용합니다.
```sh
find_libra…
-
-
Is this support cocos2dx 2.2.6?
-
## GLProgram::SHADER_NAME_POSITION_GRAYSCALE
![scalegray](https://raw.githubusercontent.com/zhishu520/blog/master/images/shader/scalegray.png)
```shader
// vert
attribute vec4 a_position;
…
-
Hi, I downloaded upSL-master.zip file.
In Scorloop.h file while declaring following line:
static void SubmitScore(ScoreController\* self, double result, double minor_result = 0.0, unsigned int level…
-
https://drelaptop.gitbooks.io/before-cocos2dx-docx/en/
-
https://drelaptop.gitbooks.io/before-cocos2dx-docx/content/en/
-
https://drelaptop.gitbooks.io/before-cocos2dx-docx/content/zh/
-
https://drelaptop.gitbooks.io/before-cocos2dx-docx/content/zh/
-
i got error: "base/CCStencilStateManager.h' file not found" when i use cocos2dx 3.10, but README.md said :" 请下载3.x版本cocos2dx命名成cocos2d放在Example根目录".
and then i try cocos2dx 3.16,i got another error…