DeBroglie
DeBroglie copied to clipboard
DeBroglie is a C# library implementing the Wave Function Collapse algorithm with support for additional non-local constraints, and other useful features.
I sometimes get the exception `System.Exception: Deque is empty at DeBroglie.Wfc.WavePropagator.Step() at DeBroglie.Wfc.WavePropagator.Run() at DeBroglie.TilePropagator.Run()` This is on an AdjecentModel with one CountConstraint and a manual Select() to insert '0'...
While exploring this tool I was not yet able to find a 'negative' adjacency rule. I realize that simply not defining a rule would potentially cause it to not apply...
I tried copy/pasting the private class NearbyTracker from the SeparationConstraint, but I realize it's referencing a boatload of internal classes. Any particular reason why this class isn't public? What I'm...
When using the AdjacencyModel via AddSample I have found it very useful to be able to normalize the weights of each tile afterwards. I do not find the concept makes...
At the moment, all locations of a topology are identical. We need a feature where certain edges of a topology can be marked up in some way, and they behave...
In this example I have created a custom constraint that uses Select() to "pin" areas (cyan regions) of my output such that it has to be present in its exact...
Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 1.0.0-beta0006 to 2.1.7. Release notes Sourced from SixLabors.ImageSharp's releases. v2.1.7 What's Changed [release/2.1] Disallow allocation attempts of unrepresentable sizes by @antonfirsov in SixLabors/ImageSharp#2553 [release/2.1] Tiff decoding robustness...