#godot #demo #demos #quickstart #projects

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

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.