cocos2d / cocos2d-js__old__

cocos2d in JavaScript central repository
14 stars 9 forks source link

CocosBuilder - Run Cocos2d JS projects in browser #12

Closed vlidholt closed 11 years ago

vlidholt commented 11 years ago

Add a menu option to run a project directly in the web browser.

vlidholt commented 11 years ago

Some more notes on how to implement this:

ricardoquesada commented 11 years ago

in the near/mid term future, CocosBuilder should do the following:

$ cocos2d run --publish --target html5

And that will publish the assets for html5 and run it on a web-browser. A local server will be instantiated automatically.

vlidholt commented 11 years ago

Completed!