Demonstration and Template Projects
Go to file
Aaron Franke dda0bd7e20
Update other 2D demos for Godot 3.2
2020-02-17 21:29:54 -05:00
.github FUNDING, issue template files, and update gitignore 2019-07-19 18:07:46 -04:00
2d Update other 2D demos for Godot 3.2 2020-02-17 21:29:54 -05:00
3d Merge pull request #382 from TwistedTwigleg/Godot_3_2_IK_Fix 2020-02-17 18:34:54 -05:00
audio Handle multiple resolutions in most demos 2020-01-28 19:08:03 +01:00
gui Add a simplified version of input remapping 2020-02-12 19:42:12 -03:00
loading Update and improve background load demo 2020-01-28 14:23:24 -05:00
misc Tweak 3D settings in various demos 2020-02-15 23:32:00 +01: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 Tweak 3D settings in various demos 2020-02-15 23:32:00 +01: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.