I´m trying develop a game multiplatform, and wondering about the pros and cons about use Cocos2d html5 in JS vs Cocos2d-x in pure C+. Anyone have a feedback about use case for each technology?
Thanks a lot.
I´m trying develop a game multiplatform, and wondering about the pros and cons about use Cocos2d html5 in JS vs Cocos2d-x in pure C+. Anyone have a feedback about use case for each technology?
Thanks a lot.
Cocos2d-x
pros: Cross platform native app, great performance
cons: coding in C++, not available on web
Cocos2d-html5
pros: Cross platform on WEB, possible to publish in native with JSB, easy to code and maintain
cons: WEB app's performance is limited