

Desktop platforms Linux, macOS, and Windows, distributed on the website, on Steam, and on Itch.The Godot editor, used for creating Godot games, supports the following platforms: The website provides binaries only for the editor platforms, and exporting projects to other platforms is done within the Godot editor. The engine supports deployment to multiple platforms and allows specification of texture compression and resolution settings for each platform. This storage solution is intended to facilitate collaboration between game development teams using software version control systems.

All game resources, including scripts and graphical assets, are saved as part of the computer's file system (rather than in a database). Nodes are organized inside of "scenes", which are reusable, instanceable, inheritable, and nestable groups of nodes. The engine's architecture is built around the concept of a tree of "nodes". It allows developers to create a game, needing no other tools beyond those used for content creation (visual assets, music, etc.). Godot aims to offer a fully integrated game development environment.
