My implementation of Wave Function Collapse algorithm
|
|
||
|---|---|---|
| WaveFunctionCollapse | Initial commit | |
| .gitattributes | Initial commit | |
| imageGeneration.gif | Initial commit | |
| README.md | Update README.md | |
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