Questions tagged [v-play]

Felgo (former V-Play Engine) is a cross-platform app development tool and game engine, based on the Qt framework. Use the tag to ask Felgo specific questions.

Felgo (former V-Play Engine) is a cross-platform app development tool and game engine, based on the Qt framework.

Felgo apps and games run on iOS, Android, Windows Phone, embedded devices and desktop devices. Felgo developers use QML, JavaScript and C++ to create mobile apps and games.

19 questions
0
votes
1 answer

Set an v-play app type to show fullscreen

How can I show my v-play (a qt quick extension) "app" type as a fullscreen app in all platforms and specially in android? my main.cpp code: QApplication app(argc, argv); VPApplication…
Addr3ss
  • 21
  • 4
0
votes
1 answer

Fedora V-Play on Qt: cannot find libraries

I am new for VPlay, after I installed V-Play with Qt and I wrote a simple project, and I got error message after compiling: error: cannot find -lpulse-mainloop-glib error: cannot find -lpulse error: cannot find -lglib-2.0 But I tried: sudo dnf…
-1
votes
1 answer

tried creating new project in V-play and running it but got 383 linking errors?

tried creating new project under "empty V-play project" and running it but got 383 errors.. all starting with "declspec(dllimport)" btw I followed this guide to a T in setting up V-play if it helps..
J L
  • 367
  • 1
  • 5
  • 11
-2
votes
1 answer

QML adding two inputs and returning result

I have a QML file, by V-Play (aka Felgo): import VPlayApps 1.0 import QtQuick 2.0 App { id: app // You get free licenseKeys from https://v-play.net/licenseKey // With a licenseKey you can: // * Publish your games & apps for the app…
U13-Forward
  • 69,221
  • 14
  • 89
  • 114
1
2