Introducing Lustre.ai Logo
Lustre.ai Logo

The Slant team built an AI & it’s awesome

Find the best product instantly

Add to ChromeAdd to EdgeAdd to FirefoxAdd to OperaAdd to BraveAdd to Safari
Try it now
4.7 star rating
Lustre.ai illustration
Slant logo
0
Log in • Sign up

What is the best alternative to Leadwerks?

Ad
Here’s the Deal
Slant is powered by a community that helps you make informed decisions. Tell us what you’re passionate about to get your personalized feed and help others.
Ad

Corona SDK

All
18
Experiences
Pros
14
Cons
3
Specs
Slimothy
Top Pro

Very simple to use

See More
Slimothy
Otto Robba
Top Con

Closed source

Since you don't have access to the code, you can't make changes to the SDK. You even have to implement workarounds on issues that have long been reported, but never fixed. See More
Monika
Slimothy
guatedude2
Top Pro

Free

Corona SDK is completely free. That includes pro-tier plugins. See More
Kirlovon
Top Con

Free, but not completely

Such important plugins like AdMob cost $300 per year! See More
Endi Sukaj
Slimothy
Top Pro

Lua syntax

Uses the great and easy-to-learn Lua programming language. See More
Svoka Vlad
Slimothy
Top Con

Making a device build requires internet connection

To build your app for the device (iOS/Android/AppleTV) Corona requires to fetch resources from online. This would include base application template and plugins. This allows not to perform local build or use Xcode or Android Studio to do a build. Even Large games/apps would build very fast with good internet connection. Your code never leaves computed. Corona SDK would transfer some information to determine which plugins and pieces has to be transferred in order to make a final steps in build. As a bonus - you get basically one button press to get from your Corona Simulator game to game on a device. See More
Aubrey
Svoka Vlad
Top Pro

Corona Simulator

Corona SDK ships with Corona Simulator, which runs your game/app directly on your PC/Mac and updates every time you make changes. It provides immediate feedback to your actions, you can see your changes right on the screen, without necessity to make build to device. Getting instant feedback really boosts tenfold prototyping and development speed. See More
Slimothy
Warren Fuller
Top Pro

Good documentation and lots of tutorials

See More
Slimothy
Top Pro

Very comprehensive API

It's very quick to get things up and running with Corona SDK. The API is extensive and while it's not 100% feature-complete with the iOS API, it's close enough that you could create tons of games and never run into a roadblock. The API docs can be found here. See More
Slimothy
Svoka Vlad
Top Pro

Amazing learning curve

Corona does not throw photoshop-like madness full of buttons editor. You can go as fast as you want, learning and building game from ground up. Eventually, you'll learn how much corona is doing for you. But to start you don't have to master complex editor software. It's a great tool to learn to start game development if you want to learn how to program and make games. Your experience will be 100% transferable to any other Pro game engine. See More
Slimothy
Warren Fuller
Top Pro

Cross-platform desktop and mobile

Corona works on OS X, Windows and Android (including Kindle Fire & Nook). See More
Kristaps
Michael Flad
Top Pro

Live builds - update builds running on a device automatically

With the live build feature, once you have created a build and installed on a device, you get lightning fast turnaround times because any change on the code or data is updated to the devices running the game (within the local WiFi) immediately. So changes can be tested on the real hardware within a very few seconds. What's even more impressive, this even works flawless with multiple devices running the game. You have to use it to learn how good of a feature this is while development and even more, while doing QA. Imagine fixing bugs and everyone of your QA team/friends/whoever helps to get your game done, has all changes on his device without doing anything but waiting 5 seconds - outstanding. See More
Slimothy
Top Pro

Content scaling 

It's easy to create a game that looks good on many different sized mobile devices. See More
Jonathan Sharp
Top Pro

Marketplace for 3rd party plug-ins

See More
Slimothy
Warren Fuller
Top Pro

Great community

See More
Slimothy
Warren Fuller
Top Pro

Ability to call any native (C/C++/Obj-C/Java) library

See More
Slimothy
Thomas Claburn
Top Pro

Well supported

See More
Specs
Price:Free; $99/yr to remove splash screen
Languages:Lua
Dev platforms:Windows; Macintosh
Desktop targets:Windows; Macintosh
See All Specs
HideSee All Experiences
296 46

Blender

All
24
Experiences
Pros
15
Cons
8
Specs
Nathan R
ideasman42
Theodore Lief Gannon
Top Pro

Free and open source

Blender is licensed under the GPL. Some Blender modules such as the Cycles rendering engine are licensed under the Apache 2.0 license. See More
RobustTungAk
gilch
Arthur Masson
Top Con

Difficult learning curve

Blender has a history of being unintuitive, but the 2.8 overhaul made the program far easier for beginners to pick up, and changes continue to be made to further improve the experience. However, there is still a learning curve. See More
Nathan R
CompassionateMacGreine
Sojan Janso
Top Pro

Has a powerful rendering engine

Blender runs the Cycles path tracing engine under the hood. Cycles is a very powerful rendering engine capable of full path tracing (light fall off, caustics, volumetrics). It is mostly compatible with OpenCL and CUDA rendering, and is implementing mycropolygon displacement features. The upcoming release has a viewport engine called EEVEE whereby you can see and interact with your work in render mode in real time! See More
Monika
Gerhard Eichhorn
Top Con

Too many possibilities, no unified workflow

The operations are not optimized enough for specific tasks. See More
Slimothy
ideasman42
Top Pro

Python extensibility

Blender embeds Python 3, which can be used to write add-ons, tools, extend the interface, rig characters and automate tasks. See More
Monika
EnterprisingAhuraMazda
Top Con

The physics engine is a bit lagging behind, especially the destruction physics

See More
Theodore Lief Gannon
Andy K (Mint Arcade)
Top Pro

Powerful animation suite

Blender provides a full rigging system, and automates animation by interpolating between keyframe positions. See More
VivaciousStribog
Top Con

Not good for Industrial Design since use average vertex normals.

You can not create a hard surface with a radius continuity degree along a surface using a specific radius value. See More
Nathan R
Stuart Kearney
Francisco
Top Pro

Sculpting and 3D painting features

Although Blender's 3d painting and sculpting tools (mostly painting) are not at par with specialized software like Substance Painter, ZBrush, or Mari, it is more than capable of getting most jobs done if the user takes the time to learn and understand it. See More
VivaciousStribog
Top Con

Vertex normal issues on edges after boolean operations.

After creating a simple boolean operation the vertex normals are broken. A lot of work to fix the issue and you loos surface continuity. See More
Slimothy
Top Pro

Node based modeling support

See More
VivaciousStribog
Top Con

Bad vertex normal after boolean operations

Does not handle well polygon intersections. And need tweaking by hand points or adding average vertex normals via modifiers. See More
Slimothy
ideasman42
Andy K (Mint Arcade)
Top Pro

Wide import and export format support

Support lots of modern 3D formats including DAE and FBX - ideal for game developers. See More
VivaciousStribog
Top Con

Does not handle NURBs

Is not capable of real hard surface for industrial design because is not able to reproduce surface continuity degree as a NURBs does and average vertex normal destroy surface radius. See More
Andrew Shevchenko
Top Pro

Supports both low-poly and hi-poly modeling

See More
Paolo
Sojan Janso
Top Con

Poor particle system

The Blender particle system can at times be a little limiting and finicky (and buggy) to get working. Even if it can get most straight forward jobs done, it is far from the most advanced system, and could benefit largely from advancements. See More
ideasman42
Top Pro

Regular release schedule

Releases are made every ~3 months. See More
Theodore Lief Gannon
Slimothy
Top Pro

Includes video editing & compositing tools

Blender's node-based compositor has comprehensive video sequencing and post-processing features. See More
Monika
Endi Sukaj
SuccessfulCharybdis
Top Pro

Very useful for a freelancer

It offers a round solution (it covers many areas and professional fields) for a freelancer, for free, constantly updated, very polished, and allowing high quality results that clients do require. After some learning, it becomes very useful for professional work. See More
gilch
Top Pro

Keyboard shortcuts

Good keyboard shortcuts for everything. Keep your left hand on the keyboard and your right hand on the mouse. See More
Svjatoslavs Krasnikovs
Top Pro

Has a large community

There's a huge community to help you get started immediately. See More
Ryan
Endi Sukaj
SuccessfulCharybdis
Top Pro

Coherent and streamlined workflow / internal use logic

The trick with Blender is to get used to its usage philosophy, as it keeps consistent through all the application. Once you get it, every feature or addition is learnt naturally, almost effortlessly. See More
Alex
EnterprisingAhuraMazda
Top Pro

Very versatile

You don't have to switch between software when you want to do different things. Because modeling, sculpting, composting, video editing etc can all be done in blender. See More
Specs
Platforms:Windows, Linux, Mac, FreeBSD
Desktop targets:Windows; Macintosh; Linux
Mobile targets:none
Supported languages:Python 3
See All Specs
HideSee All Experiences
525 73

Godot

All
42
Experiences
Pros
29
Cons
12
Specs
Endi Sukaj
Dana Olson
Beyond01
Top Pro

Integrated animation editor

Every property can be animated. See More
teadan
EmpatheticAirmid
Matthew
Top Con

Evolving bad documentation

The documentation is poorly written, has very few examples of real application, and even fewer design guidelines about how to program a game in the engine. Though it has gotten better starting from version 3.0. See More
Endi Sukaj
Dana Olson
Beyond01
Top Pro

Built-in physics

Add physics to 2D and 3D scenes, through rigid and static bodies, characters, raycasts, vehicles and more. See More
EnchantingShimegi
Top Con

