Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aschinchon/abstractions
An experiment to build abstract drawings with #Rstats and physarum model
https://github.com/aschinchon/abstractions
Last synced: 1 day ago
JSON representation
An experiment to build abstract drawings with #Rstats and physarum model
- Host: GitHub
- URL: https://github.com/aschinchon/abstractions
- Owner: aschinchon
- License: mit
- Created: 2020-08-10T22:21:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T17:53:30.000Z (over 1 year ago)
- Last Synced: 2024-08-03T06:02:16.051Z (3 months ago)
- Language: C++
- Size: 10.7 KB
- Stars: 121
- Watchers: 4
- Forks: 24
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Abstractions
An R experiment to create images inspired by Physarum model. Some 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")
```## 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)