Skip to content

jkbkaiser/conway-game-of-life-gpu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life (CPU + CUDA)

A fast implementation of Conway’s Game of Life in C++ with optional CUDA acceleration. Outputs each frame as an image.

Build & Run

Requires CUDA Toolkit and G++ (tested on G++ 11.4, Ubuntu 22.04).

make run        # build and run
make clean      # remove images and binary

About

Implementations of conways game of life on the GPU.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published