Mirror of godotengine/godot-demo-projects
  • GDScript 89%
  • C# 9.4%
  • JavaScript 0.7%
  • GLSL 0.5%
  • Shell 0.2%
  • Other 0.2%
Find a file
2026-03-03 12:52:49 +01:00
.github Update web exports to Godot 4.5.1 (#1290) 2025-12-30 19:53:58 -08:00
2d Update all demos for Godot 4.6, fix Global Illumination demo 2026-02-10 23:56:35 +01:00
3d Improve Truck Town demo 2026-03-02 19:03:19 +01:00
audio Update all demos for Godot 4.6, fix Global Illumination demo 2026-02-10 23:56:35 +01:00
compute Update all demos for Godot 4.6, fix Global Illumination demo 2026-02-10 23:56:35 +01:00
gui Update all demos for Godot 4.6, fix Global Illumination demo 2026-02-10 23:56:35 +01:00
loading Update all demos for Godot 4.6, fix Global Illumination demo 2026-02-10 23:56:35 +01:00
misc Update all demos for Godot 4.6, fix Global Illumination demo 2026-02-10 23:56:35 +01:00
mobile Update all demos for Godot 4.6, fix Global Illumination demo 2026-02-10 23:56:35 +01:00
mono Update all demos for Godot 4.6, fix Global Illumination demo 2026-02-10 23:56:35 +01:00
networking Update all demos for Godot 4.6, fix Global Illumination demo 2026-02-10 23:56:35 +01:00
plugins Update all demos for Godot 4.6, fix Global Illumination demo 2026-02-10 23:56:35 +01:00
viewport Update all demos for Godot 4.6, fix Global Illumination demo 2026-02-10 23:56:35 +01:00
xr Update all demos for Godot 4.6, fix Global Illumination demo 2026-02-10 23:56:35 +01:00
.clang-format Add .clang-format and use it to format shader files (#1249) 2025-09-22 16:15:54 +02:00
.editorconfig Update README for the new 3.2 branch 2021-04-14 13:46:19 -04:00
.gitattributes Update gitignore for 4.x and add gitattributes 2020-10-01 14:22:45 -04:00
.gitignore Add Sprite3D and AnimatedSprite3D demo (#1191) 2025-04-24 17:45:14 +02:00
.lycheeignore Skip Shadertoy in Lychee URL checks (#1267) 2025-10-20 16:02:04 -07:00
CONTRIBUTING.md Migrate contributing guidelines to the contributing docs (#1246) 2025-09-30 08:43:17 -07:00
file_format.sh Update gitignore for 4.x and add gitattributes 2020-10-01 14:22:45 -04:00
LICENSE.md Change copyright year to "present" in LICENSE.md 2023-04-04 16:08:03 +00:00
README.md Fix URLs and remove --base from Lychee CI workflow 2025-11-03 22:34:09 -08:00

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.
    • Click here to see all branches.
    • For example, the 2.1 branch is for demos compatible with 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.

Try the demos in your browser

Most of the demos are exported to GitHub Pages. They can be viewed here.

Note: The performance of Godot in a browser is lower than natively on desktop. For the best performance, consider downloading the demos.

License

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