Skip to content

Latest commit

 

History

History
63 lines (48 loc) · 2.28 KB

File metadata and controls

63 lines (48 loc) · 2.28 KB

Workshop: Introduction to Generative Drawing with pencils, paper, C++ and openFrameworks

ICCC2020, Coimbra Portigal September 2020

©2020 Dan Buzzo

www.buzzo.com

https://generative-drawing.github.io/

| home| examples documentation | workshop exercise | example source code |

Examples built in C++ using openFrameworks (openframeworks.cc)

Visual expression: generative drawing, weaving and pattern making

  • Techniques: pattern, walkers, L systems & fractals, conway game of life
  • Ideas: generative drawing, editing and pattern making. Making state and extending temporal 'context'
  • Demo: random walker, active drawing, Markov Chains built in c++ openFrameworks (openframeworks.cc)
  • Examples: Annie Albers, Vera Molnar, Aaron, Jared Tarbell, Zach Lieberman

Reading

Stochastic processes

  • Random Walker
  • Markov Chain for drawing
  • Active Drawing
  • Cellular Automata 1D and 2D
  • DrunkenAnt Path

Recursion

  • recursionTree
  • recursionDots

Agents

  • termite Agents
  • termites as a class

markov chains

  • u-drawMarkov

recreation examples from the work of Vera Molnar

  • quatreElements
  • carrés_1972

screenshot screenshot screenshot screenshot screenshot screenshot screenshot screenshot