Demonstration and Template Projects
Go to file
Aaron Franke 5c154dac25
Merge pull request #593 from nekomatata/physics-tests-cancel-fix
Physics test cases, cancel previous running test properly
2021-03-09 18:49:38 -05:00
.github Link to the web export in the README and format names nicer 2021-02-28 15:50:59 -05:00
2d Physics test cases, cancel previous running test properly 2021-03-08 12:27:13 -07:00
3d Set the reset position from the initial start position in KC3D 2021-03-03 14:41:44 -05:00
audio Format files using updated file_format.sh 2020-10-01 14:23:54 -04:00
gui Misc fixes and tweaks 2021-03-03 02:59:17 -05:00
loading Misc fixes and tweaks 2021-03-03 02:59:17 -05:00
misc Misc fixes and tweaks 2021-03-03 02:59:17 -05:00
mobile Improve several demos' configuration 2021-02-28 22:28:44 +01:00
mono Misc fixes and tweaks 2021-03-03 02:59:17 -05:00
networking Misc fixes and tweaks 2021-03-03 02:59:17 -05:00
plugins Misc fixes and tweaks 2021-03-03 02:59:17 -05:00
viewport Misc fixes and tweaks 2021-03-03 02:59:17 -05:00
visual_script Misc fixes and tweaks 2021-03-03 02:59:17 -05:00
.editorconfig fix Dodge the Creeps 2020-10-06 11:36:37 +02:00
.gitattributes
.gitignore Deploy exported HTML5 demos to GitHub Pages 2021-02-28 05:12:06 +01:00
LICENSE.md Update copyright statements for 2021 2021-01-01 21:49:36 -06:00
README.md Link to the web export in the README and format names nicer 2021-02-28 15:50:59 -05:00
file_format.sh

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.

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.

License

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