Skip to main content
KPD Home

Wave Function Collapse

Inspired by mxgmn & Oskar Stålberg, I spent a bunch of time building out a Unity implementation for WFC using tilemaps. This was a fun exercising in optimization, and taught me a lot about how procedural generation can still leave room for authored editing: to me, the strength of WFC is allowing both the designer and the algorithm to "collapse" any of the nodes, opening up myriad ways to collaborate with the machine.

Source for WFC is closed. The code is not documented well enough to be of any use to anyone, but interested parties can reach out if they want to learn more. As usual, it's worth noting that performance in these clips is often bound by screen capture / streaming, and staggered execution is an intentional choice to make the videos more interesting!

Staggered Fill on YouTube - In this clip, each contiguous island can be clicked on to destroy the island, and then refill via WFC. each new island is covered based on it's center point's distance to the middle of the square.

I started off with a simple generator using a basic pipe tileset
But ended up making a more complex pipes set with overpasses, endings and other features. I fell in love with the pictures I could find in the chaos.
I began constraining the generation within shapes by selectively allowing regions.

Which lead to interactions like the following clips, where the user could select a region manually to trigger rebuilds of the WFC.

radial_sample

gameplay_destruction