Processing sketch for a nice summer haircut.
This is a Processing sketch written in Python mode that generates simple visual compositions (fixed image) with a bunch of hair-like particles in a gradient of lengths and denisties.
See 2021_5_29 folder for png of examples.
You need Processing 3 with Python mode installed to edit and execute the code. The main file is coupe_d_ete.pyde
export.py defines the mousePressed method to save and export sketch parameters. When executing the code, a click on the canvas will save a .png
file of the generated image as well as a .txt
file containing the variables set at the top of the .pyde
file in a new folder named with the date (so you can play around with them and keep track of which variables values produce which kind of pictures).