#godot #demo #demos #quickstart #projects

Aaron Franke 342f27e327 Merge pull request #407 from aaronfranke/3.1 5 年 前
.github 3bf7046184 FUNDING, issue template files, and update gitignore 6 年 前
2d 87f42b77e0 Update 2D shader and SDF demos 5 年 前
3d 9975c95065 Update Finite State Machine demo 5 年 前
audio 4d10544dd9 Remove BPM Sync demo from the 3.1 branch 5 年 前
gui 84c8d6ef69 Update and improve GUI demos 5 年 前
loading 463da9948f Update and improve background load demo 5 年 前
misc c90a251445 Update the rest of the misc demos to Godot 3.1.2 5 年 前
mono 4f5f0ec1a9 Update all Pong demos to Godot 3.1.2 and conform to style guides 5 年 前
networking 4f5f0ec1a9 Update all Pong demos to Godot 3.1.2 and conform to style guides 5 年 前
plugins 7e96ba1a6a Update plugin demos 5 年 前
viewport cb5906aea3 Slightly improve the GUI in 3D demo 5 年 前
visual_script 4f5f0ec1a9 Update all Pong demos to Godot 3.1.2 and conform to style guides 5 年 前
.gitignore 3bf7046184 FUNDING, issue template files, and update gitignore 6 年 前
LICENSE.md 827d67b2ab Update README and LICENSE 5 年 前
README.md 827d67b2ab Update README and LICENSE 5 年 前

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.