cocos2d / cocos2d-x

Cocos2d-x is a suite of open-source, cross-platform, game-development tools utilized by millions of developers across the globe. Its core has evolved to serve as the foundation for Cocos Creator 1.x & 2.x.
https://www.cocos.com/en/cocos2d-x
18.16k stars 7.05k forks source link

Bunnymark Test between Cocos2d-x and Unity #15802

Open eray-z opened 8 years ago

eray-z commented 8 years ago

Hi, there.

https://github.com/eray-z/Game-Engine-Benchmarks

My test results for 60fps; (Device: Iphone 4s) Unity v5.3.5f1 : max 800 bunnies Cocos2d-x v3.10 : max 1800 bunnies

The results are looking good. (But unity isn't the same segment with cocos2d-x) But cocos2d-x bunnymark results isn't better then libgdx, haxeflixel...vs. I think, it must be better. Cocos2d-x is c++ based engine, it has great framework struct. How cocos2d-x can't get better render performance then java or haxe based game engines?

Thanks

ricardoquesada commented 8 years ago

interesting. thanks. do you have the tests for libgdx and haxflixel?

But I just want to add that BunnyTest is not a good measure of how fast is your engine in a real world scenario... but it is useful anyway.