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

./download-engine.py can't download engine because the link to the engine in lib/config.json is outdated. According to the links on the official site, it might be ```https://digitalocean.cocos2d-x.org/Cocos2D-X/```

Support of python2 ended in 2020. It still exists and can be used to run python2 scripts, but in the end, things can get worse. It's better to adapt it...

I want to run a small game in part of my screen of my existing Android and iOS application. Is it possible to integrate the cocos2d-x in my existing project?...

Should these examples work out of the box? I've been following the steps from https://github.com/cocos2d/cocos2d-x-samples exactly, namely > **Download** > > $ git clone https://github.com/cocos2d/cocos2d-x-samples.git > $ cd cocos2d-x-samples >...

"_CTFramesetterCreateWithAttributedString", referenced from: "_CTFramesetterSuggestFrameSizeWithConstraints", referenced from: clang: error: linker command failed with exit code 1 (use -v to see invocation)

It seems that LiquidFun-EyeCandy is missing the Box2D folder. Could I just find it from somewhere else and drop it in? Maybe I should get it from the LiquidFun repository?

Following the instructions through: >git clone https://github.com/cocos2d/cocos2d-x-samples.git >cd cocos2d-x-samples >python download-engine.py >cd cocos2d-x-samples/samples/LiquidFun-Testbed/proj.ios_mac >open LiquidFun-Testbed.xcodeproj/ Now I attempt to build and it seems the Liquidfun folder is missing - >...

The sample projects doesn't build the ndk files in eclipse, so I: 1. configure the build chain (.project and .cproject) 2. fix the unsatisfied link error: for the Cocos2dxActivity to...

``` Max@maximilians-mbp ~/D/C/C/cocos2d-x-samples> python download-engine.py ======================================================= ==> Prepare to download cocos2d-x engine! ==> Ready to download 'cocos2d-x-3.8.zip' from 'http://cocostudio.download.appget.cn/Cocos2D-X/cocos2d-x-3.8.zip' ==> Error: Could not find the file from url: 'http://cocostudio.download.appget.cn/Cocos2D-X/cocos2d-x-3.8.zip' ==>...