Godot Engine is a feature-packed, cross-platform game engine written in C++ that enables developers to create both 2D and 3D games from a unified interface. The engine provides comprehensive common tools designed to let users focus on game development without reinventing foundational systems. Games built with Godot can be exported with a single click to major desktop platforms including Linux, macOS, and Windows, as well as mobile platforms such as Android and iOS, web-based platforms, and consoles.
The project is completely free and open source under the MIT license, with no royalties or licensing strings attached. Godot's development is fully independent and community-driven, supported by the Godot Foundation as a not-for-profit organization. The engine was originally developed in-house by Juan Linietsky and Ariel Manzur for several years before being open sourced in February 2014, at which point it had already been used to publish several commercial titles.
GitGenius tracking data reveals that Godot maintains an exceptionally active development community. The repository has accumulated 113,621 stargazers as of the most recent measurement. The project demonstrates strong responsiveness to community engagement, with a median issue and pull request response latency of 0.6 hours across 6,724 tracked items, though the mean response time extends to 29.8 hours. The most active issue labels tracked by GitGenius are bug reports with 4,728 items, editor-related topics with 2,150 items, and archived issues with 1,712 items.
The core development team shows concentrated activity among key contributors. AThousandShips leads with 13,085 tracked events, followed by Calinou with 6,905 events and akien-mga with 5,972 events. These contributors form the backbone of the project's triage and maintenance efforts. The repository's contributor base overlaps significantly with other major open source projects, with GitGenius identifying shared contributors with microsoft/vscode, microsoft/typescript, and rust-lang/rust, indicating cross-pollination between the game engine community and broader software development ecosystems.
The engine's feature set encompasses 2D graphics, 3D rendering, visual scripting, a scene system, animation tools, physics simulation, and asset management capabilities. C# support is integrated into the platform, providing developers with multiple scripting options. The project maintains official documentation hosted on Read the Docs, with the documentation itself maintained in a separate GitHub repository. Official demo projects are available in their own repository, and the community has compiled extensive learning resources including tutorials, videos, and community-contributed materials accessible through the project's community channels and the Godot Contributors Chat.