#5: Shape

Please respond to these prompts before the beginning of class on Wednesday, September 29.


1. Blob Reading

A blob is a raw amorphous form
A blob is a potentiality
A blob is an indeterminate destination
A blob is a liminal manifestation of the inexplicable
A blob is neither this nor that but points as is
A blob is a transitional state of being
A blob is a subtle deconstruction of preconceptions
A blob is a real-time negotiation
A blob is a polite refusal of hierarchy
A blob is a poetic irregularity
A blob is a vague matter of existence
A blob is a sensitization to nonlinearity

Laura Hyunjhee Kim

Please read one or more of the following excerpts:

  • Entering the Blobosphere, by Laura Hyunjhee Kim [online][PDF]
  • Blobjects: Beyond the New Fluidity in Design, by Steven Holt and Maria Skov [online][PDF]
  • “Good Shape”, from The Nature of Order, by Christopher Alexander [PDF]

In your blog post for Part 2 (“Blob Family”, below) please add a sentence about something that caught your attention or influenced your thinking from these readings.


2. Blob Family

The objective of this prompt is to develop your skills in the control of expressive shape. 

Write a program that generates various compositions of “blob families.” Your blobs must be closed curves, constructed of vector data, and at least one of them must be filled with some sort of hatch. For inspiration, consider works by Hans Arp, Joan Miro, Hilma af Klint, and Zach Lieberman. Now:

  • Run your generator a few times to produce different compositions. Collect screenshots of some of your favorite compositions.
  • Select a particular composition you like, export it as an SVG, and render it with a pen plotter. Do some quick tests with your materials before plotting.
  • Consider your materials! You are welcome (but not required) to use colored inks. Use nice (heavy) paper. Note: You are prohibited from using standard white printer paper. You are welcome (but not required) to use colored paper. You can plot with the HP7475a if you want to use multiple colors, and if you have time.
  • Photograph your plotted composition with your phone or other camera. Be sure your composition is plotted before the beginning of class on Wednesday, September 29.

Hints:

  • There’s no single correct technique to make a blob. You are welcome to consider possible techniques including (but not limited to) making polylines made from particle systems; making high-order Catmull-Rom or Bezier curves; tracing the contours (2D isolines) of metaballs; concatenating elliptical arcs; calculating a Cassini ellipse, cranioid, or other parametric curve from Mathworld; simulating a smooth ropelike contour using Verlet integration, etc. Some possibly helpful Coding Train videos can be found below.
  • There’s no single correct technique to fill (hatch) an arbitrary shape. You are welcome to use a point-in-polygon test, a flood-fill algorithm, or an API/library of your choice, such as PEmbroider, hatched, Shapely, etc.
  • There is no single correct technique to construct an ‘attractive’ form or an attractive composition of forms. Devise your own principles.

To document your work, the requirements are as follows:

  • Create a blog post on this website. Title it Nickname-BlobFamily, and Categorize it, 05-BlobFamily.
  • In your web page, write 100-200 words about your process. Be sure to give credit to any libraries or code that you used from elsewhere.
  • Include a sentence or two about how the reading(s) and/or inspirational viewings, above, influenced your thinking.
  • In your web page, embed the screenshots of some of your compositions (including un-plotted ones).
  • In your web page, embed a photograph of your final plot.
  • If appropriate, embed a photograph of a detail view of your plot (for example, a detailed view of the hatching).

Some possibly helpful Coding Train videos: