https://github.com/goostengine/goost-plugins
A collection of plugins which rely on Goost features
https://github.com/goostengine/goost-plugins
godotengine
Last synced: about 1 month ago
JSON representation
A collection of plugins which rely on Goost features
- Host: GitHub
- URL: https://github.com/goostengine/goost-plugins
- Owner: goostengine
- License: mit
- Created: 2020-06-05T10:28:49.000Z (about 6 years ago)
- Default Branch: gd3
- Last Pushed: 2022-02-17T18:24:21.000Z (over 4 years ago)
- Last Synced: 2025-03-11T07:28:03.048Z (over 1 year ago)
- Topics: godotengine
- Language: GDScript
- Homepage: https://goostengine.github.io/
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Goost Plugins
This is a collection of GDScript plugins which rely on the functionality
implemented in the [Goost](https://github.com/goostengine/goost) Godot Engine C++
extension.
## List of plugins
| Plugin | Short description | Depends on |
| -------------------- | ------------------------------------------------- | ------------------------------------------- |
| `GridLayer` | Displays infinite grid at run-time. | `GridRect` class |
| `GDScriptTranspiler` | Adds an editor interface for transpiling scripts. | `gdscript_transpiler` module (experimental) |
## 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`](https://github.com/goostengine/goost-plugins/tree/gd3) for Godot 3.x.
- [`gd4`](https://github.com/goostengine/goost-plugins/tree/gd4) for Godot 4.x.
## Useful links
- [Goost source code](https://github.com/goostengine/goost)
## License
Unless otherwise specified, the plugins and scripts are distributed under the
terms of the MIT license, as described in the [LICENSE.md](LICENSE.md) file.