Godot

Revision as of 19:24, 22 January 2026 by Admin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



Godot is free and open source video game engine akin to GameMaker and Unity. It can be used to make a wide variety of 2D and 3D games. The engine came into the tennis spotlight when player infinitysnapz began using it to make complex 3D visuals alongside other modelers like Blender.

The logo for Godot.

https://godotengine.org/

Usage

Godot uses GDScript as its main programming language. Godot also has support for C# as well as C and C++ through a plugin called GDExtension.