Portfolio The different faces of mine

2018

This project involved several challanges. We had to find a tileable pattern. Create a stamp out of it with a lasercutter. Design a pattern which then had to be exported in a custom format and then got executed on the Cutting Plotter via the programmable api.

The script to convert from an svg to plotter commands was given to us and the setup of the plotter with the print head swap and ink dispenser was developed by our lecturer. The project was done over 3 weeks.

The core part was creating the stamp and creating the script to generate the code for it. I used perlin noise for the script and processing to get things going. The processing part can be found here.