https://github.com/octod/godot-gameplay-tags
A tagging system for Godot
https://github.com/octod/godot-gameplay-tags
Last synced: 11 months ago
JSON representation
A tagging system for Godot
- Host: GitHub
- URL: https://github.com/octod/godot-gameplay-tags
- Owner: OctoD
- License: mit
- Created: 2024-05-07T10:52:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-10T10:18:32.000Z (about 2 years ago)
- Last Synced: 2025-03-16T22:11:28.634Z (over 1 year ago)
- Language: Rust
- Size: 67.4 KB
- Stars: 27
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: roadmap.md
Awesome Lists containing this project
README
godot-gameplay-tags
===================
[](https://github.com/OctoD/godot-gameplay-tags/actions/workflows/build-extension.yml)

This addon is part of the Godot Gameplay Systems (GGS). It provides a tagging system for Godot.
## Installation
You can either download this addon from the asset-store inside the Godot editor or download it from the releases page and install it manually.
## Documentation
Go and read the [documentation](docs/readme.md) to learn how to use this addon. It's very simple and easy to use.
## Working on the source
If you want to work on the source, you can clone this repository, and start building the code.
The code is written in rust (v1.78.0). You simply have to run `cargo build` to build the code. The resulting library will be placed in the `godot/addons/godot_gameplay_tags` folder.
## License
This project is licensed under the MIT license. See the [LICENSE](LICENSE) file for more details.
## Contributing
If you want to contribute to this project, you can fork this repository, make your changes and create a pull request. I will review your changes and merge them if they are good or solve particular issues.
## Fun fact
I wrote this addon using the Godot Rust bindings both for personal research and for a practical use case.
I wanted to see how the Rust bindings work and how I can use them to write a Godot addon.
The result is this addon, which is written in Rust and provides a tagging system for Godot.
I hope you find it useful and that it helps you in your projects.
Also, I hope rust will gain more traction in the Godot community, as it is a great language for writing high-performance code in a few hours.