How to make UI?

What tool should i use to make UI for cocos2d-x game?

Cocos studio Where i can download Сocos studio?

http://cn.x-studio365.com/

I am currently using this editor not only for UI but also level design. Its with English too.

1 Like

is it using the cocos studio parser??

you can use x-studio365 specific engine:
github.com:
engine: https://github.com/halx99/cocos2d-x
3rd libs: https://github.com/halx99/cocos2d-x-external

git.oschina.net:
engine: http://git.oschina.net/halx99/cocos2d-x
3rd libs: http://git.oschina.net/halx99/cocos2d-x-3rd-party-libs-bin

Usage: clone the engine and 3rd, then copy or move all 3rd libs files to engine_root/external folder.
currently, the build & run system have tested on win32&android, iOS have not test yet.

remark: VS2015 is required.