Skip to content

dowdt/opencl-gameoflifedemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A C implementation of conways game of life

It's written in C and uses glut, glew, opengl, OpenCL and SDL.

The actual magic in this repo is the OpenCL library which simulates a large board with each pixel acting as a cell. The GPU processes each pixel individually which makes the simulation fast and efficient. Requires a modern graphics card

Screenshots

fullscale medium look at them up close!

About

An implementation of game of life using opencl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages