Why so many confusing API Documentations?

I’m new to Cocos 2dx but I always get pretty lost trying to learn things, I always get lost between the old API docs, the javascript, the C++ and the new Cocos Creator doc, I’m using cocos creator, but anyone could explain the diferences between all that “js docs versions” ?I need to make a game in 2 months I need to learn in worry

Cocos is made up of a few pieces. All docs are located here

Cocos2d-x: is for C++ developers

Cocos2d-js: is for JS developers

Cocos2d-lua: is for Lua developers

Cocos Creator: is a game development environment that uses JS under the hood. It has a different API than Cocos2d-js. Here is the manual and API Ref

1 Like