Demonstration and Template Projects
Go to file
Aaron Franke 99ad90bd0d
Merge pull request #580 from Calinou/simplify-3d-scaling-setup
Simplify the 3D scaling demo setup, enable filtering by default
2021-02-12 23:57:49 -05:00
.github Add PouleyKetchoupp to owners for physics tests 2020-12-19 10:46:18 -07:00
2d Merge pull request #577 from nekomatata/physics-test-controllers 2021-01-22 20:01:39 -05:00
3d Changed key bindings in physics tests 2D/3D 2021-01-22 17:33:48 -07:00
audio
gui Use a GridContainer in the Drag and Drop demo 2021-01-02 19:07:31 -06:00
loading Script updates and simplification 2021-01-06 01:32:12 -05:00
misc [Joypads] Add SDL config re-mapping tool. 2021-02-07 13:19:18 +01:00
mobile Script updates and simplification 2021-01-06 01:32:12 -05:00
mono Add links to the Asset Library after release 3.2-5bd2bbf 2020-11-28 23:21:06 -05:00
networking Add links to the Asset Library after release 3.2-5bd2bbf 2020-11-28 23:21:06 -05:00
plugins
viewport Simplify the 3D scaling demo setup, enable filtering by default 2021-02-13 02:56:51 +01:00
visual_script Fix README files, especially in Android IAP demos 2020-11-28 22:05:39 -05:00
.editorconfig
.gitattributes
.gitignore
LICENSE.md Update copyright statements for 2021 2021-01-01 21:49:36 -06:00
README.md
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.

License

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