Cocos2d html5 vs Cocos2d-x in C++

2.4k views Asked by At

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.

1

There are 1 answers

3
Huabin Ling On

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