mirror of
https://github.com/Relintai/world_generator.git
synced 2024-11-12 10:15:07 +01:00
A c++ engine module for the godot engine. Contains lots of classes to help with world generation.
data | ||
doc_classes | ||
main | ||
queued | ||
.gitignore | ||
config.py | ||
config.pyc | ||
LICENSE | ||
README.md | ||
register_types.cpp | ||
register_types.h | ||
SCsub | ||
world_generator.cpp | ||
world_generator.h |
World Generator
World generator Engine module. Right now it's mostly data classes.
Godot Version Support
This branch tries to follow godot's master branch (as much as I have time).
For different godot versions look at the other branches.
Status for this branch: Update for 4.0 is work in progress.