#godot #demo #demos #quickstart #projects

Aaron Franke c33ce26a93 Merge pull request #483 from fire/extended-physics-tests há 5 anos atrás
.github b6c0283c22 Switch continuous integration from Travis CI to GitHub Actions há 5 anos atrás
2d 1ae23b63aa Merge pull request #493 from Calinou/2d-platformer-font-disable-aa há 5 anos atrás
3d c33ce26a93 Merge pull request #483 from fire/extended-physics-tests há 5 anos atrás
audio c13e56662f Clean up unused and outdated environment files há 5 anos atrás
gui 189d6ac9b4 Misc fixes and tweaks to many demos há 5 anos atrás
loading 189d6ac9b4 Misc fixes and tweaks to many demos há 5 anos atrás
misc 5215bc00f8 Remove useless "_find_free_pointer_id" method in Multitouch View há 5 anos atrás
mono 006309bd6f Many tweaks thanks to IAmActuallyCthulhu há 5 anos atrás
networking 006309bd6f Many tweaks thanks to IAmActuallyCthulhu há 5 anos atrás
plugins 006309bd6f Many tweaks thanks to IAmActuallyCthulhu há 5 anos atrás
viewport 189d6ac9b4 Misc fixes and tweaks to many demos há 5 anos atrás
visual_script 5215bc00f8 Remove useless "_find_free_pointer_id" method in Multitouch View há 5 anos atrás
.gitignore ed2348080c Convert the Screen Space Shaders demo back to GLES 3 há 5 anos atrás
LICENSE.md 35d44b5d85 Remove trailing space characters in the formatting script há 5 anos atrás
README.md abe1b0f367 Add instructions on importing all projects at once in the README há 5 anos atrás
format.sh d29fc74ae8 Merge pull request #481 from Calinou/switch-to-github-actions há 5 anos atrás

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 the latest stable Godot version (currently 3.2).
  • If you are using an older version of Godot, use the appropriate branch for your Godot version:

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