|
Plotly.cpp 0.1.0
A C++ plotting library for expressive, interactive, real-time & streaming data visualization
|
Conway's Game of Life - Cellular Automaton Simulation. More...
#include "plotly/plotly.hpp"#include <chrono>#include <iostream>#include <random>#include <string>#include <thread>#include <utility>#include <vector>
Classes | |
| class | GameOfLife |
Functions | |
| auto | main () -> int |
Conway's Game of Life - Cellular Automaton Simulation.
| auto main | ( | ) | -> int |