C++ Engine API not very friendly

The base C++ code from Godot is not documented, it's hard to set it up, to compile and hard to extend, it could use better programming standards. See More
RealisticObrigwabibikwa
thermoplastics
Krzysiek Siewiorek
Top Pro

Lightweight

The executable is portable and less than 40 MB in size. See More
Bryan
ivan velho
Top Con

No built-in way to import atlases

Godot does not have an easy and automatic way to import atlases created by other tools. However, there are plugins that can be used to import atlases from other engines. See More
RealisticObrigwabibikwa
Linkans
Top Pro

Fully dedicated 2D engine, no hacks

Godot has a mature 2D engine with many features used by modern 2D games. See More
juanitogan
Top Con

No console targets

Given that you can target both desktops and consoles with the same code base in other engines, the lack of support for consoles in Godot is pretty hard to get past if targeting desktops for a game. But asking for an open-source engine to target consoles is probably too much to ask. But it would be interesting to see some legacy consoles targeted even if current ones cannot be. See More
Endi Sukaj
RealisticObrigwabibikwa
Wernight
Top Pro

Can be deployed to multiple platforms

Deploy games to desktops (Windows/OS X/Linux), smartphones (iOS/Android/BlackBerry), and the web (HTML5 via Emscripten). See More
PrivateAlastor
Top Con

Annoying minor bugs

Minor bugs can go unaddressed for some time, due to it being a free program. See More
Endi Sukaj
trollworkout
Top Pro

Under constant development

This engine barely released one year ago has more than 1000 forks on github and about 100 developers. Not only that just a bit of browsing trough issues you will quickly find out the dev community loves new esp free technology and does not shy away from completely rewriting parts of the engine. The audio engine is being completely rewritten to use threads and so forth. See More
DelightfulHermes
Top Con

Primarily supports own proprietary language (GD Script)

While it's very accessible, and if you know Python you'll pick it up fast, having to learn a new language to fully make use of the platform can be a bit discouraging. And for those learning to code as well as learning Godot for the first time, many would rather learn a language they can 'take with them' when they explore other platforms in the future. See More
juanitogan
trollworkout
Top Pro

Unified game editor interface

All the game development work is done inside one program: the engine editor. The scripting is done in the same program. No need for Eclipse or other front-end editors. See More
cripztillidie
Endi Sukaj
Hansjuerg Wuethrich
Top Con

NoAdmob or other AdNetwork support

Godot has no native support for implementing advertisements into your game. See More
RealisticObrigwabibikwa
Linkans
Slimothy
Top Pro

Free and open source

Godot is licensed under MIT license. Anyone can grab the source from https://github.com/godotengine/godot, and compile the engine themselves. See More
juanitogan
Top Con

Strange terminology at its base

Scenes can be made up of other scenes. That makes some sense. But even the smallest object (or prefab or asset) in a scene -- such as that spoon on the table or the marble on the floor -- is still called a scene... except when it's called a node. This is a bit odd for those coming from other engines. With all the great decisions behind the basic design of this engine, the choice of this term from all the potential other terms out there seems really out of place and only serves as a constant reminder that not everything about Godot is great. See More
Dmitry Feofanov
RealisticObrigwabibikwa
Endi Sukaj
Top Pro

Editor and runtime are fully cross-platform

You can run Godot on all 3 major operating systems (Windows/Mac/Linux) and build your game to all available platforms from each without any platform-specific work needed. All platforms including Linux are supported first class. See More
Endi Sukaj
Anton Savoshchenko (AntonioModer)
Top Con

2DPhysics is weak compared to Box2d

Box2d has much more features. See More
Hirnbix
Top Pro

Instancing and node concept makes sense

The node and the instancing concept work very well and helps developers to structure content efficiently. See More
test123
Top Con

Difficult to optimize

Godot has an OOP architecture. Everything is an object internally and data is spread among many classes, thus it's difficult to optimize (i.e. not cache friendly, difficuly to vectorize or paralellize, etc). Read about "Data Oriented Design" for more info about the problems and solutions. See More
thermoplastics
William Tumeo
Top Pro

User friendly UI for all your team

Non-programmers (musicians, artists, etc) can join the development easily. See More
Endi Sukaj
Eric Sebasta
Top Con

OSX app is a mess

Instead of one contained folder/file with an icon per normal it is a mess of files which is not at all suitable or distributable without further work after every compilation. See More
Linkans
Top Pro

The list of supported languages is growing

Officially, Godot supported languages for now will be GDScript, C#(Mono), VisualScript and C++. See More
Paolo
Elisha Knight
Top Con

Hard for a Unity user

Coming from a Unity background, Godot engine is hard. See More
Laura Kyle
Hirnbix
Top Pro

Drag & drop interface

Many parts of the editor allow you to drag & drop, which makes working with assets and scene trees a joy. See More
Hirnbix
Top Pro

Fun to use

An important aspect that can't be grasped without using the engine for a few days. The Interface is evolving nicely and making games is just fun. See More
Monika
Linkans
Top Pro

Internationalization of the editor

You can change the language shown in menus. Godot translations can be found here. See More
juanitogan
Linkans
Slimothy
Top Pro

Easy to learn scripting language

Godot has their own scripting language called GDScript. The scripting language is easy to learn with Python-like syntax, but it is not Python. It's very powerful, easy to learn, and it's free of unnecessary things because it was custom built for optimized integration with the Godot Engine. It can be used to add custom behaviors to any object by extending it with scripting, using the built-in editor with syntax highlighting and code completion. A built-in debugger with breakpoints and stepping can be used and graphs for possible bottlenecks can be checked. See More
Chloe Montanez
Timo Kandra
Top Pro

Really good community

The community is great and really cares about the engine. It is easy to get help and to be part of Godot's future. See More
Will Nations
Top Pro

Creating editor tools is a breeze

Godot Engine is itself a Godot game. By adding the "tool" keyword to the top of a script, you can design extensions for the editor itself INSIDE the editor. Integrating these editor scripts into a bundled plugin for sharing is extremely easy to do. See More
Bastian Böhm
Top Pro

Friendly towards Version Control Systems

The engine is build not only to support version control but to really use it. Scene files for example which usually get compiled into some sort of unreadable data stay in a text format - that way you can actually see your changes in a version control system like Git. See More
Will Nations
Top Pro

Built-in documentation linked to the internal ScriptEditor

The editor has a fully searchable index of class API documentation for everything the engine offers (NOT just a web interface). You can easily open the documentation for any class by Ctrl-clicking the class's name in the in-engine text editor for scripts. See More
Will Nations
Top Pro

Easily expanded scripting system

With 3.0's addition of NativeScript and PluginScript via GDNative, developers can easily define bindings for new scripting languages. In addition to the primarily supported C++, GDScript, VisualScript, and C# languages, the community has contributed D, Nim, and Python as well with more on the way. See More
Raghu Ranganathan
Top Pro

Scene Based editing

Godot gives you the ability to create scenes to make your life easier, with reusable objects and things you want to incorporate in your games. This makes the game making processvery streamlined and organized. See More
DaringSkythes
Top Pro

Easy to get envolved

No need to learn anything qwith node you can build a game without typing a line of code + has visual scripoting See More
Will Nations
Top Pro

Simple and readable codebase

The engine's source code is easy to read and understand with a self-documenting approach to code design. You don't have to wait months or years for other people to fix an engine bug that is important to your game. Often times, you can spend an hour or two of your own time to fix whatever problems you encounter yourself. See More
DaringSkythes
Top Pro

Incredible docummination after 3.2.2 beta

ye the doccumunitation was weak but now we have nathen with his help the doccumunation is the strongest advantage See More
Monika
PrinceKael
Top Pro

Can be installed on Steam

You can easily install Godot via the Steam store. See More
Monika
Glucksritter
Top Pro

Doesn't need to be installed into the system

Godot is very portable, you can download the file from a website then put it on a USB and run it on your other computer without any troublesome errors. See More
Monika
DaringSkythes
Top Pro

Engine is yours

There is no royalty and the game you made + engine itself is yours. See More
Monika
RespectfulIxpiyacoc
Top Pro

It has a visual scripting tool

It has a great visual scripting tool. It's a great choice if you don't like to code. See More
Specs
License:MIT
Price:Free
CPU:Intel Core 2 Duo E8400
Languages:C++(library) C
See All Specs
HideSee All Experiences
1506 256

CopperCube

All
10
Experiences
Pros
9
Specs
Slimothy
Edouard L Kurschner aka TheElk
Top Pro

Allows creating 3D apps and games without programming

See More
Edouard L Kurschner aka TheElk
Top Pro

Available on Steam

CopperCube is available on Steam It was Greenlit. See More
Ryan
Top Pro

Easy to learn and to use

See More
Slimothy
JSchmidt
Top Pro

Native WebGL support

Can create 3D games as real WebGL apps, running inside websites. Doesn't use a cross compiler, so WebGL apps are small and download quickly. See More
JSchmidt
Top Pro

Good 3D editor

Includes easy to use 3D editor for quickly clicking together 3D games. See More
Will Bowers (Ralian)
Top Pro

Exports to irrlicht

It was also written by the founder of irrlicht, although it is not open source. See More
Slimothy
Top Pro

Good terrain editor

CopperCube includes a terrain editor. Terrain can be drawn with height painting tools directly in the editor, textures can be painted quickly with automatic texture blending into the terrain. There are also tools for placing grass and bushes, and for distributing meshes automatically over the terrain. See More
Ryan
Anastasios Mitropoulos
Top Pro

Fast prototyping

