In this new series, I will teach you about a coding language-- simpler than Java Script. Processing Java Script. ProcessingJS is a computer language that allows users to create programs that are amazing.
In the first part, I just teach you about basic shapes:
rectangles/squares and ovals/circles
rect(x, y, width, height);
ellipse(x, y, width, height);
Please Like, comment, subscribe and share :)