Jump to content

Felgo

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Vplayengine (talk | contribs) at 08:40, 15 July 2014 (Created page with '{{Infobox software | name = V-Play Game Engine | logo = | logo_size = | screenshot = | caption = | developer = | released = {{Start date|2012|12|12}} | latest_r...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
V-Play Game Engine
Initial releaseDecember 12, 2012 (2012-12-12)
Stable release
2.0.3 / June 30, 2014 (2014-06-30)
Operating systemMicrosoft Windows, Mac OS X, Linux
PlatformiOS, Android, Microsoft Windows, Mac OS X
TypeGame engine
LicenseProprietary commercial software
WebsiteOfficial V-Play Game Engine website

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

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.

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

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

  • 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



Official V-Play Game Engine website