Search code examples
javascriptc++cocos2d-x

Cocos2d-x C++ vs JavaScript phone app


I'm just staring to write a game and I would like to use Cocos2d and I notice that, basically I have two ways to develop it. Using the framework, in order to write and phone app, I could write it on javascript or c++.

I would like to know the advantages and disadvantages about using each technology, related to the framewok.

Thanks in advance


Solution

  • You have not two, but countless options. You are asking the wrong question.

    Are there differences? Yes. Mainly the programming language, and subsequently the development workflow.

    But what are your requirements? Have similar apps been created with the engine? Which language do you have most experience with, or simply prefer? What are your personal goals, your level of programming experience?

    That's what really determines the advantages & disadvantages of one engine over another.