About 7,140 results
Open links in new tab
  1. 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 …

  2. mxgmn/WaveFunctionCollapse - GitHub

    WaveFunctionCollapse is a texture synthesis algorithm. Compared to the earlier texture synthesis algorithms, WFC guarantees that the output contains only those NxN patterns that are present …

  3. The fascinating Wave Function Collapse algorithm.

    Oct 17, 2022 · What is a wave function and why does it collapse? Wave function collapse is a algorithm that can procedurally generate images, text, audio and almost anything that follows …

  4. Wave Function Collapse tips and tricks - BorisTheBrave.Com

    Feb 8, 2020 · Specifically the Wave Function Collapse algorithm (WFC). I’ve even made my own open source library, and unity asset. WFC is a very flexible algorithm, particularly with the …

  5. The Wave Function Collapse Algorithm - Python Programming

    May 28, 2024 · The Wave Function Collapse algorithm is a constraint-solving algorithm that generates patterns by propagating constraints and reducing possibilities, similar to how …

  6. Procedural Generation with Wave Function Collapse - gridbugs

    Feb 21, 2019 · Wave Function Collapse is a procedural generation algorithm which produces images by arranging a collection of tiles according to rules about which tiles may be adjacent …

  7. 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. Some video …

  8. Wave Function Collapse — Tutorial of a Basic Example ... - Medium

    Jul 31, 2020 · WaveFunctionCollapse algorithm created by Maxim Gummin and published on github as open source allows user to generate bitmaps and tilemaps based on given input …

  9. Generating Worlds With Wave Function Collapse - PROCJAM

    Wave Function Collapse (WFC) by @exutumno is a new algorithm that can generate procedural patterns from a sample image. It's especially exciting for game designers, letting us draw our …

  10. Wave Function Collapse (WFC) is a greedy algorithm that introduces a new way to procedurally generate both 2D and 3D worlds. One of the big advantages of using WFC is the …