wfc_tiled 1.0.5

Small library for Wave Function Collapse on Tile-based maps, using the `wfc` crate. Provides Tiled integration.
Documentation

Helper functions to use the Wave Function Collapse algorithm provided by the wfc crate on tile-based maps.

You can load layer CSV files like the ones exported from Tiled, and save the result as another CSV or as a Tiled .tmx file for previewing inside the software.

As the underlying library only works on two dimensions, multiple layers are not supported.

You should start with the TilePattern struct.

Complete examples are provided in the crate's examples folder.