Skip to content

Conway's Game of Life implemented with GLFW, OpenGL and Dear ImGui

License

Notifications You must be signed in to change notification settings

psychopattt/Game-of-Life-OpenGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

Conway's Game of Life implemented with OCSFW (GLFW, OpenGL and Dear ImGui)
Demo video available here

Features

  • Edit mode (E)
    • Draw cells (left click)
    • Erase cells (right click)
  • Change rules
  • Toggle edge loop
  • All features of OCSFW

Requirements

  • An OpenGL 4.6 capable GPU

How to use

Windows

  1. Download the latest release (Game-Of-Life.exe)
  2. Run the executable

Linux or MacOS

  1. Download the project files
  2. Replace the included Windows GLFW binaries
    1. Get the GLFW binaries for your OS
    2. Replace the files in "OCSFW/Libraries/include/GLFW"
    3. Replace the files in "OCSFW/Libraries/lib"
  3. Compile and run the project

Credits