Skip to content

Commit a332172

Browse files
authored
Adding community contribution (#46)
* Adding community contribution Re: #39 * Update README.md
1 parent a207826 commit a332172

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ Wave Function Collapse is a constraint-satisfaction algorithm inspired by quantu
3838
- [ ] Computed Property Names (Tiled Model) [Issue #35](https://github.com/CodingTrain/Wave-Function-Collapse/issues/35)
3939
- [ ] Backtracking for conflict resolution.
4040

41+
## Community Contributions and Improvements
42+
43+
- [TileGrid Helper Class](https://github.com/jonnytest1/Wave-Function-Collapse/tree/main) by [@jonnytest1](https://github.com/jonnytest1) A generic grid layout approach using p5.js vectors, making it easier to unify directional logic and reference valid neighboring positions.
44+
- [Grid Update Optimization](https://github.com/gverger/Wave-Function-Collapse/tree/optim-updates): [Pull Request #40](https://github.com/CodingTrain/Wave-Function-Collapse/pull/40) introduces a more efficient method for updating grid cells by propagating changes only to affected cells, which improves performance and accuracy. The drawing process is also optimized, allowing multiple updates per tick, speeding up the overall process.
45+
46+
4147
## Key Resources
4248

4349
- [Wave Function Collapse algorithm source](https://github.com/mxgmn/WaveFunctionCollapse)

0 commit comments

Comments
 (0)