PzanettiD / Mondrian-Generative-Art

A Mondrian-like generative art model with p5.js and Processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project-Mondrian

Inspiration

This project was in honor of the works of Piet Mondrian, a dutch painter who pioneered in the field of abstract art. In this "web-app" I was aiming at mimicking his art, though with some amount of randomization.

The application

There are currently two version, the first being in Processing (Java), and the second in Java Script (with p5.js). There will be rendered 4 quadrants into which there will be random generated colors and ellipses. After a click, new colors are randomly generated. Here is how it works in p5.js, with some bolder color choices than the original (on the right):

exampleoriginal

processing / p5.js

This "web-app" was made firstly with Processing, but then translated and uprgraded with p5.js. Both of these softwares/tools are really explored in the context of visual arts, and I thought I might give it a shot by trying to do something approaching one of my favourite artists.

About

A Mondrian-like generative art model with p5.js and Processing

License:GNU General Public License v3.0


Languages

Language:Java 47.5%Language:Processing 36.9%Language:JavaScript 13.9%Language:HTML 1.7%