Reputation: 2676
I think cocos2d-x should support python because it is a project forked from cocos2d. But according to their website, the only scripted languages they support are javascript and lua. So does it support python or not? If not, why?
Upvotes: 1
Views: 1456
Reputation: 20140
No, you can't use python. You can use C++, javascript and Lua for development.
Cocos2d-x is a port of an Objective-C library which itself was a port of a Python library.
cocos2d, written in python language comes in starting of 2008 and after that in mid 2008 due to popularity of iphone, Cocos2D was ported to ObjectiveC for use on iOS. During the end of 2010 cocos2d-x comes that is written in C++ language.
Upvotes: 2
Reputation: 1156
No it does not support python. Currently python is only used for compiling and generating in cocos2d-x. C++ and javascript are the best languages to develop with cocos2d-x, lua's documentation is poor and few developers are using it.
Upvotes: 1