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

[Feature Request] Build external libs from source #20773

Open donmor opened 1 year ago

donmor commented 1 year ago

Building cocos2d-x library and tests from source failed of linking error because prebuilt external libs are x64 only. The library itself built with all tests commented out. Demo project can be created from source tree, failed of linking errors because of libfmod.so. It'll be great if:

Currently I'm tring to get over fmod problem on loongarch64, either purging out from source, or making a fake library wrapping some open source libraries.

thienphuoc commented 1 year ago

This is a fork from Cocos v4. it's being updated continuously. https://github.com/axmolengine/axmol