Unity project recreating Krythom's GeneSheep (https://github.com/Krythom/SGeneSheep) utilizing compute shaders for GPU speedup
GeneSheep, made by Krythom, is a cellular automata that makes beautiful patterns. This Unity project implements the update logic in shaders that run on the GPU for much faster generation. It includes multiple update rules, visualization tools, automatically restarting when a simulation reaches a stable state, and more.