This little project aims to mimic Mondrian's style by using nature's attraction force in Processing. Using Attraction force concept, I confirmed several points, as the points for the grids' vertices.
With attraction force concept, the particle keeps orbiting around the attraction point with bigger mass. I set two attraction points, and these points keep changing their positions, so that the movement is not that static, therefore, there will be more possibilities for the particle's position. I only determine 2 particles position, and the rest of the grids' vertices are created by some calculation with the help of random() method. I also limit the color to blue, red, yellow, black and white. Randomly choose several grids, and paint them into random colors from the color lists. The final outputs are the raw intimation of Mondrian's style.
Kommentare