Neha Patil (Editor)

V Play Engine

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Development status
  
Active

Type
  
engine

Initial release
  
December 12, 2012 (2012-12-12)

Stable release
  
2.9 / August 4, 2016 (2016-08-04)

Operating system
  
Microsoft Windows, Mac OS X, Linux

Platform
  
iOS, Android, Microsoft Windows, Mac OS X

V-Play is a cross-platform development tool, based on the Qt framework. It can be used to create mobile apps or 2D games. V-Play apps and games are supported on iOS, Android, Windows Phone, embedded devices and desktop devices. V-Play developers use QML, JavaScript and C++ to create mobile apps and games.

Contents

Apps and games built with V-Play use a single code base and work across multiple platforms and screen resolutions. V-Play was founded in 2012 and is based in Vienna, Austria.

Architecture

V-Play is based on the Qt (software) cross-platform development framework, that provides abstraction layers for timers, threads, storage, networking and UI rendering on different platforms. Applications 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.

V-Play uses Qt as its core and offers components and plugins on top of it, which further simplify the development of apps and games.

Qt Creator IDE

The Qt Creator IDE supports editing QML and JavaScript code with context-sensitive help, code completion of V-Play components, navigation between components and more.

It includes a QML debugger and profiler for debugging custom components and JavaScript functions. It can inspect and change property values and QML code at runtime and is able to measure the time of element creation and binding evaluations.

Declarative Language Features

V-Play apps and games are written in JavaScript and QML, a declarative language that features property bindings, state machines or fluid animations of any property.

Resolution & Aspect Ratio Independence

V-Play is built to handle all possible aspect ratios and resolutions of modern mobile devices. Developers create their game for a logical scene using a content scaling approach.

Native Dialogs and Functionality

V-Play apps and games provide a native look and feel on all platforms. V-Play has abstracted components for displaying native input dialogs and alert boxes without the need of a single native code line.

V-Play Game Network

The V-Play Game Network is a mobile-backend-as-a-service or MBaas. It allows players to compare high scores and achievements, as well as syncing their data across devices. This is a free service for players and doesn't require registration of any kind. The V-Play Game Network can be implemented in less than 50 lines of code.

Third Party Plugins

V-Play apps and games support a number of 3rd party plugins. These plugins can be used by developers to monetize their applications, to gather analytics on user behavior or to engage users. The following plugins are currently supported by V-Play:

  • AdMob
  • Chartboost
  • Facebook
  • Google Analytics
  • Flurry
  • GameCenter
  • Google Cloud Messaging
  • Hockeyapp
  • Soomla
  • OneSignal
  • Supported platforms

    V-Play supports the following platforms.

  • iOS: Version 5.0 and above / iPhone 3GS, iPad, iPod touch 3rd Gen or newer (armv7 architecture)
  • Android: Version 4.1 ("Jelly Bean") 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

    V-Play Engine Wikipedia


    Similar Topics