Multiple Graphic Modes to increase Performance

1

Attached Files

The following files have been attached to this tutorial:

.capx

eddy-graphicmodes-01.capx

Download now 240.26 KB

Stats

3,627 visits, 5,799 views

Tools

Translations

This tutorial hasn't been translated.

License

This tutorial is licensed under CC BY 4.0. Please refer to the license text if you wish to reuse, share or remix the content contained within this tutorial.

Hi guys, I thought I should share this tutorial with you because there is so much concern about mobile/tablet performance on the forums.

I have created this simple .CAPX file (eddy_GraphicModes_01.capx 240kb) which shows how you can add multiple graphic modes to your game, for example you can put them in your game's "Options".

It works by using 'low quality fullscreen scaling' (upscaling) with 'set canvas size' and 'set layout scale'.

On weaker devices you can increase FPS (frames-per-second) by reducing the resolution, yet on stronger devices you can have both high FPS and high resolution, and you can do this in one game file eg. one .APK file, without the need to release low, medium and high versions of your game, you can have all low, medium and high quality settings all in the one game file.

This CAPX works with mobile phones and tablets, just do an export via CocoonJS and the debug .APK should work. I haven't tested on iOS, but if u know what settings to use then it should work just like it does on Android.

Enjoy :-)

.CAPX

eddy-graphicmodes-01.capx

Download now 240.26 KB
  • 0 Comments

  • Order by
Want to leave a comment? Login or Register an account!