When comparing Gideros vs Oxygine, the Slant community recommends Oxygine for most people. In the question“What are the best 2D game engines?” Oxygine is ranked 18th while Gideros is ranked 26th. The most important reason people chose Oxygine is:
Most interesting is ability to build C++ Oxygine application for Web via Emscripten. So you write C++ code and it will compile it to HTML5/JS.
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 Games can be built as HTML5 applications
Most interesting is ability to build C++ Oxygine application for Web via Emscripten. So you write C++ code and it will compile it to HTML5/JS.
Pro Functionality can be extended with a bunch of available extenions
All of them available publicly at github.
- oxygine-movie for playing Theora movies with alpha channel
- oxygine-sound player for ogg sound/music with streaming
- oxygine-freetype library
- oxygine-billing for in-app-purchases on Android/iOS
- oxygine-spine for playing Spine animations
- oxygine-magicparticles for playing particles made with MagicParticles
Pro Will be familiar to users of ActionScript3/Flash API
If you are familiar with ActionScript3/Flash API, then you will find it easy to begin working in Oxygine. Oxygine is much like Flash in C++, as its Event Handling model is very close to that of ActionScript 3 and SceneGraph.
Pro Easy to use C++ API with optional C++11 features
Oxygine is written in C++. It provides easy to use API, which is designed with "do more with less code" philosophy. It uses a managed scenegraph system that takes care of rendering and updates, and provides ability to extend with custom rendering and updates.
Pro Free, open source and cross-platform
Oxygine is a free framework that works on OS X, Windows, Linux, iOS, Android, HTML5. It's licensed under MIT with source code available on GitHub.
Pro Robust
It's very rare to experience bugs with Oxygine.
Pro Allows playing movies with alpha channel
Using oxygine-movie extension for Oxygine you could play in your game any videos encoded with Theora codec.
You movie could have alpha channel and used as simple sprite instead of classic spreadsheet animations.
Pro Allows for flexible contol over draw processes
Pro Fast
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 Inactive
The project does not seem to be active: there has been no new commit since mid-2019, the Twitter feed for the engine stopped posting news in 2018, and the forum is offline as of May 2021.
Con Little community support
Oxygine is a young framework. It was first released in 2013 and has yet to gather a large community. As of February 2016, the forum had just 123 members.
Con Not many tutorials available
There are not many tutorials available that teach developers on how to make a game with Oxygine from scratch. Because of this, it may be harder to pick it up or to start learning game development by using this engine.