#godot #demo #demos #quickstart #projects

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

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.