Performance

0 favourites
  • 9 posts
From the Asset Store
Firebase: Analytics, Dynamic Links, Remote Config, Performance, Crashlytics on Android, iOS & Web Browser
  • Excuse me if the topic is too irregular, or it may seem silly.

    I like your product (Construct 2) so much, guys, but the performance of C2 is very low. What I mean? I've tested a few game engines with one simple test: spawning 300 physics bodies (boxes), only 300 boxes on the layout - nothing else. Construct 2 has the worst result. The perfomance is not so bad when using WebGl, but outside the HTML5 it's terrible (on desktop and mobile devices).

    I used Multimedia Fusion 2 before I met C2 and I remember MF2 has the same problem.

    This is the only reason why I still don't have the license. Are there plans to improve the performance of the engine in the future?

    Thanks in advance! <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Please provide your test .capx so we can also test the performance.

  • The physics engine isn't the fastest right now since Javascript isn't ideal for such computationally intensive code. It should work fine for games with relatively low physics body counts, though. Also don't forget it's just one feature. Other parts of the engine such as the WebGL renderer are comparable to native engines. CocoonJS also provides a native-powered physics engine which is a lot faster (although only a subset of the physics behavior is supported...) and we've been experimenting with an asm.js compiled version of the physics engine, which allows it to perform at close to native speed even in a browser. However there are some tricky technical issues around doing that, but it's probably solvable, so we might have a solution in future.

  • 300 Physic objects! I think that even Angry Birds developers avoid this number

  • Unity 3D with new 2d features can handle it with excellent fps, Game maker can handle even more than 300 physics bodies with great FPS. As potencial buyer of Construct 2 I like almost everything in this product (C2) but so called native perfomance is not so good.

    How could I post my file if I have not permission for psoting URLs?! <img src="smileys/smiley1.gif" border="0" align="middle" />

  • 300 bodies is more than you probably think - on some mobile devices even using native physics (via CocoonJS) it can only handle about that many. I think most physics games realistically use under 100 bodies.

    I've been doing some more work on asm.js powered physics and it's around 3x faster in some cases - that should make a big difference if we can sort out some last issues.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • "If a tree falls in a forest and no one is around to see it, does it need to modelled?" -- Way of the Game Dev

  • Thank you for the official answer. I'm so glad that my question has been seen. It's so good that Construct 2 is growing up and upgrading.

    P.S. English is not my native languag so I might be incorrect in grammar ascpect. <img src="smileys/smiley17.gif" border="0" align="middle" />

    The topic is closed.

  • Ashley, I am excited to hear about upcoming physics speedups, as I have a few physics based games that run very slow on intel GPU(HD3000/HD4000) based laptops.

    Are there any other areas of C2 that can potentially benefit from asm.js, such as collision detection?

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)