#godot #demo #demos #quickstart #projects

Hugo Locurcio db745e5e59 Add SMAA option to the 3D antialiasing and graphics settings demos (#1278) 2 weeks ago
.github 156044e6dd Bump actions/checkout from 5 to 6 (#1281) 3 weeks ago
2d 245cbfc66a Revert engine version to 4.5 for demos with upgraded TileMapLayer 1 month ago
3d db745e5e59 Add SMAA option to the 3D antialiasing and graphics settings demos (#1278) 2 weeks ago
audio 6a0325b0b8 Fix URLs and remove `--base` from Lychee CI workflow 1 month ago
compute 520b4a7870 Improve style in many demos (#1263) 2 months ago
gui 6a0325b0b8 Fix URLs and remove `--base` from Lychee CI workflow 1 month ago
loading 520b4a7870 Improve style in many demos (#1263) 2 months ago
misc 51fadd795c Link C# version in Squash the Creeps demo README (#1274) 1 month ago
mobile 520b4a7870 Improve style in many demos (#1263) 2 months ago
mono 51fadd795c Link C# version in Squash the Creeps demo README (#1274) 1 month ago
networking 520b4a7870 Improve style in many demos (#1263) 2 months ago
plugins 0ae09b7e5a Overhaul silly material creator plugin demo (#1261) 2 months ago
viewport 520b4a7870 Improve style in many demos (#1263) 2 months ago
xr 6a0325b0b8 Fix URLs and remove `--base` from Lychee CI workflow 1 month ago
.clang-format 84eabb3cf7 Add `.clang-format` and use it to format shader files (#1249) 2 months ago
.editorconfig 40aec7c068 Update README for the new 3.2 branch 4 years ago
.gitattributes fe9fd7d7e4 Update gitignore for 4.x and add gitattributes 5 years ago
.gitignore 90f309174d Add Sprite3D and AnimatedSprite3D demo (#1191) 7 months ago
.lycheeignore 8a582321ae Skip Shadertoy in Lychee URL checks (#1267) 1 month ago
CONTRIBUTING.md 78c04bbd28 Migrate contributing guidelines to the contributing docs (#1246) 2 months ago
LICENSE.md 83af3223df Change copyright year to "present" in LICENSE.md 2 years ago
README.md 6a0325b0b8 Fix URLs and remove `--base` from Lychee CI workflow 1 month ago
file_format.sh fe9fd7d7e4 Update gitignore for 4.x and add gitattributes 5 years ago

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.
    • 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.

Useful links

License

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