Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
This plugin contains WFC rule creator and 3 WFC based generators (implemented as custom classes).WFC - Wave Function CollapseYou only need to download/select what is in addons folder.
Godot-WFC
Hello, this is my implementation of WFC algorithm with gui for making tile rules and 3 generators.
Generators - to check them out use 3d view of editor.
RuledLinearGridMap
Uses only x_plus, y_plus and z_plus fields and checks in linear order on each Z field on each X row of current Y height.
RuledRandomVerticalGridMap
Picks tiles to check randomly for each Y Height
FullyRuledGridMap
This generator does not limit max height, but you can choose. Can it go DOWN and can it go UP. Additionaly it checks for cell with lowest possible solutions for that cell. (As in WFC algorithm)
This plugin contains WFC rule creator and 3 WFC based generators (implemented as custom classes).
WFC - Wave Function Collapse
You only need to download/select what is in addons folder.
Reviews
Quick Information
This plugin contains WFC rule creator and 3 WFC based generators (implemented as custom classes).WFC - Wave Function CollapseYou only need to download/select what is in addons folder.