wfc icon indicating copy to clipboard operation
wfc copied to clipboard

Wave Function Collapse library in C, plus a command-line tool

Results 12 wfc issues
Sort by recently updated
recently updated
newest added

Hi. I've managed to turn this into a (Lua) plugin for [Solar2D](https://solar2d.com), and it seems to be working well. There were a few things I ran across. --- This line...

It's not clear what this argument does, or what its use is. Can someone provide an explanation?

The wfc__create_allowed_tiles function has a CLEANUP section that is not reachable. There is a return before this label, and no goto to jump to it. Is there are missing check...

Building this library on Manjaro Linux within the wfc-rs Rust crate warns that a_y and b_y are unused. Apparently some additional warnings are enabled, at least -Werror. https://github.com/krychu/wfc/blob/38b08ab7a276ba0e4266c3b85ef7f32cc59d4bce/wfc.h#L464

Thanks for this great library ! I wanted to give a try to this method and your simple library / cli tool is just perfect for a newbie like me....

Examples include: - Strategy to select next cell to collapse: Entropy, First available, MRV (minimum remaining values) - Strategy to select tile in a cell: Input image frequency, LCV (least...

(this got the library working on visual studio 2015 for me) Compiler Error C2440 Compiler Error C2664 Compiler Warning (level 4) C4703

We have been running some fuzzers on this program as part of a school project and we found quite a few segmentation faults, in the attachment we added the outputs...

I've noticed that if I have wfc.h's implementation in one file, and want to use as a header in another, there are a number of functions without prototypes. For example,...

Hi, I would love to try this library, but I get a **Contradiction occurred** message on the sample project. I dug into the cause, but I couldn't figure it out...