Processing tutorial - 9 - Introduction to objects in Processing

preview_player
Показать описание
Ninth video in the Processing programming tutorial series. In this video we take a look at what objects are, and why we should use them.

We also teach Python. If you would like to learn about Python, check out our course on Udemy:

-- Links --

Рекомендации по теме
Комментарии
Автор

From the Processing reference: "In Processing, all fields and methods are public unless otherwise specified by the private keyword."
Just to avoid confusion for beginners... (in other tutorials "public" isn't used)

TaxicletteSan
Автор

thank you so much for this. This is timeless and priceless teaching.

ThirdEyePsychology
Автор

Thanks for these clear and concise tutorials, and congrats on the 4k subs!

versnellingspook
Автор

Amazing! How smart and excepcional
efficient explained the concept OOP in a few minutes video!! I love it!
I see now the light! you!!! YES!

yspectrum
Автор

Here in 2023, when I type the words "public class" in line one, I get the message "Illegal modifier for the local class Ball; only abstract or final is permitted." Did the program change?

petersenillustration
Автор

How do you move an object with coordinates? i just jumped into the lesson without watching the others...

gotaseca
Автор

oh!!! this is nearly same as Java!!! Thanks for the great videos!!!

NagabhushanBaddi
Автор

Technically, the computer doesn't see the circle and numbers. The program is compiled into binary (1's and 0') and that is what the computer reads.

joshuarieth