Plotly.cpp 0.1.0
A C++ plotting library for expressive, interactive, real-time & streaming data visualization
Loading...
Searching...
No Matches
gallery_game_of_life.cpp File Reference

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>
Include dependency graph for gallery_game_of_life.cpp:

Classes

class  GameOfLife

Functions

auto main () -> int

Detailed Description

Conway's Game of Life - Cellular Automaton Simulation.

Author
plotly.cpp contributors
Date
2025

Function Documentation

◆ main()

auto main ( ) -> int