Official EU-hosted mirror of the Godot Engine GitHub demos repository, provided as backup and for anyone who cannot access GitHub due to US trade restrictions.

Rémi Verschelde a6ae6f64be Update README for new branches, matches Godot upstream 2 лет назад
.github 3bf7046184 FUNDING, issue template files, and update gitignore 5 лет назад
2d 19584aae6a [3.1] Update README for the new 3.2 branch 4 лет назад
3d 9975c95065 Update Finite State Machine demo 5 лет назад
audio 4d10544dd9 Remove BPM Sync demo from the 3.1 branch 5 лет назад
gui 84c8d6ef69 Update and improve GUI demos 5 лет назад
loading 463da9948f Update and improve background load demo 5 лет назад
misc c90a251445 Update the rest of the misc demos to Godot 3.1.2 5 лет назад
mono 4f5f0ec1a9 Update all Pong demos to Godot 3.1.2 and conform to style guides 5 лет назад
networking 19584aae6a [3.1] Update README for the new 3.2 branch 4 лет назад
plugins 7e96ba1a6a Update plugin demos 5 лет назад
viewport cb5906aea3 Slightly improve the GUI in 3D demo 5 лет назад
visual_script 4f5f0ec1a9 Update all Pong demos to Godot 3.1.2 and conform to style guides 5 лет назад
.editorconfig 19584aae6a [3.1] Update README for the new 3.2 branch 4 лет назад
.gitattributes 19584aae6a [3.1] Update README for the new 3.2 branch 4 лет назад
.gitignore 19584aae6a [3.1] Update README for the new 3.2 branch 4 лет назад
LICENSE.md 19584aae6a [3.1] Update README for the new 3.2 branch 4 лет назад
README.md a6ae6f64be Update README for new branches, matches Godot upstream 2 лет назад

README.md

Godot demo projects

Each folder containing a project.godot file is a demo project meant to be used with Godot Engine, the open source 2D and 3D game engine.

Godot versions

  • The master branch is compatible with Godot's master development branch (next 4.x release).
  • The 3.x branch is compatible with Godot's 3.x development branch (next 3.x release).
  • The other branches are compatible with the matching stable versions of Godot:
    • 4.0 branch for Godot 4.0.x.
    • 3.5 branch for Godot 3.5.x.
    • 3.4 branch for Godot 3.4.x.
    • 3.3 branch for Godot 3.3.x.
    • 3.2 branch for Godot 3.2.x.
    • 3.1 branch for Godot 3.1.x.
    • 3.0 branch for Godot 3.0.x.
    • 2.1 branch for Godot 2.1.x.

Importing all demos

To import all demos at once in the project manager:

  • Clone this repository or download a ZIP archive.
    • If you've downloaded a ZIP archive, extract it somewhere.
  • Open the Godot project manager and click the Scan button on the right.
  • Choose the path to the folder containing all demos.
  • All demos should now appear in the project manager.

Useful links

License

Those demos are distributed under the terms of the MIT license, as described in the LICENSE.md file.