Demonstration and Template Projects
Go to file
Aaron Franke 866f826124
Merge pull request #489 from aaronfranke/3dplat
Tweak the 3D platformer demo
2020-06-28 02:31:00 -04:00
.github Switch continuous integration from Travis CI to GitHub Actions 2020-06-18 09:26:09 +02:00
2d Misc fixes and tweaks to many demos 2020-06-27 21:07:49 -04:00
3d Update 3D platformer 2020-06-28 02:23:30 -04:00
audio Clean up unused and outdated environment files 2020-06-27 20:58:19 -04:00
gui Misc fixes and tweaks to many demos 2020-06-27 21:07:49 -04:00
loading Misc fixes and tweaks to many demos 2020-06-27 21:07:49 -04:00
misc Misc fixes and tweaks to many demos 2020-06-27 21:07:49 -04:00
mono Clean up unused and outdated environment files 2020-06-27 20:58:19 -04:00
networking Clean up unused and outdated environment files 2020-06-27 20:58:19 -04:00
plugins Add a main screen plugin to the plugin demos 2020-03-25 23:29:55 -04:00
viewport Misc fixes and tweaks to many demos 2020-06-27 21:07:49 -04:00
visual_script Clean up unused and outdated environment files 2020-06-27 20:58:19 -04:00
.gitignore Convert the Screen Space Shaders demo back to GLES 3 2020-05-12 13:56:03 -04:00
LICENSE.md Remove trailing space characters in the formatting script 2020-06-21 23:00:13 -04:00
README.md
format.sh Merge pull request #481 from Calinou/switch-to-github-actions 2020-06-22 04:29:39 -04:00

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.

License

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