Procesing
Processing is an open-source programming language and integrated development environment based on Java, used as a medium for teaching and creating multimedia and interactive digital design projects. It is developed by artists and designers as an alternative tool to proprietary software.
Here you have a link to my folder Where I have the pratices ➡<3
On the left side (where all the letters and numbers are), you're basically telling the computer what to draw:
- You tell it how big you want yourcanva to be
- You tell it what color you want the background of that paper to be.
- Then you start saying: Now draw a square here, make it this color,Now a triangle over there, make it a different color, and so on with circles and other rectangles.
- And on the right side, that's where you see the drawing! It's what the computer understood from your instructions.
So, the left is where you give the orders, and the right is where you see the result. It's like an artist who writes down their ideas and then sees them painted!