HI…I am new to the cocos2d-x environment, I have watched the basic tutorial here , I prefer code with C++ because I know more than java.
As the tittle above, my question is What is the best IDE for cocos2d-x for C++?
I read about cocos code IDE here , It says that cocos IDE is only for javascript and lua, not for C++. Why can’t we develop C++ games with this IDE? then what is the best IDE for cocos2d-x C++? IDE that supports Live coding like cocos code IDE.
I have installed cocos2d-x and eclipse.
If you are on OSX then XCode, on Windows go with VS.
2 Likes
Is Visual Studio support live coding? What about eclipse? What makes VS is better than eclipse?
Thank you for fast response…
VS is way better than Eclipse in my opinion. I could literally write for an hour why…
Can you give me few reasons why VS is better?
Can we integrated VS and cocos studio?
Sorry for too much ask questions.
Dont even think about using eclipse…
1 Like
iQD
December 24, 2015, 9:51pm
9
Except you are in for the pain
guys, can you tell me why VS is better? any suggest tutorial for cocos2dx and visual studio installation?
I would say that Xcode is good for iOS on Mac otherwise use Eclipse for Android as there are certain plugins that really need something like eclipse.
For me, it is polish, speed, the fact I know it gets updated, flexible, etc
For now my deployment platform is Android, (cocos2d-x, C++ only.)
My development process is next.
VS - Write, debug, test code in Visual studio 2015 community( in debug mode)
Android - Cocos console release mode - final testing
VS pros:
Very good debugger (tracking, fixing bugs is significant part of development every bigger, complicated app)
Very good debug mode (assert many C++ errors: Memory corruption, compare iterators from different containers, etc)
Fast, reliable (compare to i.e. Eclipse)
Good IDE - intellisense, jump to definition, highlight syntax etc