Demonstration and Template Projects
Go to file
Aaron Franke d3317cc91d
Merge pull request #473 from nekomatata/physics-tests
Add Physics Tests project
2020-06-19 15:25:26 -04:00
.github Remove duplicate issue templates 2020-03-23 04:57:24 -04:00
2d Replace _input with _unhandled_input 2020-06-08 22:43:19 -04:00
3d Merge pull request #473 from nekomatata/physics-tests 2020-06-19 15:25:26 -04:00
audio Add descriptions to all projects with README files 2020-03-16 20:50:53 -04:00
gui Commit files changed by the formatting script 2020-03-19 20:30:40 -04:00
loading Add descriptions to all projects with README files 2020-03-16 20:50:53 -04:00
misc Fix small mistakes with new Android IAP API 2020-06-15 07:27:18 +02:00
mono Updated the dodge_the_creeps demo to include the "removing the creeps" part 2020-04-04 13:11:10 +02:00
networking Commit files changed by the formatting script 2020-03-19 20:30:40 -04:00
plugins Add a main screen plugin to the plugin demos 2020-03-25 23:29:55 -04:00
viewport Replace _input with _unhandled_input 2020-06-08 22:43:19 -04:00
visual_script Add descriptions to all projects with README files 2020-03-16 20:50:53 -04:00
.gitignore Convert the Screen Space Shaders demo back to GLES 3 2020-05-12 13:56:03 -04:00
.travis.yml Add a formatting script for Travis CI 2020-03-19 20:30:33 -04:00
LICENSE.md
README.md Add instructions on importing all projects at once in the README 2020-02-20 22:11:57 +01:00
format.sh Add a formatting script for Travis CI 2020-03-19 20:30:33 -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.