A godot tool that creates a grid world using different type of algorithms.
Godot version v4.3.stable.mono.official [77dcf97d8] and above should work. Previous Godot 4 versions should work but those have not been tested.
Stable-v1.0.1 is the latest stable build of the project. The compressed file for this project can also be found there. If development is going to be done on this project then it is adviced to branch off of any Stable branches because they will NOT be changed or updated except for README.md. Any other branches are subjected to change including the main branch.
Let me give a brief explanation of Wave Function Collapse. Wave Function Collapse or WFC is a constraint based algorithm that can be used to procedurally generate anything from images to 2D or 3D worlds. Basically that means the algorithm uses a set of rules to generate the desired result. In this tool we are going to use WFC to generate 2D or 3D worlds.
See Wave Function Collapse Tool and Wiki documentations to understand how to use the tool.
Fig 1a: Simple WFC - Animation | Fig 1b: Tile Sets |
Fig 2a: Expand WFC - Animation | Fig 2b: Tile Sets |
Fig 3a: Continuous Tile WFC - Animation | Fig 3b: Tile Sets |
Fig 4a: Simple WFC - Animation | Fig 4b: Tile Sets |
Updated the project for Godot 4.3, v4.3.stable.mono.official [77dcf97d8]. From code perspective had to change 2 lines because in Godot 4.3 you can no longer give a type return to an overridden method that has no type. So had to change some methods in child scripts and remove their return types. Everything else is working fine. Also if you are following the tutorial then it is recommended to use Godot 4.1 and plugin Stable-v1.0.0. But if you want to use Godot 4.3 then you can do so as well but must use the plugin Stable-v1.0.1 instead.
The meaning of Duniya Skapare is World Creator. Duniya means World in Arabic/Bengali. Skapare means Creator in Swedish. As I speak the mentioned languages I thought about merging them to give a unique name.
The project uses Semantic Versioning. Available versions can be seen in tags on this repository.
This project is licensed under the MIT License - see the LICENSE.md file for details.