When comparing Gideros vs Felgo (formerly V-Play), the Slant community recommends Gideros for most people. In the question“What are the best 2D game engines?” Gideros is ranked 26th while Felgo (formerly V-Play) is ranked 41st. The most important reason people chose Gideros is:
Gideros provides on device players for iOS and Android that can be used to instantly try out your code directly from the Gideros IDE.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Instant on device testing
Gideros provides on device players for iOS and Android that can be used to instantly try out your code directly from the Gideros IDE.
Pro Auto scaling and image resolutions
Gideros provides an easy way to target various screen sizes by providing automatic scaling options and choosing the best image resolution based on device screen automatically
Pro Local builds
You can build apps without an online dependency.
Pro Friendly & helpful community
Gideros has an active forum where you can find friendly and helpful advice.
Pro New features and improvements are released regularly
Gideros is being constantly updated and improved by the main developers.
Pro All in one studio, no complicated setup
Gideros Studio is incredibly easy to set up. Once installed it is very easy to create a new project or open one of the many example projects. Trying out an example on the desktop is two clicks away.
Pro Easy plugin architecture
Gideros Studio has a very powerful feature which enables developers to use a C/C++/Java/ObjC library next to Lua. This way it's possible to call the library functions under Lua, get the results and interpret them directly under Gideros Studio.
Pro Supports many platforms
Gideros supports iOS, Android, Windows, MacOS, WindowsRT, Windows Phone and HTML5 platforms.
Pro Amazing 2D performance
2D performance is amazing.
Pro Very easy to learn
Gideros uses the Lua programming language which is very easy to learn (and very powerful). There are some excellent video tutorials too, to help you get started. The Gideros forum community are also very friendly and helpful if you any any problems.
Pro Mature cross platform IDE
Qt-Creator IDE with Code Completion, Debugging and Profiling, integrated Quick Help, Version Control and more.
Pro Easy to learn
Felgo is among the easiest cross-platform tools to use according to a survey done by research2guidance.
Pro In-game level editor
With the Level Editor components, you can let your players share their levels with the whole game community which is cool because you don't need to create new levels on your own, but the community helps you with it. There are other community features like rewards for good level creators that helps getting more downloads.
Pro Felgo game network
Leaderboards, Achievements, Challenges are available across platform, even on Desktop. You can also use Cloud Syncinc of your game data that makes it easy to start a game for example on iPhone and then continue on a Nexus Tablet or the other way around.
It is also convenient because sharing to all kind of game services & networks like Facebook & Game Center is possible with a single API call. Custom hosting of Game Network servers is also possible if you want to keep the player data.
Pro Native performance
Although game logic is provided in JavaScript by you, performance-critical parts of the engine like OpenGL ES rendering or particle effects are implemented in rock-solid C++, providing the ultimate performance your game deserves.
Pro Advanced gaming components
Advanced Gaming Components for handling multiple display resolutions & aspect ratios, animations, particles, physics, multi-touch, gestures, path finding and more.
Pro Felgo build server
No need for native SDKs, Build in and Install from Cloud with the Felgo Build Server.
Pro Rapid development
Cut your development time in half. Using the QML language allows for some powerful features that cut code lines and time. Another helpful feature that can help in this area is that there are more than 50 game demos of all genres that come with full source code, meaning one can easily check to see how something was done.
Pro Support can be found in forums and via e-mail
Felgo has friendly forums where core developers participate as well as fast & helpful email support.
Pro Based on Qt framework
The Qt framework is a great and mature framework on its own. Using Qt as a game engine base is a smart idea.
Pro Runtime-balancing
You can use ready-made components to balance any of your game properties at runtime, so also on mobile devices which is great for adjusting forces or input parameters.
Pro Lots of learning resources
Helps get started and improve with lots of tutorials, demo games, examples.
Pro Social services and monetization
In-app purchases, game and social network integration (such as Game Center and Facebook), ads (with Chartboost and AdMob) and analytics (such as Flurry) are all available across platforms.
Pro Frequent updates
Every 2-4 weeks new updates provide additional features and fixes based on what users wanted the most.
Pro Level store
You can even monetize these user-generated levels with in-app purchases with the Felgo Level Store component if you like.
Cons
Con Few resources, but growing
Gideros has a small community, and therefore do not have as many "How to make a game" tutorials. However, there are a couple of excellent books available that can take you through the fundamentals.
Con The Gideros IDE is not as fully featured as other IDEs
The Gideros IDE is not as fully featured as other IDEs, but you can easily use the very powerful and compatible ZeroBrane Studio IDE.
Con No 3rd party tutorials
There are little to none amount of tutorials for Felgo other than what was made by the engine developers themselves.