bb4 / bb4-simulations

A collection of java simulations. Examples include reaction diffusion, fractals, henon phase exploration, snakes, dice, and fluid flow.
MIT License
5 stars 2 forks source link

WFC: more robust #23

Closed barrybecker4 closed 2 years ago

barrybecker4 commented 3 years ago

Currently, the runs fail too easily resulting in a black screen. Either they should not fail or they should fail with more diagnostic/visual information about why they fail. Maybe some constraints ca be relaxed so that they can be allowed to proceed with minor inconsistencies.

barrybecker4 commented 2 years ago

I made it more robust by slightly relaxing the constraint that everything be a perfect match. There is now an option to allow imperfections so that it will always complete successfully.