Use one IDE to deploy to all supported platforms, including iOS and Android, from a single code base.
Support all screen resolutions, aspect ratios and sizes with auto-adapting UI elements, smart scene scaling and memory efficient asset selection.
Felgo ranked #1 at research2guidance cross-platform tool benchmarking 2014 by 2188 developers comparing 40 leading tools.
Felgo Multiplayer supports both real-time and turn-based gameplay, so you can use it to make many different types of cross-platform multiplayer games. It's perfect for making player-vs-player games like 'Words with Friends' or games for a large amount of players, such as 'Clash of Clans'.
The Felgo 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.
Qt Meta Language is a highly intuitive reactive language, which is super easy to learn, yet it's extremely powerful and flexible. Mix it with JavaScript to create awesome stuff, with just a few lines of code.
import QtQuick 2.0 import Felgo 3.0 GameWindow { Scene { SimpleButton { anchors.centerIn: parent text: "Press Me" onClicked: { console.debug("Wow you pressed me!") } } } }
With Felgo, you can use many 3rd party services for ads, in-app purchases, analytics and more, with just a few lines of code. All of these plugins work cross-platform, which allows you to maintain a single code base.
The LevelEditor can be used during development to create and modify levels for your game, which you can then bundle in your final publishing build. Additionally, you can also integrate the in-game level editor to your published game and let your gamers create new levels.
Develop feature-rich, cross-platform mobile apps from a single code base.
Felgo apps look, feel and perform exactly like native iOS, Android and Desktop apps. With less code & much faster development time.
Felgo ranked #1 at research2guidance cross-platform tool benchmarking 2014 by 2188 developers comparing 40 leading tools.
Save up to 90% source code with Felgo, compared to frameworks like Xamarin, Titanium, React Native and others.
Qt Meta Language is a highly intuitive reactive language, which is super easy to learn, yet it's extremely powerful and flexible. Mix it with JavaScript to create awesome stuff, with just a few lines of code. QML also allows you to easily create smooth and complex animations.
import QtQuick 2.0 import Felgo 3.0 App { Page { AppButton { anchors.centerIn: parent text: "Press Me" onClicked: { console.debug("Wow you pressed me!") } } } }
With Felgo, you can use many 3rd party services for ads, in-app purchases, analytics and more, with just a few lines of code. All of these plugins work cross-platform, which allows you to maintain a single code base.
Felgo harness the power of Qt, the leading cross-platform development framework used by over 1,000,000 developers.
This gives your access to native device features like sensors, camera, file system as well as multimedia, networking, localization and much more.
Felgo has built in responsive design capabilities, you can target phones and tablets with the same source code.
You have existing JavaScript, C++ or native code? You want to add any 3rd party SDK that we do not offer already?
No worries, you can add any JS, C++, Java or Objective-C code to your project.