Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ralphilius/generative-r
https://github.com/ralphilius/generative-r
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ralphilius/generative-r
- Owner: ralphilius
- Created: 2021-11-18T14:27:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-18T14:49:26.000Z (about 3 years ago)
- Last Synced: 2024-11-05T21:32:28.548Z (about 2 months ago)
- Language: C++
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)