Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.
/ life Public archive

Game of Life simulator with Vulkan renderer

License

Notifications You must be signed in to change notification settings

larso0/life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

life

Application that simulates Game of Life. The renderer is implemented in vulkan API and depends on my library bp. The universe of cells is represented by a sparse matrix (vector of points) that represents the live cells. The universe is advanced to the next generation by applying the rules of Game of Life to all cells in the sparse matrix as well as neighbouring dead cells. This is done in parallel on the CPU.

About

Game of Life simulator with Vulkan renderer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published