https://github.com/relintai/world_generator
A c++ engine module for the godot engine. Contains lots of classes to help with world generation.
https://github.com/relintai/world_generator
engine-module game godot procedural-generation terrarin-generation world-generation
Last synced: about 1 year ago
JSON representation
A c++ engine module for the godot engine. Contains lots of classes to help with world generation.
- Host: GitHub
- URL: https://github.com/relintai/world_generator
- Owner: Relintai
- License: mit
- Created: 2019-04-20T12:50:59.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T20:19:01.000Z (over 3 years ago)
- Last Synced: 2025-03-24T08:47:07.408Z (about 1 year ago)
- Topics: engine-module, game, godot, procedural-generation, terrarin-generation, world-generation
- Language: C++
- Homepage:
- Size: 154 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.