universeodon.com is part of the decentralized social network powered by Mastodon.
Be one with the #fediverse. Join millions of humans building, creating, and collaborating on Mastodon Social Network. Supports 1000 character posts.

Administered by:

Server stats:

3.6K
active users

Learn more

Austin Heller

I just made my wave function collapse project in at github.com/AustinHellerRepo/Wa.

It features the ability to setup a graph of nodes, specify which node states are permitted given the current state of a node, and two different collapse algorithms depending upon your need.

This image shows how it can be used to generate landscape from the included example. There are three other examples showing how it would be used in common scenarios. Any and all feedback is welcome.

Nov 30, 2022, 18:49 · · · Web · 1 · 4

My next goal is to incorporate the wave function collapse crate within a app to demonstrate how to generate entities, similar to the landscape or sparse example.

I've added a new algorithm to my wave function collapse project that showcases the same functionality found in github.com/mxgmn/WaveFunctionC. Now you can generate an image (or anything) from an existing example using the EntropicCollapsableWaveFunction struct.

Feel free to play around with it.
github.com/AustinHellerRepo/Wa
crates.io/crates/wave-function