cocos2d / cocos2d-x

Cocos2d-x is a suite of open-source, cross-platform, game-development tools utilized by millions of developers across the globe. Its core has evolved to serve as the foundation for Cocos Creator 1.x & 2.x.
https://www.cocos.com/en/cocos2d-x
18.02k stars 7.05k forks source link

supports openharmony for v3.17.2 #20788

Closed zhaoyang57 closed 4 months ago

dumganhar commented 6 months ago

Why add tests/lua-empty-test/res/farm.png file? There is already a farm.jpg in that folder. Doesn't openharmony support jpeg decoding?

minggo commented 6 months ago

About doc/game-porting-guide:

minggo commented 6 months ago

Why the files in tests/cpp-tests/proj.ohos/dependencies, such as hvigor-3.0.4-s.tgz, needed?

1-newbie commented 5 months ago

Why the files in tests/cpp-tests/proj.ohos/dependencies, such as hvigor-3.0.4-s.tgz, needed?

cause the deveco still in beta, the developer can't download hvigor from the remote repo, so we need use the local file. After the hvigor can download, we will remove these files.