Silly project — real learnings (


Silly project — real learnings (Generative breasts )

Code is something I have wanted to include as a tool in my creative process for many years. I did participate in a ‘Draw with Code’ with Andreas Refgaard back in 2016. Since I have been to multiple workshops — but I had to finish my masters in Interaction design and participate in Processing Day Copenhagen 2022 before I made my first project. It started on my way home in the train.

The project have left me feeling both proud of making my first code based creative project — but also a it silly and embarrassed since since I wrote a piece of code to generate random sets of boobs.

The idea

All boobs are beautiful by HippodogCreations

I had seen a poster similar to this at a friends house. It tells the story about all breasts are unique. Well if you coded the breast you could generate unique posters with unique breasts.

The result

So I sat out to code my first sketch in p5js and as you see below I ended up with a sketch doing what I tried to achieve.

colorful contrasts
greyscale version (with a glitchy left corner)

Why it was a great learning project

The project was a mixed of things I am interested in or was familiar with

Creative Coding — Generative Art — Figure Drawing

Besides ticking off multiple interest it was also the right amount of hard. As described in the diagram below I was able to have a flow experience each evening since the project provided me with right amount of challenge.

https://positivepsychology.com/flow-activities/

So yes — spending my evenings coding breast made me feel silly, but it also allowed me to get started with code as a creative tool.

Learning outcomes from a silly project

  • A breast is not a perfect circle → How to draw a vector curve using code in order to define the breast
  • Breast comes in different shapes and sizes → Using random ranges to allow for random boobs to be drawn
  • Make all my values relate to the canvas size to allow for different output formats
  • With a lot of Clipping masks to ensure the nipples stayed within the breast
  • Having nipples relate or be contrasts to the breast → Learned about making contrast colors and darker hues of colors using a new colormode.
  • A side goal was to make an NFT collection → learned how to upload 500+ images to opensea and get pass captcha. (ABAB: Colorful contrasts)

Do some silly projects and learn some new things!