Skip to content

A cellular automaton simulation written in CUDA C++

Notifications You must be signed in to change notification settings

JoshGuempel/CUDA_CA_sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CUDA_CA_sim

A cellular automaton simulation written in CUDA C++

Running The Project

  1. open a terminal in the project directory
  2. $ nvcc ca.cu
  3. $ ./a.out
  4. You may have to zoom the terminal out so that the text output doesn't wrap to a new line: ctrl - should do the trick.

Screenshots

Screenshot Screenshot

About

A cellular automaton simulation written in CUDA C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages