The cocos2d-x forums being not very active, I post my question here too. I'm trying to run the sample code WatermelonWithMe with cocos2d-x GLES20 branch. There's a file missing generated/cocos2dx.hpp when compiling. I guess I need to generate these files but I can't find instructions for this.
Javascript bindings and cocos2d-x
(3 posts) (2 voices)-
Posted 5 months ago #
-
Watermelon works on cocos2d-x as well. Have you updated the submodules ?
Try these instructions:
https://github.com/cocos2d/cocos2d-js-tests#readme$ git clone git://github.com/cocos2d/cocos2d-x.git $ cd cocos2d-x $ git checkout gles20 $ git submodule update --initPosted 5 months ago # -
Cool, thx, I hadn't found this page.
Posted 5 months ago #
Reply
You must log in to post.