Generative art is the practice of creating artwork using code. When the programming language of choice is R, it’s often termed Rtistry or aRt.
Wander
Riso Circles
Crosshatch
Window Boxes
Waves
Split Grid
Abacus
Attraction
Black Hole
Imploding Hexagon
Split Jitter
Stripes
Contours
Crawling
Criss Cross
Flow Fields
Fractals
Gradients
Moiré
Perpendicular
Mirrored
Mosaic
Mosaic Sketch
Puzzles
Rectangles
Random Tessellation
Riley
Squiggles
Stacked
Sunbursts
Code
Most of the generative artwork on this page can be reproduced using my {aRt} package on
GitHub, which you can install in R using:
1
2
| remotes::install_github("nrennie/aRt")
library(aRt)
|
Related blog posts
Best (artistic) practices in R
Making art in Python with plotnine