Demonstration and Template Projects
Go to file
Aaron Franke 05801f9389
Merge pull request #411 from aaronfranke/vs-3.2
Update VisualScript demos for Godot 3.2
2020-02-12 19:59:29 -05:00
.github FUNDING, issue template files, and update gitignore 2019-07-19 18:07:46 -04:00
2d Add screenshots 2020-02-12 16:36:17 -05:00
3d Update Finite State Machine demo 2020-02-02 20:28:25 -05:00
audio Handle multiple resolutions in most demos 2020-01-28 19:08:03 +01:00
gui Update and improve GUI demos 2020-02-01 15:47:44 -05:00
loading Update and improve background load demo 2020-01-28 14:23:24 -05:00
misc Merge pull request #366 from aaronfranke/matrix-transform 2020-02-11 03:53:07 -05:00
mono Update all Pong demos to Godot 3.1.2 and conform to style guides 2020-02-01 03:15:27 -05:00
networking Update all Pong demos to Godot 3.1.2 and conform to style guides 2020-02-01 03:15:27 -05:00
plugins Update plugin demos 2020-01-26 02:21:24 -05:00
viewport Slightly improve the GUI in 3D demo 2020-02-01 03:18:53 -05:00
visual_script Update VisualScript demos for Godot 3.2 2020-02-12 19:31:23 -05:00
.gitignore FUNDING, issue template files, and update gitignore 2019-07-19 18:07:46 -04:00
LICENSE.md Update README and LICENSE 2020-02-09 01:36:43 -05:00
README.md Update README and LICENSE 2020-02-09 01:36:43 -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.

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.

License

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