Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.39 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.39 KB

Goost Examples

This is a collection of examples represented as either scripts (GDScript, C#) or as regular Godot projects which rely on the functionality implemented in the Goost Godot Engine C++ extension.

Importing all projects

To import all demos at once in the project manager:

  • Clone this repository or download a ZIP archive.
    • If you've downloaded a ZIP archive, extract it somewhere.
  • Open the Godot project manager and click the Scan button on the right.
  • Choose the path to the folder containing all demos.
  • All demos should now appear in the project manager.

Compatibility

The default branch is compatible with the latest stable Godot version.

If you are using an older (or future) version of Godot, use the appropriate branch for your Godot version:

  • gd3 for Godot 3.x.
  • gd4 for Godot 4.x.

Useful links

License

Unless otherwise specified, the examples are distributed under the terms of the MIT license, as described in the LICENSE.md file.

Attribution

Some sample images originate from Godot Engine demo projects.