You can quickly develop an experimental working model of the product (prototype), because the engine gives you access to a lot of prefabs, plugins and settings. And, you can use the visual programming to speed up the process, even if later you have to write code in order to improve the final product. See More
Slimothy
Madalin Berechet
Top Pro

Oculus Rift support

Supports both DK2 and DK1. See More
Specs
Dev platforms:Windows; Macintosh
Desktop targets:Windows; Macintosh
Mobile targets:Android
Supported languages:Javascript; ActionScript 3
See All Specs
HideSee All Experiences
31 11

Unreal Engine 4

All
43
Experiences
Pros
17
Cons
25
Specs
Monika
Endi Sukaj
Theodore Lief Gannon
Top Pro

Free development license, including source code

The engine, including full access to source code, is free to use; a 5% royalty is due only when you monetize your game or other interactive off-the-shelf product and your gross revenues from that product exceed $1,000,000 USD. See More
Endi Sukaj
Noorudheen KM
Top Con

Very high build size

A blank project will build in to a minimum of 200 MB. See More
Endi Sukaj
Stuart Kearney
Tim Etler
Top Pro

Dynamic global illumination with voxel cone tracing decreases the computational power needed

Voxel cone tracing is a similar algorithm to ray tracing, but uses thick rays instead of pixel thin rays to be able vastly decrease the amount of computational power needed. See More
Slimothy
thermoplastics
Endi Sukaj
Top Con

Slow

Compared to other engines, UE4 seems to perform various actions considerably slower. Actions like starting the engine, opening the editor, opening a project, rebuilding shaders, updating references, calculating lightmaps, saving projects, etc take long enough to get irritating and end up wasting precious development time. See More
Slimothy
Tim Etler
Samuel Batista
Top Pro

A visual scripting system for non-coders enables quick prototyping

Blueprints are authoring tools designed for non programmers so designers and other team members can help tweak and prototype. UE4's Blueprint scripts resemble flowcharts where each box represents a function or value, with connections between them representing program flow. This provides a better at-a-glance indication of game logic than a simple list of events, and makes complex behaviors easier to accomplish and games a lot faster to prototype. See More
Johnny guitar
Top Con

Hard engine for beginners

This engine not easy for beginners See More
Endi Sukaj
Slimothy
Tim Etler
Top Pro

Developers have full control of the engine and source code

UE4 gives full access to the C++ source code allowing editing and upgrading anything in the system. See More
John Lee
Slimothy
David Erosa García
Top Con

Royalty based

5% of profits will go to Unreal after $3000 earned in a quarter. See More
Slimothy
Top Pro

Lots of resources to learn from

Epic provides multiple official video tutorials, lots of free example projects and content, an extensive wiki and regular streams showing how to use latest features. See More
Magnus Sjöstrand
Top Con

Extremely long build times

Making a full rebuild, including engine can take a good 30minutes. If you plan to use Unreal professionally, you better get some licenses for Incredibuild as well. See More
Slimothy
Brian Ernst
Top Pro

Powerful material/shader system

Allows a texture/material artist or VFX artist to create amazing effects from the ground up. See More
Ray
Péter Szabó
Top Con

C# not natively supported

UE4 does not support C# natively, but this can be achieved through MonoUE, although it requires using the MonoUE fork instead of UE itself. See More
Slimothy
Top Pro

Spectacular lighting visuals

See More
thermoplastics
Amanjit Gill
Top Con

C++ - oriented development cycle: slow turn-around times

The Unreal Editor is the main place to do stuff (of course), so if someone wants to do a lot of C++ stuff, the compilation and linking turn-around times can be painful. Still they probably are quite fast in comparison to the provided featureset.. Still ,they are far from optimal. See More
Laura Kyle
Endi Sukaj
Ricardo Rodrigues
Top Pro

Cross-platform editor and export

This engine exports for a big range of platforms including Linux. The editor can be run on Windows, MacOS, and Linux (Early Access). See More
Laura Kyle
Elisha Knight
Top Con

Difficult for mac users

If you're installing it on mac, you simply download epic games launcher and watch it download nothing endlessly. See More
Slimothy
Top Pro

Active community

Forums have many active and friendly members that are quick to respond and help out. Even staff is very active on forums. See More
Endi Sukaj
Magnus Sjöstrand
Top Con

Poor documentation

Most of the "documentation" for code is actually just automatically generated from the source. If you're interested in knowing how things are supposed to work, you must either go to their answers site or pay for UDN. Often their examples won't even compile, since they were written for now outdated versions. See More
J&S Studios
Top Pro

AAA Ready

This is ready to make the next AAA game. See More
Francisco
Ben Peterson
Top Con

Steep learning curve

Especially when compared to its primary competitor, Unity. See More
Tim Etler
Top Pro

Fast compilation for quick iteration

Recompiling an entire game to test a small change takes up a lot of time. UE4 quickly compiles in seconds instead of minutes improving iteration time by an order of magnitude. See More
Magnus Sjöstrand
Top Con

They spend more time adding features than fixing existing ones

See More
Slimothy
Top Pro

Quick release-cycle

New feature releases can be commonly expected about once a month. See More
Magnus Sjöstrand
Top Con

Extremely poorly designed

The code is a mess. Everything is connected, a single Actor is 1500 bytes, because it contains a million things that Epic once needed in a game. Inheritance for AActor: AActor > UObject > UObjectBaseUtility > UObjectBase See More
Johnny guitar
Top Pro

Realistic graphics

See More
__
Top Con

Sparse Resources for C++

C++ happens to be the main suite for Unreal, yet the documentation is very, very sparse. See More
eob
Top Pro

Professional feature set for all aspects of game development

Almost everything a game developer wants has a deep and sophisticated tool waiting for them in UE4. No external plugins are needed to make powerful materials, FX, terrain, cinematics, gameplay logic, AI, animation graphs, post process effects, lighting etc. See More
Endi Sukaj
Elisha Knight
Top Con

Tutorials do not go in-depth enough

The blueprint tutorial just teaches how to turn on a light when you press f. See More
ReceptiveRadegast
Top Pro

Easy to use animation blueprints

Unreal Engine 4 is one of the best game engines. It is super easy. It dosent require any use of coding due to Animation Blueprints See More
Monika
HumbleSabazios
Top Con

Poor source control support

Merge tool is not working. See More
Slimothy
Top Pro

Proven track record

See More
ReceptiveRadegast
Top Con

Unreal Engine crashes a lot if you dont have the required system requirements.

See More
J&S Studios
Top Pro

No coding experience needed

See More
SmartKukulkan
Top Con

No Terrain Editor included

See More
ReceptiveRadegast
Top Con

Unreal Engine crashes a lot if you dont have the required system requirements.

See More
Morris Cox
Slimothy
Beyond01
Top Con

No drawcall batching, performance is very bad on mobile

There's no dynamic batching support to minimize drawcalls. There's InstancedStaticmesh concept in UE4, but it's 3d only, functionally limited and requires hardware support which rules out most mobile devices. See More
Magnus Sjöstrand
Top Con

Poor quality assurance on their releases

After each release they almost immediately release a hotfix. And another one. And another one. See More
Endi Sukaj
Elisha Knight
Top Con

Bad support

The epic games team only assists with billing and account issues, not bugs. See More
Laura Kyle
IntuitiveTefnut
Endi Sukaj
Top Con

Terrible physics

See More
thermoplastics
Pier Luigi Fiorini
Top Con

Frequent crashes

Often the editor crashes interrupting your work. See More
Magnus Sjöstrand
Top Con

Poor error messages

See More
Bryan
Elisha Knight
Top Con

Rarely works

See More
Specs
Languages:C++, Blueprints (Visual Scripting)
Dev platforms:Windows, Mac OS X, Linux
Desktop targets:Windows, Mac OS X, Linux, SteamOs, HTML5
Mobile targets:iOS, Android
See All Specs
HideSee All Experiences
650 165

AppGameKit 2.0

All
24
Experiences
Pros
16
Cons
7
Specs
thermoplastics
Richard Vanner
Top Pro

HTML5 support

The AppGameKit Basic can now export to HTML5. See More
Paolo
Belle
ResoluteGeryon
Top Con

Terrible scripting language

MS Basic from the 70's has more features. Procedural, no OO, inheritance, basic user defined types with overloading. Nothing. It even has GOSUB. See More
Laura Kyle
Richard Vanner
Top Pro

Plugin support for Windows

Plug-ins can now be added to the Windows platform. Create your own Tier BASIC commands and call them using the AppGameKit Basic script language style. See More
Wernight
Top Con

BASIC language

Even though it supports C++, it's mostly C++ mapped to BASIC without OOP. See More
Endi Sukaj
Tony Blinco
Top Pro

Instant testing on multiple devices at once

AppGameKit supports instant testing on all connected devices. With the push of a button you can run your game on any device connected to the development machine. See More
Wernight
Top Con

Can almost only do trivial games

The editor is rather limited, not fully polished, and 3D is missing some key functionalities (3D is work in progress). See More
Gerhard Eichhorn
Top Pro

Excellent documentation

Every function is fully documented with examples and exercises. The Tutorial PDF is a full Introduction to 3D game programming with integrated references to every functionality and its most important usecases. The documentation is regulary updated. See More
VivaciousZaoJun
Top Con

$80 even if your game doesn't fly

See More
Endi Sukaj
Parker Eli Bidigare
Top Pro

Cross platform

Supports developing games for Android, iOS, PC, Mac, Linux and now HTML5. See More
Gerhard Eichhorn
Top Con

No builtin game mechanics, events, inventory.

See More
Parker Eli Bidigare
Top Pro

Easy basic programming

Program in tier 1 BASIC programming for every 3D game need. See More
ResoluteGeryon
Top Con

