Software:Felgo

From HandWiki
Short description: Development tool
Felgo
Initial releaseDecember 12, 2012 (2012-12-12)
Stable release
3.5.0 / April 22, 2020 (2020-04-22)[1]
Operating systemMicrosoft Windows, macOS, Linux
PlatformCross-platform
TypeGame engine
LicenseProprietary commercial software
Websitefelgo.com

Felgo (previously V-Play Engine until February 2019[2]) is a cross-platform development tool, based on the Qt framework. It can be used to create mobile apps or games. Felgo apps and games are supported on iOS, Android, Windows Phone, embedded devices and desktop devices. Felgo developers use QML, JavaScript and C++ to create mobile apps and games.[3]

Apps and games built with Felgo use a single code base and work across multiple platforms and screen resolutions.[4] Felgo was founded in 2012 and is based in Vienna, Austria.[5]

Architecture

Felgo is based on the Qt cross-platform development framework that provides abstraction layers for timers, threads, storage, networking and UI rendering on different platforms. Felgo uses Qt as its core and offers components and plugins on top of it, which further simplify the development of apps and games.[6]

Engine Features

Qt Creator IDE

The Qt Creator IDE supports editing QML and JavaScript code with context-sensitive help, code completion of Felgo 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.[7]

Declarative Language Features

Felgo apps and games are written in JavaScript and QML, a declarative language that features property bindings, state machines or fluid animations of any property.[8]

Resolution & Aspect Ratio Independence

Felgo 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.[9]

Native Dialogs and Functionality

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

Felgo Game Network

The Felgo 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 Felgo Game Network can be implemented in less than 50 lines of code.[11]

Third Party Plugins

Felgo apps and games support a number of 3rd party plugins.[12] 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 Felgo:

Supported platforms

Felgo supports the following platforms.[13][14][15]

References

  1. "Felgo Updates | Felgo Documentation". https://felgo.com/doc/felgo-updates/. 
  2. "V-Play is Now Felgo – New Release & Roadmap" (in en-US). Felgo. https://felgo.com/updates/felgo-release-and-roadmap. 
  3. "Hi - Felgo" (in en-US). Felgo. https://felgo.com/developers/hi/. 
  4. "Creating Mobile Games for Different Screen Sizes and Resolutions | Felgo | Documentation" (in en-US). https://felgo.com/doc/felgo-different-screen-sizes/. 
  5. Iwatani, Toru (2015-05-01) (in en). Video Games Around the World. MIT Press. ISBN 9780262527163. https://books.google.com/books?id=pZb5CAAAQBAJ&q=Felgo+vienna+austria+founded&pg=PA75. 
  6. "Features - Felgo" (in en-US). Felgo. https://felgo.com/features/. 
  7. "Features - Felgo" (in en-US). Felgo. https://felgo.com/features/#qtcreator. 
  8. "Features - Felgo" (in en-US). Felgo. https://felgo.com/features/#declarative-language-features. 
  9. "Features - Felgo" (in en-US). Felgo. https://felgo.com/features/#resolution-and-aspect-ratio-independence. 
  10. "Features - Felgo" (in en-US). Felgo. https://felgo.com/features/#native-dialogs-and-functionality. 
  11. "Game Network - Felgo" (in en-US). Felgo. https://felgo.com/game-network/. 
  12. "Plugins - Felgo" (in en-US). Felgo. https://felgo.com/plugins/. 
  13. "Pricing". https://felgo.com/pricing/. 
  14. "Felgo Game Engine Brings More Crossplatform Gaming to BlackBerry 10". BerryReview. August 15, 2013. https://www.berryreview.com/2013/08/15/Felgo-game-engine-brings-more-crossplatform-gaming-to-blackberry-10/. 
  15. "Felgo Documentation - Supported Platforms" (in en-US). Felgo. https://felgo.com/doc/. 

External links