What is the difference between cocos2d-x, creator, cocos?

Hello guys
Im new to game designing etc words
I went to cocos2d-x website to start my gaming career
When I went to download
I saw total 3 products plus sdk box
Name- 1 . cocos2d-x
2. Cocos creator
3 . cocos
These 3 products plus sdk box which I understood
I want to know the difference between each in a brief simple words description
Also say which one supports 3d?
Also tell about their difficulty etc
The link for products I mentioned is
http://cocos2d-x.org/products

You PM’d me about this too.

Cocos2d-x is the game engine. It supports c++, JavaScript and Lua. 2d and 3d.

Cocos Creator is a GUI editor that sits on top of Cocos2d-x. It supports JavaScript but c++ and Lua are currently in beta.

Cocos has 2 parts. It is a command-line tool that comes with Cocos2d-x. There is also a GUI version that is mostly EOL’d

Just three more questions
1.is cocos2d-x command line based or what make it different from creator?
2.creator supports 3d?
3. What is function of cocos

  1. Cocos2d-x has a command-line tool that you can use, called cocos. You at least use this for creating a new project. You can also use it to compile and run your apps as well as generate the pre-built libraries. It is NOT Creator. Creator is a more in-depth scene management tool. Creator has Cocos2d-x under the hood.

  2. I am asking the engineering team for an answer here. I don’t want to give the wrong one. My feeling is that there are no built in 3D tools for you to use. However, I am not current on if you can use another 3D tool and bring your creations into Creator. I’ll update this answer once I hear back from them.

  3. cocos is a command-line tool. Please read about it here. There was a GUI version, but it is EOL’d mostly. We may write another version in the future.

1 Like

I have blender for creating graphics but my question
Cocos creator support 3d right?

I’m asking the engineering team for an update on the 3D capabilities.

Means? ?
U mean u don’t know about creator or u r askin engineers to add that feature

it means I am asking them to clarify what Creator supports in terms of 3D now.

Creator has no 3D support at all.