Coding Tutorial | Processing JS | Part 1 - Drawing Shapes

Опубликовано: 28 Июль 2026
на канале: StormNinja15 - Everything
211
2

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 :)