LivingArt Lab

I wanted to explore how one of my latest works could serve as a visual language, so I imagined this fictional museum: a space where young an old can discover the stories behind famous artists and their works through interactive play.

The identity was created using Processing and relies on contextual colors drawn from the paintings.

Specs

Published:
August, 2024
Tech:
Processing

Hypothetically, there were interactive installations inside the museum. With your hand, you could apply effects to the famous paintings. This kind of interactivity and fun increases engagement, especially for children. It would be a great way to let them explore famous artworks at a young age and introduce them to the cultural world.

Marble explorations

The work was based on my marble explorations. I drew 3D rings on a 2D canvas using projection and a rotation matrix. Each dot on the ring had a configured colour, and when a dot hovered over a cell, it filled the cell with that colour. Instead of using a configured colour, I took the colour from the painting by sampling the colour at the centre of the cell.

Resources

Code example
This code example of the marble explorations serves as a starting point for your own ideas. I encourage anyone to have fun with it and push it as far as you can. Let me know what you come up with.