1
0
Fork
You've already forked WaveFunctionCollapse
0
My implementation of Wave Function Collapse algorithm
  • C# 100%
TheKingOfCringe11 28812381d6
Update README.md
2022年10月26日 20:36:13 +01:00
WaveFunctionCollapse Initial commit 2022年10月26日 20:18:43 +01:00
.gitattributes Initial commit 2022年10月26日 20:18:20 +01:00
imageGeneration.gif Initial commit 2022年10月26日 20:21:29 +01:00
README.md Update README.md 2022年10月26日 20:36:13 +01:00

WaveFunctionCollapse

My implemetattion of Wave Function Collapse algorithm, overlapping model. See the original implementation: https://github.com/mxgmn/WaveFunctionCollapse

Features

  • Supports any number of dimensions
  • Works with any datatype(make sure to define equality!)
  • Periodic input\output
  • Backtracking
  • Rotations(only works in 2D) and reflections

I made an image generation program in WPF as an example