A home-grown version of the Wave Function Collapse algorithm.
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
118
commits
Added README warnings and updated demo (to image). String mode for the CLI now always produced a coloured output.
715e8dfView on GitHubIncremented version for 3.2.0 (containing performance improvements).
0f2d5dfView on GitHubHuge performance increase by checking for valid collapse values beforing collapsing. This is big! The algorithm collapses almost always on the first attempt now and at a faster rate. By a quick test, the example string sample was now successfully used to collapse a 50x50 grid size.
1846f0fView on GitHubFixed missing entropy inserts in the various tests. I added standin entropies, but I don't believe any of the tests actually use the entropy values.
e94905aView on GitHubSleuthed around the entropy calculations and identified some potential issues.
8dac2d0View on GitHub