Demonstration and Template Projects
Go to file
Aaron Franke 9809601e40
Merge pull request #431 from aaronfranke/no-grid
Remove the grid based movement demo
2020-03-09 03:54:12 -04:00
.github 2.5D Editor Viewport for GDScript 2020-03-01 04:36:44 -05:00
2d Merge pull request #431 from aaronfranke/no-grid 2020-03-09 03:54:12 -04:00
3d Convert most demos to GLES 2 2020-03-04 20:59:12 -05:00
audio Convert most demos to GLES 2 2020-03-04 20:59:12 -05:00
gui Convert most demos to GLES 2 2020-03-04 20:59:12 -05:00
loading Convert most demos to GLES 2 2020-03-04 20:59:12 -05:00
misc Refactor the Joypads demo 2020-03-05 20:50:16 -05:00
mono Update C# demos to Godot 3.2 2020-03-04 20:30:30 -05:00
networking Convert most demos to GLES 2 2020-03-04 20:59:12 -05:00
plugins
viewport Convert most demos to GLES 2 2020-03-04 20:59:12 -05:00
visual_script Convert most demos to GLES 2 2020-03-04 20:59:12 -05:00
.gitignore
LICENSE.md
README.md

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.