A c++ engine module for the godot engine. Contains lots of classes to help with world generation.
Go to file
2020-04-03 09:36:30 +02:00
data Fix compile after the last Voxelman change. 2020-04-03 09:33:23 +02:00
doc_classes Sync classref with the current source. 2020-04-03 09:36:30 +02:00
main VoxelChunk is now inherited from Resource. 2020-04-02 21:28:58 +02:00
queued Clang format everything. 2020-01-09 04:28:08 +01:00
.gitignore The module can now be built as a shared library. 2020-01-03 16:55:12 +01:00
config.py Update the class list in config.py, and sync classref to the current source. 2020-03-22 01:09:53 +01:00
config.pyc Initial commit. 2019-04-20 14:51:33 +02:00
LICENSE Updated the license for 2020, and added it to the top of the cpp files (Except the files in the ququed folder, as most of it will be deleted). 2020-01-31 19:57:03 +01:00
README.md Quick and dirty Readme.md. 2019-11-22 00:57:24 +01:00
register_types.cpp Updated the license for 2020, and added it to the top of the cpp files (Except the files in the ququed folder, as most of it will be deleted). 2020-01-31 19:57:03 +01:00
register_types.h Updated the license for 2020, and added it to the top of the cpp files (Except the files in the ququed folder, as most of it will be deleted). 2020-01-31 19:57:03 +01:00
SCsub Fix shared module detection. 2020-01-03 21:06:06 +01:00
world_generator.cpp Updated the license for 2020, and added it to the top of the cpp files (Except the files in the ququed folder, as most of it will be deleted). 2020-01-31 19:57:03 +01:00
world_generator.h Updated the license for 2020, and added it to the top of the cpp files (Except the files in the ququed folder, as most of it will be deleted). 2020-01-31 19:57:03 +01:00

World Generator

World generator Engine module. Right now it's mostly data classes.