Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 530 Bytes

File metadata and controls

17 lines (13 loc) · 530 Bytes

wave-function-collapse

C++ template library adapting the wave-function-collapse algorithm as outlined here: mxgmn/WaveFunctionCollapse

Prerequisites

Building the examples

The default example is 2D WFC. Available examples:

  • wave-function-collapse
  • 3d-wave-function-collapse
$ make run # BIN_NAME=<binary name>