#godot #demo #demos #quickstart #projects

Aaron Franke dda0bd7e20 Update other 2D demos for Godot 3.2 5 years ago
.github 3bf7046184 FUNDING, issue template files, and update gitignore 6 years ago
2d dda0bd7e20 Update other 2D demos for Godot 3.2 5 years ago
3d ac179c6745 Merge pull request #382 from TwistedTwigleg/Godot_3_2_IK_Fix 5 years ago
audio a45b84a5ad Handle multiple resolutions in most demos 5 years ago
gui a76d9471f4 Add a simplified version of input remapping 5 years ago
loading 463da9948f Update and improve background load demo 5 years ago
misc da374bccda Tweak 3D settings in various demos 5 years ago
mono 4f5f0ec1a9 Update all Pong demos to Godot 3.1.2 and conform to style guides 5 years ago
networking 4f5f0ec1a9 Update all Pong demos to Godot 3.1.2 and conform to style guides 5 years ago
plugins 7e96ba1a6a Update plugin demos 5 years ago
viewport da374bccda Tweak 3D settings in various demos 5 years ago
visual_script da157f6d0e Update VisualScript demos for Godot 3.2 5 years ago
.gitignore 3bf7046184 FUNDING, issue template files, and update gitignore 6 years ago
LICENSE.md 827d67b2ab Update README and LICENSE 5 years ago
README.md 827d67b2ab Update README and LICENSE 5 years ago

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.

Useful links

License

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