About 15,700 results
Open links in new tab
  1. GitHub - mxgmn/WaveFunctionCollapse: Bitmap & tilemap generation …

    In practice, however, the algorithm runs into contradictions surprisingly rarely. Wave Function Collapse algorithm has been implemented in C++, Python, Kotlin, Rust, Julia, Go, Haxe, Java, Clojure, Free …

  2. The Wavefunction Collapse Algorithm explained very clearly

    Dec 17, 2018 · The Wavefunction Collapse Algorithm teaches your computer how to riff. The algorithm takes in an archetypical input, and produces procedurally-generated outputs that look like it.

  3. Procedural Generation with Wave Function Collapse

    Sep 23, 2025 · Wave Function Collapse (WFC) is an algorithm that has become increasingly popular for procedural generation. WFC sounds like an algorithm related to quantum mechanics, but its magic …

  4. The fascinating Wave Function Collapse algorithm.

    Oct 17, 2022 · The fascinating Wave Function Collapse algorithm. # wavefunctioncollapse # intermediate # python # showdev What is a wave function and why does it collapse? Wave function …

  5. Wave function collapse - Wikipedia

    In various interpretations of quantum mechanics, wave function collapse, also called reduction of the state vector, [1] occurs when a wave function —initially in a superposition of several eigenstates …

  6. WaveFunctionCollapse/README.md at master · mxgmn ... - GitHub

    In practice, however, the algorithm runs into contradictions surprisingly rarely. Wave Function Collapse algorithm has been implemented in C++, Python, Kotlin, Rust, Julia, Go, Haxe, Java, Clojure, Free …

  7. Wave Function Collapse

    Procedurally generate output bitmaps that are locally similar to an input bitmap. Original algorithm by ExUtumno. For an overview of how this program works, please refer to ExUtumno's excellent write-up.

  8. Model synthesis - Wikipedia

    Model synthesis (also wave function collapse or 'wfc') is a family of constraint-solving algorithms commonly used in procedural generation, especially in the video game industry. An example texture …

  9. Wave Function Collapse | Nathan Coleman

    Introduction The Wave Function Collapse (WFC) algorithm is a way to procedurally generate content used to create unique patterns or structures based on a given input. It works by using an example, …

  10. How Does Wave Function Collapse Work? A Clear Answer

    Dec 8, 2025 · Learn how the Wave Function Collapse algorithm works, from entropy and constraints to tie-breaking and contradictions. See when to use WFC, how to implement it, and how to validate …