First of all, we are asked to choose a geometric painting image. I chose the following image:
The Original Geometric Painting
it didn't take me long to simulate the above image using Microsoft Paint tool:
Simulating using MS Paint
Here's the main work started, I read the Processing PDF tutorial file and used line() function to draw every single line of the image. However, after I found triangle() function in the tutorial file, I regret using line() all over. I could simply use triangle() several times to simulate the whole image.
I faced some challenges during coloring because I used the fill() function after triangle() which I supposed to put it before.
Below is the output image of the processing code:
Simulating using Processing
Hopefully I will be able to create better images using processing programming language in the future classes.
No comments:
Post a Comment