Skip to content

rginestou/3d-automata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Cellular Automata

Written in Go + OpenGL

Requirements

The following libraries are required to create a window to support the OpenGL rendering

sudo apt install libglfw3-dev
sudo apt install libglew-dev
sudo apt install libx11-dev
sudo apt install libxcursor-dev
sudo apt install libxinerama-dev
sudo apt install libxi-dev

Run

Simply compile and run the program

make
./automata

About

3D Cellular Automata written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published