wfc
wfc copied to clipboard
Wave-function collapse library for Kotlin (+ OPENRNDR helpers)
wfc
A wave-function collapse (WFC) library in Kotlin.
Implements 2D and 3D overlapping and tiling WFC models.
wfc consists of three modules:
wfc-core- implementation of the WFC algorithms, fully free of dependencieswfc-openrndr- collection of wrappers and extension methods to simplify use with OPENRNDRwfc-demo-openrndr- collection of OPENRNDR based demos
Quick start
Clone project, open in IntelliJ, run WFCDemo001 in wfc-demo-openrndr.
Expected outcome of WFCDemo001
In wfc-demo-openrndr you will also find AVDemo002 which demonstrates a 3D version of the WFC algorithm.
Attributions
This mostly follows the C# implementation in https://github.com/mxgmn/WaveFunctionCollapse.
