Art with R
Art from Code
Added Sun Apr 30, 2023
What is this?
Excerpt from workshop site: This workshop provides a hands-on introduction to generative art in R. You'll learn artistic techniques that generative artists use regularly in their work including flow fields, iterative function systems, and more. You'll also learn about R packages specialised for generative art. But more than that, you'll learn how to reuse skills you already have as part of an artistic process: with a little work, ggplot2, dplyr, and Rcpp can become an artist's best friends. The assumed background is that you're reasonably comfortable using R and RStudio, and have experience with tidyverse.
- Link to site here: https://art-from-code.netlify.app/
- Link to repo here: https://github.com/rstudio-conf-2022/art-from-code
Art with R
Added Sun Apr 30, 2023
What is this?
Excerpt from repo: Playing around with R code to create art. All based on Danielle Navarro’s tutorial: https://art-from-code.netlify.app/.
- Link to repo here: https://github.com/GeertvanGeest/art-with-r
12 Months of aRt
By Will Chase
What is this?
Excerpt from READme: This is the repository for my 12 Months of aRt project. Each month of 2019 I tackle a new generative/data art project. All of this work is done with R. Read more about it in my project intro blog post. There is a folder for each month that contains all of the code and art along with a readme to explain how to use the scripts. Each month also has an accompanying blog post which you can find below that explains the process and shows off many of the art pieces.
- Link to repo here: https://github.com/will-r-chase/aRt
- Link to blog from January here: https://www.williamrchase.com/post/tessellated-menagerie-12-months-of-art-january/
- Link to blog from February here: https://www.williamrchase.com/post/strange-attractors-12-months-of-art-february/
- Link to blog from March here: https://www.williamrchase.com/post/animating-pi-12-months-of-art-march/
- Link to blog from April here: https://www.williamrchase.com/post/orbital-glyphs-part-1-12-months-of-art-april/
- Link to blog from May here: https://www.williamrchase.com/post/orbital-glyphs-part-2-12-months-of-art-may/
- Link to blog from June here: https://www.williamrchase.com/post/artistic-coding-for-the-user-12-months-of-art-june/
- Link to blog from July here: https://www.williamrchase.com/post/textures-and-geometric-shapes-12-months-of-art-july/
- Link to blog from August here: https://www.williamrchase.com/post/noise-12-months-of-art-august/
- Link to blog from September here: https://www.williamrchase.com/post/flow-fields-12-months-of-art-september/
- Link to blog from October here: https://www.williamrchase.com/post/disintegration-12-months-of-art-october/
- Link to blog from November here: https://www.williamrchase.com/post/disintegration-part-2-12-months-of-art-november/
Frankenstein: Voronoi tesselation example
What is this?
Excerpt from blog: A Voronoi diagram divides a plane based on a set of original points. Each polygon, or Voronoi cell, contains an original point and all that are closer to that point than any other. This is a nice example of a Voronoi tesselation.
- Link to blog here: https://fronkonstin.com/2017/03/07/frankenstein/
Script to make ascii art from images in ggplot
- Link to repo here: https://github.com/gkaramanis/aRt/tree/master/ascii-art
xstitch: A package for creating cross-stitch charts
Added Tue Oct 12, 2021
What is this?
Excerpt from repo: A package that creates a cross-stitch chart for you. All you have to do is supply an image! Partly inspired by privefl’s pixelart shiny app.
- Link to repo here: https://github.com/ysoh286/xstitch/