When comparing O3DE (previously Lumberyard) vs AppGameKit 2.0, the Slant community recommends AppGameKit 2.0 for most people. In the question“What are the best 3D game engines?” AppGameKit 2.0 is ranked 13th while O3DE (previously Lumberyard) is ranked 14th. The most important reason people chose AppGameKit 2.0 is:
The AppGameKit Basic can now export to HTML5.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro No royalty charges and completely free
Pro Amazon has announced 3 in house games using it developed from Amazon Game Studios
As a proof of how much Amazon is committed to the project.
Pro Advanced VR support and VR Samples to bootstrap your project
Advenced stereoscopic reprojection to save rendering time.
Pro Landscape editor
Sculpting and painting tools for terrain and instanced details.
Procedural generation of terrain.
Pro Roads and Rivers tool
Built-in support for roads and rivers to ease the design of rich game environments.
Pro Free development license, including source code
Full source code for Engine Editor and every tool.
Pro Easy to create full realistic natural environments
Thanks to built-in terrain, time of day, ocean and volumetric fog systems. There is also a gfx pack with various environmental meshes, cloud, particles, materials and skyboxes.
Pro Very lightweight and scalable entity component system
Multiple entity contexts, reflection, serialization, replication, script binding, event bus (EBus) messaging, fully cascading prefabs (slices).
Every reflected property can be fully exposed in the editor with a customizable gui control and can be animated in the built in animation tools.
Pro Cloud gems
Online oriented plugins composed by both client, server and administration components to easily add various online capabilities without further work (es leaderboards, login, message of the day, downloadable contents).
Since version 1.7 they has been released at a steady rate.
Pro In-editor 3D modeling tool for fast level prototyping
Very advanced 3D prototyping tool with many modeling features and UV mapping support available. If you want you can build any kind of fully textured static mesh without relying on external tools.
Pro Total Illumination v2 Realtime GIobal Illumination
Realistic looking lighting bounces.
It doesn't require long offline precomputation times like other static and dynamic GI solutions based on lightmaps or other similar techniques.
Pro Uses AWS cloud
Other than common aws functionality it supports game specific Game Lift for autoscaling game servers.
Pro Slices a very powerful nested prefab system with hierarchical property inheritance
Modular workflow and flexible cascaded propagation of changes.
Pro Modular system
To easy add and remove modular functionalities to a project and easy share them.
Modules are called Gems and can contain code and/or assets.
Pro Very Flexible Base Shader with many built in techniques
Tessellation and Displacement.
Various Parallax Mapping techniques(POM siluette).
Translucency and Sub surface scattering.
Detail Mapping.
Material Blending.
Emission.
Advanced uv transformation and animation.
Pro Rendering of volumetric fx with full light and shadows support
Global environmental volumetric fog and/or hand placed custom shaped volumes with featuring full lighting and shadows.
Pro High quality free assets packs
Amazon made available a selection of triple A quality scenes filled with high quality assets.
Pro Specular reflection antialiasing
Implements the most recent technique available (published in 2017) from Anton Kaplanyan.
Pro Flexible uber shaders with cache and hot reloading
You can modify shaders while testing the game.
Shader files are modular and annotated to setup the material editing gui and filter out mutually exclusive options. All shader permutation are compiled almost instantly from the asset processor and cached for later use.
Pro Built-in Twitch support even by visual scripting
You can create games that react to keywords entered in a designated Twitch channel and let streamers to invite targeted viewers into their game sessions on demand with ease.
Pro WWise LTX Audio
It is still possible to use the non LTX version with few changes.
Pro Lua scripting with the built-in IDE
Built-in Lua editor with remote debugger to debug Lua scripts running in any device.
Pro Virtual file system with live reload on any device
Optimized versions of assets can be streamed live to any device connected over the network.
This makes possible to implement asset types that hot reloads reducing drastically the time to test new content and little changes on device.
Pro Every aspect of the engine is made with scalability in mind
Multiple grain of control over any kind of engine setting and various kind of Lod systems. Settings can be grouped and applied in batch.
Pro Is the first engine to feature SpeedTree 8
Pro Perforce versioning system pre-integrated with the tools
Perforce also comes with a free version for a limited number of team members.
Pro Cutting edge character shaders
Has skin shaders with subsurface scattering and weighted wrinkle maps, eye shaders with refraction parallax, hair with anysotropic specular reflections, etc.
Pro Order independent transparencies
A must for problematic things like hair , vegetation and scenes with complex solid transparent objects(es glass of water with ice cubes).
Pro Implements the state of the art for Temporal Antialiasing from NVIDIA Research
Special iteration of Temporal AA to battle the ghosting issue omnipresent in engines using other Temporal AA techniques.
Pro New Fbx Importer adds support for every software exporting in fbx
It now works for both static models and animations and support advanced setups(es lods and physics).
Pro Full HDR renderer path with output support for HDR tv standards
Updated renderer pipeline to leverage the full spectrum of precision, luminosity and image processing features of the latest HDR tv.
Pro Cinematic multitrack tool with full featured animation editing
Animation Spline editor supporting huge range of keyframing and tangent editing tools.
Pro Advanced in-game UI with 2D and 3D placing
The UI uses the entity component system so it's fully modular and easily expandable. The UI is easily skinnable and supports border scaling images (scale 9). Powerful layouting system supporting multiple screen resolutions. Being based on the entity system every property can be fully animated.
It is elegantly managed in a separate entity context so it doesn't get messed up with other kind of entities and their components like in other engines, but it's fully decoupled communicating with entities in other context on specific event buses.
Pro Full source code repository with updated development branch now on GitHub
See here.
Pro HTML5 support
The AppGameKit Basic can now export to HTML5.
Pro Cross platform
Supports developing games for Android, iOS, PC, Mac, Linux and now HTML5.
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.
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.
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.
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.
Pro Easy basic programming
Program in tier 1 BASIC programming for every 3D game need.
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.
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)
Pro Support
Informed, timely and intelligent feedback from the AGK forum.
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.
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.
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.
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++
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.
Pro Performance
Cons
Con Some Legacy systems are still incompatible or not fit well with the new entity component system
At first it is common to try a feature and then understand that it is meant to work with the legacy system and not with the newest one.
Legacy systems get replaced or updated to work well with the new entity component system in every new version, but there is still some work to do.
One example for all Flow Graph visual scripting is meant for the legacy entity and Script Canvas is the visual scripting conterpart for the new entity system, but it is still not available at the moment.
Con No source code repository with updated development branch (requests for Github support currently pending)
You need to wait up to 30 or 60 days for fixes as they are shipped with the next official release.
There is no comfortable way to submit fixes and changes to the engine as the forum is the only tool for sharing code.
Con CryEngine with AWS plugins
Con Restrictive virtual buttons
"AppGameKit" does not grant editing the very basic parameters of virtual buttons such as font and text size. The only method some people suggest is to use an image for every single "button".
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.
Con BASIC language
Even though it supports C++, it's mostly C++ mapped to BASIC without OOP.
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).