Take the 2-minute tour ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

Currently we are shifting towards html5 dev for a few customers and I'm wondering how compatible are the 2 javascript versions of cocos2dx (cocos2d-html5 & cocos2d-x with javascript bindings).

How viable is code sharing among the 2 versions for the following scenarios:

  • use cocos2d-x as a graphics engine only
  • use cocos2d-x for graphics, sound, and tile sets levels.
  • use cocos2d-x for all above + box2d
share|improve this question

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.