Skip to content

Conway's game of life implemented with C and OpenGL

Notifications You must be signed in to change notification settings

ssansovich/conway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's game of life implemented in C with visualization using OpenGL via GLFW+GLAD. Just some practice using C and OpenGL.

Used the gen1 GLAD web generator. The gen2 one doesn't work with the learnopengl.com code.

Run with on MacOS: gcc -o output game.c glad.c -framework Cocoa -framework OpenGL -Llib -lglfw

About

Conway's game of life implemented with C and OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published