Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ralphilius/generative-r


https://github.com/ralphilius/generative-r

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# generative-r
Collections of different generative coding in R

## 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("RcppArmadillo")
install.packages("reshape2")
install.packages("colourlovers")
install.packages("cowplot")

```

## Abstractions

An R experiment to create images inspired by Physarum model. Some examples:




#### More info

+ A complete explanation of the experiment can be found [at fronkonstin](https://fronkonstin.com/2020/08/11/abstractions/)

#### Inspiration

+ *Characteristics of Pattern Formation and Evolution in Approximations of Physarum Transport Networks*, by Jeff Jones (University of the West of England)

#### Author

* **Antonio Sánchez Chinchón** - [@aschinchon](https://twitter.com/aschinchon)

## Cyclic Cellular Automata

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




#### More info

+ A complete explanation of the experiment can be found [at fronkonstin](https://fronkonstin.com/)

#### Author

* **Antonio Sánchez Chinchón** - [@aschinchon](https://twitter.com/aschinchon)