- Clean separation of assets, resources, scenes, scripts and shaders code
- Continuous integration via GitHub Actions
- Code formatting enforced by gdformat for gdscript code, and clang-format for shaders, via pre-commit
- Keep track of licenses and attribution by following the reuse specification
- Addons management with gd-plug
- Automatic dependencies bumping with dependabot and renovate for Godot and addons
- Command runner with just, with a provided
Justfile
that handle tools installation, exporting, publishing ...
- Use this repo as a template.
- Replace all occurrences of "Temble" with the name of your project
- Replace files with your own
- Happy coding!
Eventually, you can remove any unused files, such as irrelevant github workflows for your project. Feel free to replace the License with one suited for your project.
We welcome community contributions to this project.
Please read our Contributor Guide for more information on how to get started.