Skip to content

an-bui/art-from-code

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

100 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Art from code - June 2023

Working through Danielle Navarro's rstudio::conf 2022 materials on creating art from code!

Rendered output

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

Info about the author

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.

Code organization

.
.
├── 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

Danielle's work is licensed under a Creative Commons Attribution 4.0 International License. You can find her license here.

About

working through art from code workshop

Resources

Stars

Watchers

Forks

Contributors

Languages

  • HTML 70.7%
  • R 19.7%
  • JavaScript 8.6%
  • C++ 1.0%