WFCForge is a procedural as well as a custom game art generator! This is based on Wave Function Collapse.
Tutorial : https://youtu.be/SFqquYiNGzg
- Install dependencies
- Build chain: cmake, gcc (should be 13 to support C++20 format header)
 - Project deps: opengl (libgl1-mesa-dev)
 - GLFW deps: libxrandr-dev, libxinerama-dev, libxcursor-dev, libxi-dev
 
 - Run the Helper.py script as listed in the help output:
- 
Initialize & update the submodules:
python Helper.py initsm && python Helper.py updatesm - 
Generate the cmake files:
python Helper.py generate
 - 
Build the project:
python Helper.py build
 
 - 
 









