Skip to content

Conways game of life with the game logic on a shader.

Notifications You must be signed in to change notification settings

0x0015/Game-Of-Life-Hlsl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game-Of-Life-Hlsl

Conways game of life with the game logic on a shader. for use with the fna library.
Mac and Linux: use mono.

In the input image, the only color it cares about is the red channel.


Instructions:

When started select the png file that you whish to simulate.

Controls:
Numpad 1-9: scales the window
R: restarts from the base image
N: opens the file selection to start a new file
Space: pauses or unpauses
Mouse Scrollwheel: increses or decreses the speed(default 60fps, so you may want to decrese)


To Build:

Just clone recursivly, and open up the sln and build or run "msbuild Life.sln". then drop the libs(from here) that are apropreate for your system into the bin folder.

About

Conways game of life with the game logic on a shader.

Resources

Stars

Watchers

Forks

Packages

No packages published