Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 862 Bytes

File metadata and controls

14 lines (11 loc) · 862 Bytes

cpl_generative

Processing sketch in process for a procedurally generated logo for an identity systems class at the School of the Art Institute of Chicago.

Uses code from this processing forum snippet to generate the circles.

Current goals

Also really my notes for myself.

  • should generate once and save to a file (preferably an SVG) and not regenerate every time the mouse moves
  • ability to set certain number of circles per side
  • circles should not overlap with other circles
    • (maybe this git can help figure that out?)
  • possibly ability to set one circle to be larger than the others (idk how to even do this)
    • basic initial GUI to accomplish this upon applet load