finds.dev← search

// the find

godotengine/godot

★ 112,492 · C++ · MIT · updated Jun 2026

Godot Engine – Multi-platform 2D and 3D game engine

Godot is a fully open-source, MIT-licensed game engine for 2D and 3D games, actively developed by a large community with no corporate strings attached. It targets indie and hobbyist developers who want Unity-like tooling without the licensing drama. At 112k stars and daily commits, it's not a toy.

GDExtension lets you write native C/C++/Rust extensions against a stable ABI without recompiling the engine — a real architectural win over the old GDNative approach. The scene system is genuinely well-designed: everything is a node tree, composition is first-class, and it clicks faster than Unity's GameObject/Component model for most game structures. The build system (SCons + custom Python tooling) handles cross-compilation to 8+ platforms from one codebase, including web via Emscripten and consoles via certified third-party exporters. MIT license with no royalties or per-seat fees means you own your game and your pipeline unconditionally.

3D is still catching up to Unity and Unreal — global illumination via LightmapGI works but has bake times and quality limitations that would push serious 3D titles elsewhere. GDScript is convenient but slow for CPU-heavy logic; you end up reaching for C# or GDExtension sooner than the docs suggest. The C# support (via .NET) is a second-class citizen: it ships as a separate editor build, hot reload is flaky, and mobile export has historically lagged the GDScript builds. Console exports require going through certified third-party contractors, which adds cost and opacity — not something you discover until you're already committed.

View on GitHub → Homepage ↗

// want more like this?

We dig through GitHub every week and send a few repos picked for what you actually care about — each with an honest take like this one.

Get finds in your inbox → Search again →