Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 251 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 251 Bytes

Game of life compute shader edition


To compile, you need GLFW installed on your system. Then you can just run

mkdir build && cd build
CC=clang CXX=clang++ cmake -GNinja -DCMAKE_BUILD_TYPE=Release ..
ninja
cd ..  && ./build/slime