Cocos2d-Javascript or Cocos2d-x html5, which one is better for developing HTML5?

I want to use the Cocos2d family of frameworks for developing Html5 mobile devices, but I found that there are two structures: "Cocos2d-Javascript" and "Cocos2d-x Html5", which one should I choose?

+6
source share
2 answers

Cocos2d Html5 is your best bet.

Read this for more information: http://www.cocos2d-x.org/projects/cocos2d-x/wiki/Cocos2d-html5

+1
source

Today, both are combining their APIs to offer code portability between cocos2d-html5 and cocos2d-x with javascript bindings.

Thus, you will see less and less differences in the code that you write for the latest versions of these two frameworks. I work mainly with cocos2d-x with javascript, knowing that my code is easily adaptable for the Internet.

0
source

Source: https://habr.com/ru/post/948208/


All Articles