How to create mobile games for different screen sizes and resolutions

From Qt Wiki
Revision as of 10:52, 16 July 2015 by H00bs (talk | contribs) (Created page with "Category:HowTo == Introduction == This tutorial will cover the basic concepts how to design your game graphics in the first part and then show how it can be implemented w...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Introduction

This tutorial will cover the basic concepts how to design your game graphics in the first part and then show how it can be implemented with V-Play.

  • Image sizes
  • Content scaling modes
  • Scene Alignment
  • Position relative by screen position
  • Useful V-Play components for multi-resolution support

Game Engine

This tutorial uses the V-Play Game Engine, a 2D game engine based on Qt.

Tutorial

Link to the tutorial: How to create mobile games for different screen sizes and resolutions