Editor code completion is pretty bad

See More
thermoplastics
Endi Sukaj
Richard Vanner
Top Pro

Raspberry Pi free version available

A Raspberry Pi version is available and free. Users just need to register with the developer and then they can download. See More
VivaciousZaoJun
Top Con

Pros on Slant are written by AGK marketing guys

See More
ResoluteGeryon
Endi Sukaj
Paul Robson
Top Pro

Very fast compilation

It is a compilation based language, but the compilation is very fast. A project of about 1800 lines of code, for example, can compile almost instantly. (That's because it does not compile, it's an interpreter) See More
Endi Sukaj
Jonathan
Paul Robson
Top Pro

You only need to to pay for the license only

There is no charge for upgrades, or for extra platforms (the HTML5 version just appeared in the latest version), there are no subscription fees or other usage charges. If you publish onto either Apple or Google's stores you will have to pay their costs, of course, but the makers of AGK do not take a cut of this themselves. See More
Tony Blinco
Top Pro

Support

Informed, timely and intelligent feedback from the AGK forum. See More
Endi Sukaj
Top Pro

Fast development

There are plenty of functions which facilitate development and deployment. For example, the AGK player immediately plays the updated bytecode on Android devices then the online site helps with building an APK file for Google Play Store in minutes. See More
Endi Sukaj
Daniel Foreman
Top Pro

Uses a powerful scripting language built for game development

Software produced with the App Game Kit is written in a language called AGK Script. This language has powerful inbuild commands including commands for 2D graphics, physics and networking. The commands make use of the platforms' native functions to improve performance. They are also designed to enhance code readability. The AGK Script commands have extensive online documentation. See More
DiligentLevana
Top Pro

C++ and Basic, you have the choice.

It runs fast with BASIC but if you want more you can use C++, it's also easy to use. See More
Paul Robson
Top Pro

Can be used for advanced games programming in C++

Libraries which provide the same functionality are available for the five platforms, so you can code in C++ See More
Endi Sukaj
Top Pro

Comes with an Integrated Development Environment (IDE)

AGK comes with an Integrated Development Environment (IDE) based on the Code::Blocks IDE for writing AGK scripts. A key feature of the IDE is its ability to broadcast compiled programs to other devices for testing. See More
Nieb
Top Pro

Performance

See More
Specs
Dev platforms:Windows, Mac, Linux
Desktop targets:Windows, Mac, Linux, HTML5
Mobile targets:iOS, Android
3D:Yes
See All Specs
HideSee All Experiences
218 68

CryEngine

All
20
Experiences
Pros
14
Cons
5
Specs
Slimothy
Top Con

Steep learning curve

Except for basic FPS games getting anything done will require solid knowledge of C++, Flash, ActionScript and Lua. See More
Péter Szabó
thermoplastics
Coby J
Top Pro

C# integration

CryEngine has some C#template and also C# based system to write your function/ideas in to your game. See More
Endi Sukaj
Top Con

Hard to develop games other than FPS

