aschinchon / abstractions

An experiment to build abstract drawings with #Rstats and physarum model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Inspiration

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

Author

About

An experiment to build abstract drawings with #Rstats and physarum model

License:MIT License


Languages

Language:C++ 59.8%Language:R 40.2%