instant changes/hot reload for cocos2d-x

I am new to cocos2d-x and i am use linux os. Is there any hot reload/ instant changes viewer available for cocos2d-x c++ game development.
It is very time consuming to compile every time when we make small changes and see the changes it will to good if there is any hot reload kind of feature is available cocos2d-x c++.

I am not aware of anything. Compiling is a must. Perhaps you can setup distcc or similar to compile in parallel or in the background to lessen the time. There is also a command-line tool called parallel which I use to run tasks in parallel for my stock trading platform.

1 Like