When comparing GameSalad 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 GameSalad is ranked 64th. 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 Cross-Platform
Pro No-code editor
Pro Has a Windows(.exe) version on par with Mac
The Windows version is now upto date with all the features of its Mac sibling.
Pro Multiple publishing platforms
Can create and publish games for iOS, Macintosh desktop and laptop computers, Android, Kindle, Amazon FireTV and FireTV Stick, Windows 8 and Tizen devices.
Pro Gamepad support
Gamepad support is available as of 0.13.3.
Pro Free standalone viewer app allows instant, live mobile device testing
The GameSalad Viewer is a free app available for iOS, Android and Kindle. Once installed on your mobile devices, you can deploy and test your GameSalad games live on any mobile device running the Viewer that is on the same local network as your dev computer.
This even allows Windows users to test their games on iOS devices without a Mac device and without any complicated code signing or provisioning profiles.
And, you can even take your games with you -- once loaded onto your mobile device, a history option caches recent games on your device without any connection to the dev computer.
Pro Allows you to focus on the logic rather than code
Since the user mainly uses menu options there is very little code needed to be keyed in. This makes the code very easy to read and understand.
Hence there are many help videos on youtube
Pro Extensive community of seasoned professionals for support
Extensive community of seasoned professionals in all disciplines (graphics, game design, animation, physics, music, video production, marketing, etc.) producing tutorials, videos, publishing tips, free templates and who are willing to answer forum questions and help newcomers.
Pro Powerful expression editor and functions
Allows you to create expressions on par with LUA (it's back end-language).
Pro Custom collision shapes with JSON support
Allows you to import JSON data for custom collision shapes to use with Gamesalad's implementation of Box2d physics.
Pro Easy to publish
Software prepares your app so you can just send it to Apple. All my games are reviewed with no problems.
Pro Drag and drop editor
The drag and drop editor makes GameSalad very easy to use, no programming experience needed.
Pro Great engine
Very quick to learn and great for making games. Community is very open and helpful.
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 Bad editor
There is no scene zoom, search boxes, or snap to grid. There is also no ability to focus view on the actor or use folders for file structure.
Con Expensive compare with others
There is no free version any more and it is very expensive compared with other engines.
Con Poor editor performance
Especially when you're working on a big project.
Con No scripting language or SDK
If a needed behavior is not supplied by GameSalad, there's no way to add it.
Con Product is suffering - Lacking company leadership and no voice from corporate
Some customers are currently in a holding pattern from the lack of support and messaging from GS corporate. GS is currently unstable and developers are waiting for another update that has been going on from 2015.
No word or message from GS corporate about timeframes or deliverables.
You can read the ongoing discussion here.
Con Product is in Limbo - company is lacking developers
Con Doesn't support Windows platform (*.exe)
Doesn't support Windows platform (*.exe)
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.