Tag: processing
-
Bash learnings
Bash things I always need to look up. Snippets If/then/else For loop Tools curl jq jq – command line JSON processor tr Transformations! Replacements, changing case, https://linuxhint.com/bash_tr_command/ Use | tr ‘\n’ ‘ ‘) to replace new lines with spaces. awk Awk is a command line text-processing tool. Use awk to replace a text with an…
-
Generative art project ideas
Reflect across a random line, not just a straight X or Y line. Aragonite Agate Abstract line drawings of people, a la Jenny Walton Asemic writing Letters 1 bounding box pick points close to each other Connect, repeat 2-3 times with connectors 2 Draw a line Pick a point on the line and draw another…
-
ImageMagick CLI snippets
Docs: https://imagemagick.org/script/command-line-processing.php A tiled montage of 400×400 images with no padding with 10 columns from a folder full of pngs A gif with a 100ms delay from a folder full of jpgs
-
P5.js resources and tips
Online editors https://openprocessing.org https://editor.p5js.org Books and tutorials By Daniel Shiffman The Nature of Code https://thecodingtrain.com/ http://learningprocessing.com/ http://www.generative-gestaltung.de/ I have the old version, which uses regular Processing. The new version uses p5.js. Lots of beautiful examples and breaks down generative artworks into conceptual chunks to help you create them piece-by-piece https://thatcreativecode.page/ Tyler Hobbs’s aesthetically pleasing triangle…