Demonstration and Template Projects
Go to file
Aaron Franke 04d86775da
Move loading demos to their own folder
2020-01-28 14:19:42 -05:00
.github
2d Clean up editor/display_folded 2020-01-28 13:47:21 -05:00
3d Handle multiple resolutions in most demos 2020-01-28 19:08:03 +01:00
audio Handle multiple resolutions in most demos 2020-01-28 19:08:03 +01:00
gui Handle multiple resolutions in most demos 2020-01-28 19:08:03 +01:00
loading Move loading demos to their own folder 2020-01-28 14:19:42 -05:00
misc Move loading demos to their own folder 2020-01-28 14:19:42 -05:00
mono
networking Handle multiple resolutions in most demos 2020-01-28 19:08:03 +01:00
plugins Update plugin demos 2020-01-26 02:21:24 -05:00
viewport Clean up editor/display_folded 2020-01-28 13:47:21 -05:00
visual_script Handle multiple resolutions in most demos 2020-01-28 19:08:03 +01:00
.gitignore
LICENSE.md
README.md Update plugin demos 2020-01-26 02:21:24 -05: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.

Important note

  • The master branch is compatible with the latest stable Godot version (currently 3.1).

  • If you are using an older version of Godot, use the appropriate branch for your Godot version:

    • 3.0 branch for Godot 3.0.x.
    • 2.1 branch for Godot 2.1.x.

License

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