Generative art projects
- Vertigo (series) Spring 2018
- Sunflower Spring 2018
- At the rose garden Summer 2018
- Triangles Spring 2018
- Queen Autumn 2017
- Flashlight Sprint 2017
- Interactive gallery
- Orbital Challenge: coding challenge flerting with 3D visualization.
- Technical notes
Vertigo (series) Spring 2018
A tribute to Saul Bass. Recreations of movie covers from Vertigo (1968), directed by Alfred Hitchcock.
Sunflower Spring 2018
Phyllotaxis with Processing.
At the rose garden Summer 2018
Triangles Spring 2018
A collage on satellite imagery from São Paulo, more specifically from the west access to city.
Queen Autumn 2017
A visualization of all Queen albums according to danceability and other measures. Data from Spotify API.
Flashlight Sprint 2017
Interactive sketch.
Interactive gallery
Interactive gallery is a photography exhibition in which the audience is invited to explore the images by moving their hands, as if shedding light on a wall using a flashlight. The live installation used the Kinect device. A browser version is available, which works with mouse positions only.
Orbital Challenge: coding challenge flerting with 3D visualization.
This sketch is the 3D visualization of a routing challenge proposed by Reaktor.
Technical notes
- I organized the source code so that there is one generative art project per folder.
- Projects starting with P are Processing sketches; pyXXX are Python-based, otherwise a combination of techniques & languages.
- In Processing sketches, additional data (images, audio, video, JSON etc) used by the sketches in always in the
/data
folder of each Processing sketch. - If the sketch generates some kind of output, it will be placed in
/out
folder. The source code includes one output as example.