O3DE (Open 3D Engine)
An open-source, general-purpose 3D game engine governed under the Linux Foundation. Originated as Amazon’s Lumberyard (itself a fork of CryEngine), then open-sourced as O3DE and substantially rewritten by the community. Anchors the fully-open / no-royalty end of this wiki’s landscape — contrast the royalty-based unreal-engine and subscription-based unity-engine.
Release 26.05 (the ingested source)
A stability-focused release — “hundreds of patches” resolving community-reported issues. Notable items:
- Open Particle System — a new multi-threaded, high-performance VFX gem (in preview) with a dedicated editor.
- C++ Component Dialog — an in-Editor tool that generates boilerplate for new engine components.
- CMake now bundled with the engine — no separate CMake install needed for Windows / Linux builds.
- Legacy cleanup — PhysX4 and other outdated systems being deprecated to cut technical debt.
- Raised minimum specs — quad-core CPU + 16 GB RAM minimum; hexa-core + 32 GB recommended.
Sourced from GameFromScratch’s release write-up (fetched 2026-05-31). The “gem” architecture (modular engine features) is O3DE’s signature extensibility model.
Related
unreal-engine · unity-engine · synthesis