V-Play Game Engine

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
V-Play Game Engine
Initial release December 12, 2012 (2012-12-12)
Stable release 2.0.3 / June 30, 2014 (2014-06-30)
Development status Active
Operating system Microsoft Windows, Mac OS X, Linux
Platform iOS, Android, Microsoft Windows, Mac OS X
Type Game engine
License Proprietary commercial software
Website Official V-Play Game Engine website

V-Play is a 2D cross-platform game engine, designed to develop games for both mobile and desktop platforms.[1][2][3][4]

Architecture

Qt (software) is well known as a C++ framework that simplifies cross-platform development, because it abstracts platform differences like timers, threads, storage, networking, rendering, and multimedia. Traditionally, Qt is most popular for native desktop applications. Some examples that have been built with Qt include VLC Media Player, Skype and Autodesk Maya – all of them make use of the GUI module which allows the creation of native-looking applications with a single source code base. Since the rise of mobile platforms and the financial success of mobile app stores, Qt also reaches into these market segments. Since Digia’s takeover from former Qt maintainer Nokia, Qt is no longer bound to proprietary platforms and is being actively developed to support new platforms.[5] V-Play also supports BlackBerry.[6] The engine is specifically for cross-platform 2D games.[7]

V-Play uses Qt as its core and offers components and plugins on top of it, which are essential for developing (mobile) games.

Engine Features

Third Party Plugins

Games

The following commercial titles have been built using V-Play:

  • Squaby (2013) [8]
  • Chicken Outbreak (2013) [9]
  • Locomotive Breath (2013) [10]
  • 1969 (2013) [11]
  • Propaganda (2013) [12]

V-Play Game Network

The V-Play Game Network is a cross-platform gaming service that allows players around the world to compare game highscores and achievements. Players can also challenge each other across multiple platforms and share their progress on Facebook on all supported platforms.

Supported Platforms

V-Play can export games for multiple platforms under its pricing model.[13][14]

  • iOS: Version 5.0 and above / iPhone 3GS, iPad, iPod touch 3rd Gen or newer (armv7 architecture)
  • Android: Version 2.3 ("Gingerbread") and above / armeabi-based devices (armv5 and armv7 architecture)
  • Microsoft Windows: 32- or 64-bit Microsoft Windows XP Service Pack 2 or later
  • Mac OS X: 64-bit 10.6 or later
  • Linux: 32- or 64-bit Ubuntu 12.04, 12.10, 13.04 & 13.10 or OpenSuse 12

References

External links