Question For Very Experienced Mobile developers.

0 favourites
From the Asset Store
A simple fun and stylish endless scroller game ready to be customized and published.
  • I'm a computer engineer with a specialty in analysis of algorithms

    In my experience, the optimization of a mobile game is a critical point because not everyone will have the last device

    Take a look at Ashley's topics about optimization, they are an excelent summary

    Just keep in mind that there is always room for better performance

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • To quote Ashley from the "Optimisation: don't waste your time" blog post:

    [quote:d9gjptbb]

    Our profiling has shown it's not unusual for even a fairly complex game to spend 10% of the time on the logic, and 90% of the time on rendering - even when hardware accelerated! In other words, if you're not getting 60 FPS, the #1 thing to do is think about how to speed up the drawing of the game.

    If you want to use that quote, you have to get specifics, define a "fairly complex" game.

    Any mobile gamedev who has used C2 on a large project knows its limitations: JS suffers a performance penalty especially on mobiles. It's also single threaded which is not good for mobile CPUs which are often made up of 4 weaker cores (imagine only ever using up to 25% of a mobile device's capability!).

    Optimizations is key for mobile devs. Ignore it at your peril, then come back and make a post about why "C2 sucks for mobiles" or "C2 performance on mobiles blows donkey"... like the many threads we have on these forums on a daily basis.

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