thiloshon / cyclic-cellular-automata

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cyclic Cellular Automata

An R experiment to create images based on Cyclic Cellular Automata. Examples:

Getting Started

Prerequisites

You will need to install the following packages (if you don't have them already):

install.packages("tidyverse")
install.packages("Rcpp")
install.packages("reshape2")
install.packages("colourlovers")
install.packages("cowplot")

More info

  • A complete explanation of the experiment can be found at fronkonstin

Author

About

License:MIT License


Languages

Language:R 67.1%Language:C++ 32.9%