Godot Terrain Generator for 3D Tiled Maps
Godot 4.4 is currently used Version
This repository uses the Godot quickstart template for GDExtension development with Godot 4.0+.
- godot-cpp as a submodule (
godot-cpp/
) - (
demo/
) Godot 4.4 Project that tests the Extension - preconfigured source files for C++ development of the GDExtension (
src/
) - setup to automatically generate
.xml
files in adoc_classes/
directory to be parsed by Godot as GDExtension built-in documentation
Currently Commented Out for Base Development
- GitHub Issues template (
.github/ISSUE_TEMPLATE.yml
) - GitHub CI/CD workflows to publish your library packages when creating a release (
.github/workflows/builds.yml
)
This repository comes with a GitHub action that builds the GDExtension for cross-platform use. It triggers automatically for each pushed change. You can find and edit it in builds.yml.
After a workflow run is complete, you can find the file godot-cpp-template.zip
on the Actions
tab on GitHub.