Cryengine is a great engine to be used for developing an FPS (and it's relatively easy to do so). But if you want to develop another type of game, it requires at least advanced knowledge of C++ and Visual Studio. See More
Péter Szabó
Top Pro

DX12, Vulkan support

CryEngine 5.4 now supports DX12 and Vulkan See More
Alex
Paulo Silva
Top Con

No GNU/Linux support

See More
Tim Etler
Top Pro

Dynamic water rendering

Cry Engine has realistic water effects that even simulate ocean physics. Features such as waves that respond to global wind, and dynamic water volume tessellation allow for some of the most realistic water effects available to a game developer. The engine also takes into account LOD (level of detail) on water geometry to allow it to stay performant for water at a distance. See More
Inguna Gudareva
ExpertToltecatl
Top Con

No Mac OS X support

See More
Slimothy
Tim Etler
Top Pro

Features allowing for realistic weather effects

Cry Engine has volumetric fog rendering which allows for realistic cloud shadows that actually render shadows onto the fog itself. Combined with their time of day system, it's possible to create incredibly realistic weather effects. On top of this, color grading allows user to post process pallets allowing them to change the color tone for different type weather, such as using a deep dark blue for rain. See More
Péter Szabó
Endi Sukaj
John Johnson
Top Con

Restrictive license

Cryengine is not restrictive anymore just more personalized. The model is Pay what you want and if you want more you get a membership with them. Or private support, help and lessons directly from the CryEngine team. See More
Endi Sukaj
Top Pro

VR support

Cryengine (starting on Cryengine V) has Virtual Reality support. Developers can create games with VR support for multiple platforms: PlayStation VR, Oculus Rift and HTC Vive. See More
Slimothy
Tim Etler
Top Pro

Realistic rendering of vegetation and landscapes

Where Cry Engine really shines is with rendering scenes of nature. The Crysis games feature incredibly detailed vegetation and weather effects and it's the Cry Engine that enables that. The engine has many features to create a cohesive realistic looking world. Dynamic water effects allow users to have beautiful oceans, fog and cloud effects allow for realistic weather, and a plethora of lighting effects optimized for natural looking scenes make Cry Engine one of the best engines for creating vast beautiful landscapes. By having all these features built together from the ground up, Cry Engine is capable of doing more complex effects more efficiently, than other engines that didn't have these effects planned from their inception. See More
Endi Sukaj
Slimothy
Artin Alavi
Top Pro

All platforms, including next-gen consoles, are supported

Supports miltiple platforms including: Xbox One, Xbox 360, PS3, PS4, Wii U, PC, iOS, and Android. See More
Endi Sukaj
Top Pro

Versatile flow diagram script model

Flow graphs resemble flowcharts where each box represents a function or value, with connections between them representing program flow. This provides a better at-a-glance indication of game logic than a simple list of events, and makes complex behaviors easier to accomplish. See More
AssertiveIdiyanale
Top Pro

There is already a built-in AI

It can shoot, walk on patrol points, can see the player and so on. See More
Endi Sukaj
Top Pro

Dedicated channel for Q&A

Crytek has launched a dedicated Q&A forum for everything Cryengine related. It's called Cryengine Answers and it's a community dedicated to sharing and answering any question related to Cryengine. See More
Endi Sukaj
Top Pro

Online marketplace available

The Cryengine marketplace is an online marketplace which enables developers to access and use individual assets from thousands of materials, sounds and 3D objects created by the community. Even Crytek's own library assets are available there. See More
WorthyIoMatuaKore
Top Pro

Terrain tools are great

See More
Endi Sukaj
Top Pro

Advanced volumetric cloud system

Cryengine has an optimized volumetric cloud system for Virtual Reality to give clouds full 3D spatial rendering. This ensures a high rendering quality with a minimal performance hit. See More
Endi Sukaj
Slimothy
Top Pro

Disallows bad practices in asset creation

Simply by looking at the RC log when exporting can greatly improve your work. Cryengine doesn't handhold you constantly and helps greatly with avoiding bad practices in asset creation. See More
Specs
Dev platforms:Windows
Desktop targets:Windows, Linux
Mobile targets:iOS, Android
Supported languages:C++, C#, Lua
See All Specs
HideSee All Experiences
102 36

GameMaker: Studio

All
32
Experiences
Pros
13
Cons
18
Specs
Monika
Endi Sukaj
Slimothy
Top Pro

Extremely easy to learn

GameMaker: Studio is incredibly easy to learn. It requires almost no programming knowledge which means that those without the technical experience, such as designers or artists, can create their projects without the help of a programmer. See More
Francisco
Sunshine Lollipop
Izem Lavrenti
Top Con

Exporting to some formats costs extra

You need to buy extra modules to be able to export to platforms like Android, iOS, HTML5 and others. See More
Endi Sukaj
Teej De Croix
Slimothy
Top Pro

Gives developers access to a more fine-grained controle over the logic through the Game Maker Language

Game Maker Language (GML) is the primary scripting language that is interpreted similarly to Java's Just-In-Time compilation used in GameMaker. It is used to further enhance and control the design of a game through more conventional programming, as opposed to the drag and drop system. See More
Sunshine Lollipop
Top Con

No GUI editor

The GUI must be hard-coded, leaving a lot of tricky calculations and jumping through hoops to accommodate different devices and displays; it's probably the least developed and hardest thing about GMS2 compared to comparable engines See More
Slimothy
Chris Wahl
Top Pro

Easy to find resources/tutorials/assistance

GameMaker: Studio has a huge following, tons of people put up tutorial videos, and it's just generally easy to find help. It has a huge community. See More
Laura Kyle
Jaden T
Top Con

The cost to buy for development is outrageous

The cost for this tool is hindering for indie developers who have little money to work with. See More
Slimothy
Jack Oatley
Top Pro

Easy cross-platform shader support

Write your own shaders in one shader language and have it automatically ported to all platforms. You can even choose a specific shader language to wield the full power of the target device. See More
juanitogan
Slimothy
Nguyen Phan
Top Con

No built-in refactoring tools

There are no built-in refactoring tools. For example, you can rename a resource, but GM:S will not automatically change the mentions of it across the code to the new name. Furthermore, because all file formats are text-based, basic refactoring could be achieved by simply doing "find & replace in all files" -- which is a feature offered by pretty much every external code editor nowadays -- but no such feature here. Hitting Ctrl-F will pull up a rather odd Find/Replace box but selecting a word before hitting Ctrl-F will not autofill the Find field for you like it will in most tools. Even that you have to cut and paste yourself. See More
Endi Sukaj
Teej De Croix
Stuart Kearney
Top Pro

It has an IDE used for loading all of the assets

It is very easy to manage all the resources you want to put in your game, the UI widgets for each assets (sprites, sounds, backgrounds, rooms, objects and shaders) are intuitive enough for when adding or even editing the properties of each your assets. The included editors are also good and easy to use (sprite/image editors, shader editor and room editor). See More
Francisco
Sunshine Lollipop
Top Con

Bad history of ignoring critical bugs

In the past, the developer failed to update the software for iOS and Android when game-breaking updates were made to those platforms. See More
Vadim Dyachenko
Aubrey
Andrews Nycollas
Top Pro

Cross-platform multiplayer support

There is the possibility of creating games that interact with different platforms and is not that hard. See More
Endi Sukaj
Slimothy
[deleted]
Top Con

The scripting language used is quite limited

Language does not support actual objects, structs, real data types, functions, overloading, even argument naming. Developers generally have to code around the lack of these features in very tricky ways. See More
Endi Sukaj
Slimothy
Teej De Croix
Top Pro

Cross-platform

GameMaker: Studio projects can be deployed to: HTML5, Linux, Windows, OS X, Windows Phone, Android, iOS and PS3/4/Vita. See More
Sunshine Lollipop
Top Con

Development has been and will be cosmetic

The change from 1.x to 2.x was cosmetic, the engine and language stayed the same. The roadmap for future development is also cosmetic and includes updating the sprite editor, adding an audio editor, and adding a "mini map" for the IDE. See More
juanitogan
Top Pro

Built-in support for pixel-perfect collisions

Enabling pixel-perfect collisions on 2D sprites is so easy many will likely turn it on when maybe they might be better off without it. Regardless, it simplifies small and/or retro console-like game work. This is a feature fairly unique in this class of game engines. See More
Laura Kyle
Slimothy
James Redmond
Top Con

Poor level editor

No marquee select, no layers, can be glitchy, no grouping, etc. See More
Slimothy
Aubrey
Shawn Orban
Top Pro

Easy to use

Game Maker Studios simple interface allows for rapid prototyping, and easy development. See More
Endi Sukaj
Pretty Fly
Top Con

Can't embed videos in game

Doesn't support embedding videos in a game. See More
Endi Sukaj
Teej De Croix
Top Pro

Assets can easily be found in the official marketplace

Yoyogames website has a marketplace which opens up an opportunity for people to sell or giveaway created assets and resources (sprites, scripts, sounds, extensions, full source codes, etc.) for use in GameMaker. This benefits people who needs quality assets for their games, and for creative people to provide these assets for extra income. The Marketplace has a rating system so it can eventually increase the quality and competitiveness of the assets submitted. See More
Endi Sukaj
thermoplastics
Noble Valerian
Top Con

Expensive for what it offers

There are several options with more flexibility, better learning resources, and a lower price point. See More
Francisco
Sunshine Lollipop
Endi Sukaj
Top Pro

Extremely stable

GameMaker: Studio has been around since 1999 and has been used and maintained during all this time. This makes it an extremely stable game engine. See More
Theodore Lief Gannon
[deleted]
Top Con

Destructive DRM

In late 2012/early 2013, YoYo Games released a version of their new Studio IDE for cross-platform development that would import games and destroy all of the image type resources for some legitimate purchasers of the software by superimposing a pirate symbol on top of the image. This was due to a fault in their digital rights management software implementation which they use as a method of combating pirated copies of the software. Though the false positives bug is reported to be fixed, the DRM is still in place and may affect placeholder graphics, etc. YoYoGames publicly stated they would remove the DRM at a later point in time, but that other less-invasive DRM techniques would remain. See More
Slimothy
Jack Oatley
Top Pro

Supports 3D

There is also 3D support that doesn't interfere with the primary 2D focus. See More
Sunshine Lollipop
Francisco
Top Con

Proprietary language forces expensive "lock in"

Because it uses GML, a very non-standard custom language, new users do not learn a transferrable language and become locked in. See More
Alex
ReveredNahundi
Top Pro

Easy to add native code to GMS

Good extension support. You can do anything with gms! You just need to know how to code natively in the respectively export (like Android). See More
Endi Sukaj
Jaden T
Top Con

Tends to crash or not compile games properly

See More
Yoshiyuki
Noble Valerian
Top Con

Poor accessibility and integration

Documentation and resources largely focus on proprietary scripting language, which is necessary for achieving full potential of the software due to poor drag and drop integration. See More
Yoshiyuki
Noble Valerian
Top Con

No way to activate or use existing modules

Support entirely focused on new iteration depriving even basic functionality of this version with any purchase that hasn't already been activated. It is still possible, thought not intuitive, to download this version on the trail screen for GM S 2. But no purchased (wildly expensive) module can be added any longer. See More
juanitogan
Top Con

Code editor not friendly to indented code

While the editor of course has features for intending code such as auto indent and smart tabs that can be turned on or off, these features work in unusual ways and, overall, the editor is not very adaptable to various typing styles. Also, Home always takes you to position 0 and never to the beginning of the text no matter how many times you hit it. Thus, if you hit Home and then Enter a new line, with auto indent on, it will always mess up the indentation on the line following the new line leaving you to fudge around to fix it manually. If you prefer tabs over spaces, forget it. Finally, if you leave the GameMaker app and try to click back into the code editor, the code editor will not fully get the focus sometimes leaving you with the ability to type but not tab. It usually takes two clicks to fully focus the code editor from outside the GM app. See More
Yoshiyuki
Endi Sukaj
Андрей Кашников
Top Con

This is very flat for games

They are not beautiful - for example, Undertale. See More
Francisco
Sunshine Lollipop
Top Con

Owned by a gambling company, Playtech

As opposed to other engines, which are open source or owned by game companies, GameMaker is developed by YoYoGames, which is owned by Playtech, a gambling software company. See More
Specs
Languages:GML (JavaScript-like)
Dev platforms:Windows, Linux, macOS, ARM
Desktop targets:Windows, Linux, macOS, Windows UWP, HTML5
Mobile targets:Android, iOS, (depricated: Windows Phone, Tizen)
See All Specs
HideSee All Experiences
368 113

Construct 2

All
37
Experiences
Pros
24
Cons
12
Specs
Slimothy
Tadd Mencer
Top Pro

Quick to pick up

Construct 2 is fast to pick up, get into, and belt out some pretty impressive games in a relatively small amount of time. Seems to be built for people who don't have a lot of programming skills, but want to make great games. See More
Theodore Lief Gannon
Slimothy
Callixtus
Top Con

Free version is severely limited

Although a free version of the engine is available, it lacks features that are essential to creating a high quality product. See More
Slimothy
Wahid Sabari
ZoeW
Top Pro

Built-in physics system

Thanks to the great power of Erin Catto's Box2D, Construct 2 is able to make physics games which are similar to Cut the Rope and Angry Birds. See More
Endi Sukaj
Slimothy
Summit69351
Top Con

The editor is Windows only

Although Construct 2 is able to export projects to Windows, OS X and Linux, the program itself currently only runs on Windows. See More
Endi Sukaj
Slimothy
Theodore Lief Gannon
Top Pro

Little programming knowledge needed

Using Construct 2 requires very little programming knowledge because it's all drag'n'drop, intuitive, visual and event-driven instead of code-only. See More
Stuart Kearney
Top Con

Poor mobile performance

Construct 2 is focused on Javascript. Javascript isn't as fast as native code, which results in poor performance on mobile. See More
Endi Sukaj
Slimothy
Adam Prack
Top Pro

In-depth event system

Construct 2's event system allows for deep, detailed control over all aspects of your game. You aren't limited to just a few options. Rather, Scirra has thought of nearly everything in advance with access to any desired parameter of any object all paired with simple and intuitive ways to interact with them. Your events can be organized with event sheets (that can be included in other sheets), event groups, sub-events, loops, and functions that make the coding portion of your game as efficient as possible. You don't need any programming knowledge, but if you do have some, you'll feel right at home with the freedom C2 offers. See More
Slimothy
Pedro Rocha
Top Con

HTML5 is very dependent on browser performance

Theoretically all browsers should run HTML5 pretty much the same way, but thats not always the case. Something that worked fine on Chrome, for instance, might malfunction on Firefox (or vice versa). And there's nothing the devs of Construct 2 can really do about it, but to hope next Firefox update might fix it. Internet Explorer is not even recommended. Add to that the fact that exporting to mobile or desktops rely on these sort of stripped down versions of web browsers (Node webkit, Crosswalk, Ejecta) that you pack with your game, and you can have a real headache if you're trying to make your game work properly through multiple platforms. See More
Endi Sukaj
Slimothy
DuckfaceNinja
Top Pro

Supportive community

Construct 2 has a supportive community. Their forums have tens of thousands of topics with ten times more posts. The core maintainers are very helpful and friendly and often reply to questions or issues that may be discussed in the forums. See More
Endi Sukaj
Theodore Lief Gannon
Stuart Kearney
Top Con

Does not export to native mobile code

Construct 2 builds to HTML 5 only, which can cause performance issues on mobile devices depending on the HTML5 engine that the OS is using since that will be the biggest bottleneck. Even though it's not really the engine's fault, it still is at a disadvantage compared to native game engines. See More
Slimothy
ZoeW
Carlo Andrei Mercado
Top Pro

Easy to create particles and animations

With spriter file implementation and internal animation editor Construct 2 provides an easy way of creating particles and animations. See More
Paolo
Noble Valerian
Top Con

Poor business model

Non-competitive pricing structure with limited license options. Favorable perpetual license dropped for non-favorable subscription service and highly restrictive feature set under new banner. Company does not take criticism well, sometimes becoming threatening over unfavorable feedback. See More
Slimothy
DuckfaceNinja
ZoeW
Top Pro

Free (feature limited) version available

A free version of Construct 2 is available. It's not time restricted in any way, but is feature limited. See More
Loïc Ovigne
Top Con

Clickteam Fusion Clone

This is a copy of the Clickteam softwares See More
ZoeW
Slimothy
Aubrey
Top Pro

Active plugin ecosystem

Construct 2 has an active plugin ecosystem providing behaviors and features that smooth the workflow for certain game types. See More
James Redmond
Top Con

Dependency on 3rd parties for all exports

Unless you are creating a game strictly for browser/HTML5 usage, exporting to desktop or mobile is risky, as Scirra have no control over your final export quality. Since desktop uses NodeWebkit and mobile is Crosswalk, Phonegap or CocoonJS there is no guarantee that your final export performance and quality will be up to scratch for pro level 2d games. These 3rd party "browser wrappers" are very prone to breaking and introducing lag and bugs that can't be controlled from Scirra's side. See More
Slimothy
Callixtus
James V. Olson
Top Pro

Export control for all major platforms

All platform exporters are part of the subscription. There are no additional fees and new exporters are added quickly and maintained well. Currently, 15 platforms are supported, including HMTL 5, iOS, Android, Windows, Chrome Store, PhoneGap and Scirra. See More
Konidia s
Top Con

HTML5 Only is extremely limiting

If the software could export natively to mobile devices and PC/Mac/Linux it would be extremely powerful. The developer's choice of sticking to only HTML5 has created a bottleneck for anyone wanting to develop with this software. See More
Slimothy
Valdeir Santos
Stuart Kearney
Top Pro

Built in behaviors make development workflows very efficient

Behaviors add pre-packaged functionality to object types. See More
Slimothy
Top Con

Tilemap object could be better

C2 requires that there's a tilemap objects for each tilemap layer meaning each tilemap object has to be updated when modifying any layer. This could be simplified by adding layer support for tilemap objects. See More
Michel Fessard
Top Pro

Very fast preview

In Construct 2 you can preview your games instantly at any time. There’s no need to wait for compiling or other time consuming processes. See More
Noble Valerian
Top Con

Buggy

Experience regular crashes and inexplicable project file corruption. See More
Slimothy
ZoeW
Aubrey
Top Pro

Available on Steam

You can also download Construct 2 on Steam. See More
Paolo
Noble Valerian
Top Con

Unreliable access to online resources

Unreliable access to online resources such as online tutorials and forums, plus extremely outdated offline manual. See More
Endi Sukaj
Slimothy
ZoeW
Top Pro

One-off cost

It's a one off cost for Construct 2 and all updates to the Construct 2 editor are free for life. See More
ZoeW
Popyui Ricalde
Top Pro

Supports camera, microphone, speech recognition and synthesis

Can use cameras in PCs and on mobiles. You can use the synthesis that can recognize your speech or you can write something and it can talk for you. See More
Slimothy
DuckfaceNinja
Aubrey
Top Pro

Interface similar to that of MS office

This engine provides an intuitive workflow for people that are used to the Windows environment. See More
Slimothy
William Theodore Grabiec
Top Pro

Runs great on mobile

Performs well on most devices and browsers. See More
Laura Kyle
Endi Sukaj
Michael Porter
Top Pro

Rapid development

After using a few quick tutorials you can quickly catch on to the event system this program uses and quickly be able to build any type of 2D game you want. You can download a few sprites from google and put together a working level of Mega Man with character movement / animation / enemies / collision detection / scoring / Tile map and AI within about 2 hours. The built in behaviors are incredible. It's amazing how Construct can simplify the most redundant tasks in game development. See More
Theodore Lief Gannon
DuckfaceNinja
Top Pro

Allow server-less multiplayer game creation

Construct 2 uses WebRTC technology to support it's multiplayer functionality. The nature of the technology allows peer-to-peer connection which does not require game developer to create server side architecture to allow communication between games. See More
Slimothy
frn2000
Top Pro

Supportive devs

The developers are always available to help. See More
Slimothy
ZoeW
Valdeir Santos
Top Pro

Built-in animation/image editor

Basic sprites and tiles of 2D games can be made with engine's built-in tools. See More
Endi Sukaj
Slimothy
Callixtus
Top Pro

Built-in pathfinding

Has built-in solutions for pathfinding. See More
Slimothy
Valdeir Santos
Top Pro

Built-in tilemap object

The tilemap object allows tile-based games to be designed more easily. The object's tilemap can also be edited in the layout view using the tilemap bar. See More
Zaharia Zga
Glerikud
Top Pro

Simplicity - it is made for everybody to use and love

Construct 2 is a tool for not just programmers, but artists as well. You can create a game with only visual coding, which is easy to learn and doesn't require any previous programming knowledge. You can focus on making your game better instead of just coding. It has some limitations of course, but it's definitely worth it. See More
Endi Sukaj
Zaharia Zga
Ryan
Top Pro

Cordova support

You can use Cordova plugins from the community See More
Specs
License:Proprietary
Languages:JavaScript
Dev platforms:Windows
Desktop targets:Windows; Macintosh; Linux
See All Specs
HideSee All Experiences
484 145

GameGuru

All
17
Experiences
Pros
14
Cons
2
Specs
Slimothy
Theodore Lief Gannon
Vinicius Pds Pce
Top Pro

Designed for ease of use

Simplicity and accessibility are the core design goals of FPS Creator Reloaded. See More
FunnyKakia
Top Con

Slow

Everything takes ages..feels like Unreal 4 See More
brco
Theodore Lief Gannon
JF
Top Pro

Active and helpful community

Users share ideas, help, and advice through the official forums. The community also provides a wealth of free assets, and the GameGuru Assets Store sees constant additions. See More
thermoplastics
Joseph Sweet
Endi Sukaj
Top Con

Lack of user-interface

Although you can customize a lot, the user-interface does not show that. But plans are in place to improve this with some front facing GUI into the LUA scripts so you don't need to code as much. See More
Theodore Lief Gannon
Bruno Miguel
Top Pro

Continuous development and updates

News and improvements are released on a monthly schedule. Interaction between The Game Creators and project backers is excellent. See More
Theodore Lief Gannon
Stuart Kearney
Steve Vink
Top Pro

Feature priorities are chosen by the community

The Game Creators team frequent the forums and ask the community for feeback and suggestions both there and via an open poll on the website. They have a great history of reading suggestions, viewing screenshots, and generally working with the community. See More
Theodore Lief Gannon
Daniel Williams
Top Pro

Awesome tech support

See More
brco
Theodore Lief Gannon
Dennis Borruso
Top Pro

Easy to use your own custom assets

Easily import your own 3D models with the built-in importer and create custom characters with the Character creator. Custom weapons are much more difficult, though. See More
thermoplastics
Joseph Sweet
Top Pro

Massive community of users

The gamer creator forums have a large number of users, developing games, making models for sale and to give away for other users. They answer questions, help each other with problems in their games, and can make using this software so much more fun and easy. See More
Slimothy
Alvaro Castillo Idarraga
Top Pro

Friendly GUI

Awesome friendly GUI, and quite easy to use. See More
brco
Top Pro

Easy to use editor

An easy 3D editor to create your own maps in seconds with drag-and-drop function. See More
brco
Top Pro

Royalty free

Games you publish with GameGuru can be sold without any restrictions or commissions. See More
brco
Top Pro

Building editor

Currently in development but already looking very good! Easily create big and customized buildings with default building blocks and share them with others. Also very easy to use in the designer: The buildings are treated like entities but still directly available in the 'building editor mode'. See More
Slimothy
Ivan Ertlov
Top Pro

Powerful scripting language

Uses Lua. See More
brco
Top Pro

Large asset store

A store where you can buy various assets for your games like sounds, 3D models, weapons... Very good prices and a lot of assets are even free. See More
thermoplastics
Barbara Glowa
Top Pro

Optimised engine for editor

The game engine is optimized for efficient use of memory. See More
Specs
Dev platforms:Windows
Desktop targets:Windows
Mobile targets:none
Console targets:none
See All Specs
HideSee All Experiences
137 55

jMonkey3

All
14
Experiences
Pros
9
Cons
4
Specs
Slimothy
Top Pro

Java is a great development platform

Java is a well-optimized just-in-time compiled language. It's faster than languages without an effective native-code compiler such as Python or Ruby, similar in speed to other just-in-time compiled languages such as C#, while slightly slower than compiled languages such as C or C++ (with some low-level and numeric benchmarks being similar to C++). Java also has a wide variety of high-class IDEs available. See More
Jonathan
Daniel Mosquera
Top Con

Not an engine for total beginners

While it's clear that you need to know Java first before using this engine, it is recommended that you have some programming experience as well. Most performance issues and memory leaks are more due to bad programming practices than the engine itself. See More
Jonathan
Daniel Mosquera
Top Pro

Multiplatform support

Code can be ported to mobile (iOS is in the works) and other Android supported devices with minor changes to the code (just change some implementations that vary on the platform such as inputs and user interface). It can even run on certain Raspberry Pi devices. See More
Laura Kyle
Elisha Knight
Top Con

Terrible API reference

The methods are not defined. See More
Slimothy
Arsenios Noor
Shawn Orban
Top Pro

Free and open-source

jMonkey is completely free, meaning it's possible to develop and release a game with no fees or royalties. Because it is open-source, jMonkey has plenty of people fixing bugs and, adding to the engine as well as creating a variety of plugins that can be used in the engine. See More
Slimothy
Top Con

Slow release cycle

jMonkey3 lacks manpower to have a fast and decent release cycle. See More
gilch
Slimothy
Arsenios Noor
Top Pro

Not limited to using its own IDE

Unlike some engines, jMonkey doesn't force its own IDE. You can use its Netbeans-based IDE, but you can also set up a project to work in another IDE such as Eclipse. You can still use the special tools from jMonkey's IDE in such projects. See More
Yoshiyuki
Mikkel Løkke
Top Con

Relies on archaic tool chain

jMonkey Engine uses Apache Ant for build automation, which is archaic and backwards, even by Java standards. See More
Laura Kyle
gilch
Slimothy
Top Pro

Engine modifications can be made using Java

Because jMonkey is implemented in Java, the same language its apps are typically developed in, developers will have an easier time modifying the engine to their needs. See More
Bryan
Elisha Knight
Top Pro

Has everything

jMonkey3 handles input from computers and mobile devices. It handles networking, physics, rendering, terrain, and cinematics. See More
Slimothy
Lando Calrissian
Top Pro

Ease of extensibility

Engine is modifiable. See More
Slimothy
Daniel Mosquera
Top Pro

Freedom of choice for architecture

The user is not compelled to use any programming architecture nor standard in order to make a project working. JME allows the freedom to use what is best for a game. See More
gilch
Slimothy
Andy Mazzola
Top Pro

Offers both low-level and high-level ways of editing shaders

Modifying shaders can be done either via a visual tool called Shader Nodes or via GLSL that allow you to make your own shaders without the engine getting in the way or having to hack around to do so. See More
Specs
Dev platforms:Windows; OSX; Linux
Desktop targets:Windows; OSX; Linux
Mobile targets:Android; iOS
Supported languages:Java
See All Specs
HideSee All Experiences
50 24

ct.js

All
13
Experiences
Pros
10
Cons
2
Specs
Cosmo Myzrail Gorynych
Top Pro

Beginner-friendly

ct.js is bundled with examples, docs, and easy to follow tutorials. Documentation and tutorials are available in a side panel on every screen. See More
Cosmo Myzrail Gorynych
Top Con

Tile editing is a chore

No live brushes with automatic corner drawing, no fills or rectangular/linear placement. All tiles should be placed by hand, with a "Shift" key to place multiple tiles at once. This will make you ragequit if you want to make sophisticated RPG scenes :D See More
Cosmo Myzrail Gorynych
Top Pro

Skeletal animations with DragonBones support

You can import skeletal sprites and animations from DragonBones, which is also free. Skeletal animations are added to objects through code; developers can listen to marked events in animation, and ct.js automatically associates sounds in a DragonBones project with the game's assets. See More
Cosmo Myzrail Gorynych
Top Con

Slower than native games

JavaScript and WebGL are fast, but they will always lose in performance if compared to native games, so it may be a bad choice for graphics-heavy games. See More
Cosmo Myzrail Gorynych
Top Pro

Good code editor

The built-in code editor comes with error checking, type checks, code completions accompanied with docs, multiple cursors support, and other modern features. See More
Cosmo Myzrail Gorynych
Top Pro

Open source (MIT)

This means that no one will ever put any features behind a paywall and that you can reliably use ct.js in any projects without worrying about licensing. And you can hack on ct.js! The repo is at https://github.com/ct-js/ct-js See More
Cosmo Myzrail Gorynych
Top Pro

Tileset support

ct.js supports tiles in rooms, including collision checks and some extra editor tools, like bulk migration to a new tile layer or shifting by an exact value. See More
Cosmo Myzrail Gorynych
Top Pro

WebGL and WebGL2 support

Starting with v1.0.0-next-1, you can now write WebGL games. WebGL support is based on Pixi.js. See More
Cosmo Myzrail Gorynych
Top Pro

Modular approach

ct.js has a "Core" library that provides basic drawing functions, room and asset management, and mouse interactions. Any other functions are added to projects as "catmods", or simply modules. These modules can be enabled or disabled in one click, and can inject their code in different game loop stages, e.g. after drawing all the objects, leaving a room, or when a new object is created. See More
Cosmo Myzrail Gorynych
Top Pro

Applicable to most genres

ct.js aims to be a general game engine and provides tools in making games of any genre. See More
Monika
Cosmo Myzrail Gorynych
Top Pro

Dialogue and visual novel system with support for Yarn

A module ct.yarn allows developers to import a YarnSpinner project to create branching, data-driven dialogues and visual novels. An example is also bundled with ct.js. The dialogue tree is made in a separate app, though. See More
Cosmo Myzrail Gorynych
Top Pro

Real-time particle system editor

v1.3 brings a particle system editor, which displays a preview sprite for proper attachment of emitter to visual elements, and allows combining more than one emitter with different particles into one effect. With these, even the creation of complex, multi-step effects becomes easy. The editor comes with dozens ready-made textures for faster prototyping. See More
Specs
License:MIT
Languages:JavaScript
Dev platforms:Windows, OSX, Linux
Desktop targets:Windows, OSX, Linux, HTML5
See All Specs
HideSee All Experiences
14 0

Tombstone Engine

All
13
Experiences
Pros
9
Cons
3
Specs
CooperativeJabru
Top Con

Only available to big studios

See More
Monika
Slimothy
Top Pro

Complete access to high quality C++ source code

Tombstone gives full access to the clean and professional C++ source code allowing editing and upgrading anything in the system. See More
Slimothy
Top Con

Small community

See More
Slimothy
Top Pro

Reliable, fast and well optimized

See More
Slimothy
Top Con

Lacks D3D support

See More
Slimothy
Top Pro

No royalties

See More
Slimothy
Top Pro

Lots of learning resources

Including extensive documentation both in code as well as online along with a wiki, tutorials and a demo game. See More
Slimothy
Top Pro

Extending engine's functionality is straightforward

Due to the well-organized, highly modular design of the engine adding custom functionality is easy. See More
Slimothy
Top Pro

Full-featured and modern

Comes integrated with support for physics, audio, networking, input devices, resource management as well as modern features such as real-time shadows, horizontal mapping, voxel-based terrain, dynamic lighting, post-processing effects and much, much more. See More
Slimothy
Top Pro

Lifetime engine updates

See More
Monika
Slimothy
Top Pro

Supportive community

Tombstone has a small, tight-knit community that's well educated and professional. Eric Lengyel, the main developer, can often be found giving thorough advice to users on the forums. See More
Slimothy
Top Pro

Proven to be a capable engine

See More
Specs
Dev platforms:Windows; OSX; Linux
HideSee All Experiences
12 8

Skyline

All
26
Experiences
Pros
19
Cons
6
Specs
Slimothy
Top Con

Currently limited to targeting PC

Mobile targets are planned. See More
Slimothy
Nathan Abel
Top Pro

Great tech support and friendly community

A growing community that is always helpful with dev response times averaging less then 24 hours. Often less than 12. See More
Monika
RespectfulAlastor
Top Con

Free Version currently not available/severely limited when available.

The free version has massive amounts of features functionality removed, including the ability to compile anything standalone. The free version is currently (as of November 2017) not available until the next major release. Note: some of what is below is open to change, this is the coming set of changes. The price will be jumping from $40 to £99.99 ($132.32) for the lowest tier able to build a standalone. This tier will not be able to remove the engine splash screen. The next tier will be £199.99 ($264.66). See More
Slimothy
Top Pro

Comprehensive WYSIWYG editor

Skyline provides a straightforward drag and drop development environment that can be customized to suit individual preferences. Playing the game and animating the scene can be done from within the editor at any time. Future versions will allow extending editor's functionality with plugins and offer an official way of trading custom plugins. See More
Slimothy
Top Con

No C++ SDK

See More
Slimothy
Top Pro

Highly affordable licensing

Skyline's commercial edition costs just £40, has no royalties or earning limitations and includes 2 activations per license purchase and a year of free updates. See More
Liam Gibbins
Slimothy
Top Con

Small community

There is a small but helpful community that are constantly creating video tutorials and one member is creating a FREE ebook to make the transition to the engine simpler. See More
Slimothy
Top Pro

Runs well on lower end machines

Skyline can be run on a machine with 2GHz Dual Core CPU, 2GB of RAM and Nvidia's 9800 GT (or equivalent) GPU. While, obviously, higher specs are recommended, it's reasonable to expect around 60fps on small scenes with these specs. See More
Slimothy
Top Con

Still in beta

Not all features are fully implemented yet. See More
Laura Kyle
Liam Gibbins
Slimothy
Top Pro

Excellent terrain editor

The Terrain editor is easy to use and will include features such as hole cutting. There is a differed lighting render for internal scenes, which makes creating multi light and beautiful/atmospheric scenes so much easier. All the tools for the terrain are in one place such as placing road/paths, vegetation, billboards, and the settings are easy to locate and change. Planned features include: Hole cutting in terrain and Terrain paging. See More
HardwareHero
Liam Gibbins
Slimothy
Top Con

Lacks occlusion culling and lightmapping

This is been added in a future update, however a date of this update hasn't been given yet. See More
Slimothy
Nathan Abel
Top Pro

Low learning curve

Making a game in the current top engines is hard work, making something small and basic in Skyline is not. Easy to learn drag an drop model placement and editing supplemented with easy to follow video's on forum make the process straightforward. See More
Liam Gibbins
Slimothy
Top Pro

Full global illumination

Including image based lighting. See More
Slimothy
Top Pro

Has a free version

A free version that's limited to non-commercial usage and lacks a few features is available. See More
Slimothy
Nathan Abel
Top Pro

Impressive water render

Rendering of a water plane looks fantastic and is easily edited for different effects. See More
Laura Kyle
Liam Gibbins
Slimothy
Top Pro

Artist-friendly

The schematic editor is designed to make it easier for non-programmers to create games. See More
Slimothy
Nathan Abel
Top Pro

Asset store

Not much in it at the moment but is starting to grow and will continue to grow with an increase of users. See More
Laura Kyle
Liam Gibbins
Top Pro

Constant development and regular updates

There are many additions to the engine that are on the road map such as multi threading and tree physics. The feature list is constantly evolving with each user request and idea put forth. See More
Jayce Young
Slimothy
Simon Harwood
Top Pro

Support for custom editors

Skyline has a custom editor that gives the user of making their own tools for use directly in the editor to develop their games. All the editors are made using the Qt Designer and programmed in lua inside the engine itself. See More
Slimothy
Top Pro

OSVR support announced

Open-Source Virtual Reality support is in development. See More
Liam Gibbins
Top Pro

More editor's

Shadow editor. Weapon Class Editor. Mesh Editor. Advanced Mesh Editor. GUI Editor. Script Editor. Environment Editor (volumetric clouds and day night cycle, lightening, ocean settings, height fog). Particle Editor. Path editor. Schematic editor. Navmesh editor. Material editor. See More
Laura Kyle
Liam Gibbins
Top Pro

Lots of learning resources

The documentation is been rewritten and follows a structure like a course. Introduction to > Level designer with examples > Artists There is also video tutorials, video examples and video tutorial series been produced. There are user created demo scenes, examples and more. See More
Liam Gibbins
Top Pro

Visual GUI/HUD Dditor

Making HUDs and GUIs has never been easier See More
Liam Gibbins
Top Pro

PBR Workflow

Full PBR workflow, your not stuck to Secular or Metallic it has both See More
thermoplastics
Coby J
Top Pro

One on one private support with engine developers

Can contact the Skyline developers and they will always respond and help as fast as they can. See More
Specs
Dev platforms:Windows
Desktop targets:Windows
Mobile targets:-
Supported languages:C++; C#; Lua
See All Specs
HideSee All Experiences
21 14

BYOND

All
7
Experiences
Pros
4
Cons
2
Specs
Endi Sukaj
Top Pro

Helpful community

BYOND's community is relatively large and extremely helpful. Any question a beginner or an experienced user may have is quickly answered. See More
AdventurousXolotl
Belle
lempamo
Top Con

Highly supports multiplayer, but can make solo games ready for download.

See More
Endi Sukaj
Top Pro

Easy to use

The software itself is very easy to learn and use for beginners. See More
thermoplastics
Tyruswoo
lempamo
Top Con

Exclusive programming language

The language is known as DM, and is modified using Dream Maker. It is an object oriented, interpreted language, which closely resembles C++, Java and PHP. More information available in the DM Guide. See More
Endi Sukaj
Top Pro

In active development

BYOND is in active development and updates are released constantly. See More
AdventurousXolotl
Top Pro

Large Community

Fairly large player base and multiple games to play. See More
Specs
License:Proprietary
Price:Free to use. Free to publish your games.
Languages:DM
Dev platforms:Windows
See All Specs
HideSee All Experiences
29 2

Armory3D

All
12
Experiences
Pros
7
Cons
4
Specs
Svjatoslavs Krasnikovs
CheerfulHendursaga
Tanmay Khelkar
Top Pro

Runs inside Blender

Does everything in the same application. No exporting-importing assets, make a cube, hit run, cube appears, make a character, hit run, the character appears! See More
JollyThaumas
Top Con

Good looking but a terrible choice for any serious development

Terrible lack of support and lack of a serious delivery strategy. Multiple breaking changes to the master branches (usually the only branch actually) from the core projects as well as the myriad of dependencies it uses make it a nightmare to have something stable to create with. Might be good for prototyping if you stick to the releases, but stay away if you are planning to create something serious See More
Tanmay Khelkar
Top Pro

Node based programming and materials support

See More
ReliableAnu
Top Con

Not much developers use it

Armory3d seems to be quite exotic and it should be hard to find developers to help in projects See More
GutsyKarewit
Top Pro

Free and open source

See More
HealthyShahar
Top Con

Lack of documentation

See More
Svjatoslavs Krasnikovs
CheerfulHendursaga
GutsyKarewit
Top Pro

Export to multiple platforms

Export to all platform that Kha supports. See More
Tanmay Khelkar
Top Con

Still in development

See More
GutsyKarewit
Top Pro

Lightweight

See More
Tanmay Khelkar
Top Pro

State of the art physically based rendering

Physically based Cycles material nodes Voxel-based global illumination Temporal anti-aliasing Tessellated displacement Screen-space raymarching HDR pipeline See More
DynamicDamasen
Top Pro

Easy to use

See More
Specs
License:MIT
Dev platforms:Windows; OSX; Linux;
Desktop targets:Windows; OSX; Linux;
Mobile targets:Android; iOS;
See All Specs
HideSee All Experiences
34 4

GDevApp

All
11
Experiences
Pros
8
Cons
2
Specs
Endi Sukaj
4ian
Top Pro

Quickly add behaviors to objects

Prebuilt behaviors can be added to objects. This is a very efficient way to add a physics engine or make a platformer game. Lots of behaviors are included, from the most advanced (Physics, platformer, top-down movement) to really simple ones (like the behavior to destroy objects when outside the screen or the one to drag objects with mouse or touch). See More
4ian
Andrew Wooldridge
Top Con

Depends on a hosting service

If the website goes down or closes down, you'll no longer be able to develop your games using this system (but you can download a backup of your game from time to time and open it with GDevelop). See More
Endi Sukaj
4ian
Top Pro

Powerful events system to create games without programming

No need for coding using this system which is clear and powerful: events are composed of conditions and actions. Actions are launched when conditions are fulfilled. This is a very beginner-friendly way of making games and is still efficient for advanced usage, contrary to most other "block"/"drag'n'drop" systems. See More
Endi Sukaj
Top Con

Cannot deploy native games

For now, games developed with GDevApp can only be deployed for the Web. Android deployment is in the works, but even then, they won't be native since they are built with web technologies. See More
Alex
Juan Alexander Castillo Arjona
Top Pro

Intuitive interface

See More
4ian
Top Pro

Based on GDevelop

The entire webapp is based on GDevelop, an open source native game development software available for Windows & Linux, so it benefits from its advanced development. See More
Slimothy
Andrew Wooldridge
Top Pro

Can download an archive of the game source

Even though the tool depends on having a server up and running, you can download a copy of your game to run locally, or host somewhere else. See More
Endi Sukaj
Kunal Booch
Top Pro

Great UI

Sleek and user-friendly UI. See More
4ian
Top Pro

Can export your game as HTML5 and for Android

Games can be packaged for Android without relying on any third party tool. You can also export your game and download it to host it on your server or let it be hosted on GDevApp.com. See More
Alex
ExceptionalMalakbel
Top Pro

Shallow learning curve

See More
Specs
Languages:none
Dev platforms:Web
Desktop targets:none
Mobile targets:Android (planned)
See All Specs
HideSee All Experiences
39 5

Babylon.js

All
7
Experiences
Pros
4
Cons
2
Specs
Laura Kyle
Matuska László
Top Pro

Small (but helpful) community

Thanks to the increasing popularity of Babylon, it has a growing community of helpful developers. It's easy to find help on their forum. See More
Laura Kyle
Top Con

Young project

Babylon is quite young compared to many of it's competitors (released in 2013). The community is still somewhat small, however growing quickly. See More
Laura Kyle
Slimothy
Top Pro

A good amount of easy to understand resources to learn from

Babylon provides a playground where you can explore examples and play with the code. The official documentation offers a wide variety of well-written tutorials on topics from beginner to advanced. Additionally, there are many tutorials written by the community available that you can find by doing a google search. See More
Paolo
Matuska László
Top Con

Still evolving

See More
Paolo
Matuska László
Top Pro

Great base shader material

See More
Laura Kyle
Top Pro

Actively developed

Babylon has great project health, with activity on Github daily for bug fixes and new features. See More
Specs
Rendering:Physically based rendering
Special FX:particles, postprocesses, lens, glow, etc..
Tech:WebGL1/2 + JavaScript or TypeScript
HideSee All Experiences
170 18

GDevelop

All
17
Experiences
Pros
11
Cons
5
Specs
4ian
Slimothy
Otto Robba
Top Pro

Free and open-source

GDevelop's runtime libraries are MIT licensed. It can be used freely for projects of any type and there are no royalties associated with publishing games developed with GDevelop. See More
Monika
S64-D46
Jason
Top Con

Still needs more tutorials

It has not bad documentation and forum but still needs more tutorials (although there are some good examples to learn from). See More
4ian
Top Pro

Easy to use

The whole interface is intuitive and easy to learn: each part of the game can be designed using visual editors. The objects editor is used to create the objects of the game, the scene editor help you to build the levels of your game and the events editor allows to give life to the whole game without programming. See More
CapableDamasen
Top Con

It's very slow

Although suggested otherwise, GDevelop doesn't compile the games - it just adds wrappers so each OS can run the HTML5 game it creates. That means it runs much, much slower than other engines that do compile games. See More
4ian
Top Pro

Powerful events system to create games without programming

No need for coding using this system which is clear and powerful: events are composed of conditions and actions. Actions are launched when conditions are fulfilled. This is a very friendly way of making games and is still efficient for advanced usage, contrary to most other "block"/"drag'n'drop" systems. See More
S64-D46
Monika
Top Con

No support for atlas/tilemap and sprite sheet

At this point, you need to separate the tileset maps or character animation sprite sheet before importing it to the engine, but the developers are working on this feature. See More
Slimothy
Todor Imreorov
Top Pro

Open source plugin SDK

The plugin SDK is open source, so if you want to extend it, you can. See More