cocos2d-x-samples icon indicating copy to clipboard operation
cocos2d-x-samples copied to clipboard

Contains different cocos2d-x samples

Results 17 cocos2d-x-samples issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to run LiquidFun-TestBed in eclipse with cocos2d-x 3.2. On importing the project in my workspace, the project gives error in AppActivity.java file that "Cocos2dxActivity cannot be...

Hi! so this occurs when: cocos run -p linux On Ubuntu 14.10 64bits, is it just me?

Original liquidfun effect: ![5b509bba-bedc-4016-9aa0-399a3734713d](https://cloud.githubusercontent.com/assets/4231014/5181420/43f0ebe0-74d1-11e4-9ee3-cb8fe1925772.png) Our TestBed effect: ![2852a3b1-89a9-4f6c-b9dc-11f6237bbd7e](https://cloud.githubusercontent.com/assets/4231014/5181449/8332d282-74d1-11e4-829a-ea22a0450478.png)

I think it related with the override functions about `MouseDown` 、`MouseMove` and `MouseUp`.

Due to some changes in Xcode6 beta4, the Swift example does not work out of the box. A line like _var a = CGFloat(aFixedValue)_ results in an error saying CGFloat...

Hi ricardo, thanks for the great sample! I've some questions as I need to render textures on top of each particle group to make jelly simulations (e.g. the one in...

I tried to import EyeCandyLayer sample for android with Cocos2d-x V 3.1 and got only the above issue. When I even comment the Particles out all the above issue will...