/game_of_life

Conway's Game of Life in Ruby rendered in OpenGL

Primary LanguageRuby

Conway's Game of Life

A simple implementation in Ruby with the ruby-opengl gem providing OpenGL rendering support. You may need to alter the paths to GLUT and GL.

Starting seed is hardcoded in lib/render.rb.

Usage

ruby lib/render.rb

Issues

Performance is poor.