#godot #demo #demos #quickstart #projects

Aaron Franke 8d9d58f112 Merge pull request #497 from aaronfranke/voxel-memory 5 년 전
.github b6c0283c22 Switch continuous integration from Travis CI to GitHub Actions 5 년 전
2d 8dff86d370 Add README files to categories 5 년 전
3d bd05e88ce0 Add memory usage to the Voxel demo 5 년 전
audio 8dff86d370 Add README files to categories 5 년 전
gui 8dff86d370 Add README files to categories 5 년 전
loading 8dff86d370 Add README files to categories 5 년 전
misc 8dff86d370 Add README files to categories 5 년 전
mobile 8dff86d370 Add README files to categories 5 년 전
mono 8dff86d370 Add README files to categories 5 년 전
networking 8dff86d370 Add README files to categories 5 년 전
plugins 006309bd6f Many tweaks thanks to IAmActuallyCthulhu 5 년 전
viewport 8dff86d370 Add README files to categories 5 년 전
visual_script 8dff86d370 Add README files to categories 5 년 전
.gitignore ed2348080c Convert the Screen Space Shaders demo back to GLES 3 5 년 전
LICENSE.md 35d44b5d85 Remove trailing space characters in the formatting script 5 년 전
README.md abe1b0f367 Add instructions on importing all projects at once in the README 5 년 전
format.sh d29fc74ae8 Merge pull request #481 from Calinou/switch-to-github-actions 5 년 전

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.