Skip to content

mamachanko/drawings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instruction-based drawings

drawings.cfapps.io

StartBy()
  .adding().rectangles().inAGridOf(2, 3).withACollapsedMarginOf(20.0)
  .then()
  .duplicate().all()
  .then()
  .shave().all().randomly()
  .then()
  .colorise().all().from(RandomPalette())