-
jelenanovkovicLikes 0Problem Description
Hi, I am sorry if this is too basic but I have really hard navigating cocos website, and i cant log in there to ask questions, so I hoped that you can help me.
You see, I don’t like unity engine for small games because it takes too much size, logo that is not customizeable on free version (it’s their right of course, I just dont like it), and games are somehow laggy.
I would like to use cocos engine but really have hard time unity it. So here is my list of questions:
- I want to make game in cocos engine but I saw many extensions so I am not sure which is right, 2d game, can make android, ios, windows, windows phone, and if possible osx and linux to be targeted, while using c++. I am not sure, but is best choice cocos2d-x?
- Am I using actually cocos2d-x engine or I am using eclipse? Because I am really not sure, I thought cocos-2dx is standalone aplication or am I wrong?
- I am not sure, but how different is c++ used in cocos2d-x than “normal”? Because I remember using unity javascript and it is different than actual java script. I know this you know basic c++, with #include <iostream> cout « cin» and stuff like that. If it is really different what is right book to learn it, I don’t have good connection so watching videos is not really possible.
- When I want to instal cocos 2dx do I need to download all files or just “cocos 2dx 3.xx”?, do I need sdkbox and cocos creator?
- What is cocos creator? I really don’t have slithest idea.
Thank you very much :D
-
Sonar Systems adminLikes 0
1: C++ is the best choice but it really depends on your coding background.
2: You are using Cocos2d-x engine but Eclipse is the IDE to code in for Android, Xcode for iOS
3: In unity its cut down but in Cocos2d-x C++ is the same with their classes of course.
4: SDKBOX and Cocos Creator are separate tools, Cocos2d-x 3.xx is fine. We also created the Cocos Helper which easily allows you to implement features such as social sharing and ads https://github.com/SonarSystems/Cocos-Helper
5: Cocos Creator is like Unity essentially.
Login to reply