Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 538 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 538 Bytes

Game of Life

This is a simulation of Conway's Game of Life. The visualization framework is Qt. This application leverages Nvidia GPUs to quickly compute the next frame.

Building

At the end of CMakeLists.txt, make sure to modify the CUDA_ARCHITECTURES to match that of the GPU of your machine. Also, there is a bug in the Qt CMake system before version 5.14.1/5.15.0 Alpha that will cause an issue. Be mindful to have a new version.