Working through Danielle Navarro's rstudio::conf 2022 materials on creating art from code!
The rendered output is here. Some of my favorites:
From the first introduction to Voronoi tesselation, which blewwww my mind!
Also this, which reminded me of clumps of mosses:
From Studies in Voronoi Baroque: Part I
And Truchet tiles, which I JUST LEARNED ABOUT AND ALSO BLEW MY MIND:
From the intro to Truchet tiles
Danielle Navarro is a generative artist, data scientist, professional educator, mathematical psychologist, academic professor in recovery, open source R developer, and coauthor of “ggplot2: Elegant Graphics for Data Analysis” (3rd edition). She is currently a developer advocate at Voltron Data working with the Apache Arrow ecosystem. You can find her art at https://art.djnavarro.net, and other professional details at https://djnavarro.net. Danielle lives in Sydney, Australia with her two children and her Netflix subscription.
.
.
├── README.md
├── activities
│ ├── art-from-code-activities.html
│ ├── art-from-code-activities.qmd
│ ├── art-from-code-activities_files
│ └── images
│ ├── icescape_3d_444_2023-06-08.png
│ ├── mosaic1_2023-06-09.png
│ ├── mosaic2_2023-06-09.png
│ ├── mosaic3_2023-06-09.png
│ ├── pic1_2023-06-09.png
│ ├── pic2_2023-06-09.png
│ ├── pic3_2023-06-09.png
│ ├── pic_sag_bg_v01_2023-06-09.png
│ ├── pic_sag_bg_v02_2023-06-09.png
│ ├── pic_sag_bg_v03_2023-06-09.png
│ ├── shaded_ridge_1_2023-06-08.png
│ ├── truchet1_v01_2023-06-09.png
│ ├── truchet2_v01_2023-06-09.png
│ ├── truchet3_v01_2023-06-09.png
│ ├── truchet4_v01_2023-06-09.png
│ ├── truchet5_v01_2023-06-09.png
│ ├── truchet6_v01_2023-06-09.png
│ ├── unboxy_pic1_v01_2023-06-09.png
│ ├── unboxy_pic1_v02_2023-06-09.png
│ ├── unboxy_pic2_v01_2023-06-09.png
│ ├── unboxy_pic2_v02_2023-06-09.png
│ ├── unboxy_pic3_v01_2023-06-09.png
│ ├── unboxy_pic3_v02_2023-06-09.png
│ ├── unboxy_pic_v01_2023-06-09.png
│ ├── unboxy_pic_v02_2023-06-09.png
│ ├── unboxy_pic_v03_2023-06-09.png
│ ├── voronoi1_v01_2023-06-09.png
│ ├── voronoi2_v01_2023-06-09.png
│ └── voronoi3_v01_2023-06-09.png
├── art-from-code.Rproj
├── materials
│ ├── README.md
│ ├── barnsley-fern.R
│ ├── circle-scape.R
│ ├── curl-art-1.R
│ ├── curl-art-2.R
│ ├── dplyr-ambient.R
│ ├── first-ambient-art.R
│ ├── flametree-example.R
│ ├── fractal-art.R
│ ├── ggfx-blend.R
│ ├── ggfx-displace.R
│ ├── ggfx-dither.R
│ ├── ggfx-glow.R
│ ├── ggfx-mask.R
│ ├── grow-multipolygon.R
│ ├── grow-polygon.R
│ ├── icescape-3d.R
│ ├── make-noise-art.R
│ ├── mosaica.R
│ ├── palette-generators.R
│ ├── perlin-blob.R
│ ├── perlin-heart-animated.R
│ ├── perlin-heart-grid-2.R
│ ├── perlin-heart-grid.R
│ ├── perlin-heart.R
│ ├── polar-art.R
│ ├── polar-styled-plots.R
│ ├── pretty-boxes.R
│ ├── shaded-icescape.R
│ ├── shaded-ridge-art.R
│ ├── smudged-hexagon.R
│ ├── splotch.R
│ ├── subdivision.R
│ ├── textured-lines.R
│ ├── truchet-example.R
│ ├── unbox-base.R
│ ├── unbox-fast-test.R
│ ├── unbox-fast.cpp
│ ├── unbox-grid.cpp
│ ├── voronoi-baroque.R
│ ├── voronoi-tiles.R
│ └── voronoi-unbox.R



