A c++ engine module for the godot engine. Contains lots of classes to help with world generation.
Go to file
Relintai 0628684c75 Updated the readme. 2023-01-09 21:18:58 +01:00
data Work on fixing compile. 2023-01-09 14:11:29 +01:00
doc_classes
main Work on fixing compile. 2023-01-09 14:11:29 +01:00
queued
.gitignore
LICENSE Update the copyright texts for 2021. 2021-04-19 10:10:32 +02:00
README.md Updated the readme. 2023-01-09 21:18:58 +01:00
SCsub Removed Dungeon, DungeonCorridor, and DungeonRoom. Added Building (it's Dungeon but with a cleaned up api.) 2021-04-19 22:28:21 +02:00
config.py Removed Dungeon, DungeonCorridor, and DungeonRoom. Added Building (it's Dungeon but with a cleaned up api.) 2021-04-19 22:28:21 +02:00
config.pyc
register_types.cpp Updated register_types.h and cpp to the current godot 4 style. 2023-01-08 15:56:05 +01:00
register_types.h Updated register_types.h and cpp to the current godot 4 style. 2023-01-08 15:56:05 +01:00
world_generator.cpp Work on fixing compile. 2023-01-09 14:11:29 +01:00
world_generator.h Update the copyright texts for 2021. 2021-04-19 10:10:32 +02:00

README.md

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.