For anyone curious (on a mac): Run: ``` $ brew install mono (if you don't have it) WaveFunctionCollapse $ mcs -pkg:dotnet /reference:System.Drawing.dll *.cs WaveFunctionCollapse $ mono Main.exe (it starts working your CPU) ``` 🌻