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 3e4f49cef7 Update README for new branches, matches Godot upstream 1 年之前
2d 9ac0b6f58b [3.0] Update README for the new 3.2 branch 3 年之前
3d 86bf5060b3 Use an higher FOV value in demos 6 年之前
audio 453405031c Added MicRecord demo 6 年之前
gui 03ba4fc1df Make some demos work again, reimport 6 年之前
misc ef5cec6aaf Remove "background load" demo from the 3.0 branch 5 年之前
mono 7206f2d1f4 mono demo for dodge the creeps tutorial 6 年之前
networking 9d66e8f2ef Code cleanup 6 年之前
plugins 9d66e8f2ef Code cleanup 6 年之前
viewport 86bf5060b3 Use an higher FOV value in demos 6 年之前
visual_script 03ba4fc1df Make some demos work again, reimport 6 年之前
.editorconfig 9ac0b6f58b [3.0] Update README for the new 3.2 branch 3 年之前
.gitattributes 9ac0b6f58b [3.0] Update README for the new 3.2 branch 3 年之前
.gitignore 9ac0b6f58b [3.0] Update README for the new 3.2 branch 3 年之前
LICENSE.md 9ac0b6f58b [3.0] Update README for the new 3.2 branch 3 年之前
README.md 3e4f49cef7 Update README for new branches, matches Godot upstream 1 年之前

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.