Hello! I was about to implement my own wfc and found this, I have being playing with it and it's great!
I have a case of use where I need to create a map, but this map have fixed tiles in it, let's say that the tile in (0,0) must be type 1, (1,4) is type 2 and then the rest of tiles must be randomly generated using wfc
Does this crate cover that case? Can you point me in the right direction on how to do this?
Thanks