For-Loops Explained (Processing Tutorial)

  Рет қаралды 17,648

John Park

John Park

Күн бұрын

Пікірлер: 14
@MegaEskew
@MegaEskew 9 жыл бұрын
This is the best tutorial about for loops I ever taken , also the push/pop matrix one. Pls more video :)
@verobj
@verobj 10 жыл бұрын
Omg!!!!!! Thank you so muchhhhhhhh!!!!!! You are a great teacher! Very calm, funny and lovely!!! Please make more videos about processing!
@Fairplay2015
@Fairplay2015 9 жыл бұрын
NOW I UNDERSTAND WHAT IS LOOP, YOU ARE AWSOME MAN. BE BESED
@harrybarnum6826
@harrybarnum6826 4 жыл бұрын
YOU ARE A BLOODY LEGEND MATE THANK YOU
@manpreetkaur040587
@manpreetkaur040587 8 жыл бұрын
thank you very much sir. its really good way to make clear of our confusions about for loop codes.
@FindingLaika
@FindingLaika 9 жыл бұрын
Super informative, easy to understand Plus your voice is kinda soothing
@mattkavanagh7058
@mattkavanagh7058 10 жыл бұрын
very well explained - clear and succinct - thankyou,
@tobvonstieglitz1891
@tobvonstieglitz1891 9 жыл бұрын
This helped me a lot. you can explain very well! thanks!
@moinaction
@moinaction 9 жыл бұрын
Thanks so much for this tutorial. I like it
@basalduat
@basalduat 10 жыл бұрын
Well done John! However, please enlarge the font size of the editor to 18 pt or larger. Finally, before you stop the recording let us see ALL the code before you stop. Sincerely, Tim
@angelatocchi2560
@angelatocchi2560 11 жыл бұрын
void setup() { size(600,600); } void draw() { background (0); for(int i=0; i < 20; i++); { ellipse( 50*i,50, 20, 20); } } When I put in your code it tells me "cannot find anything named i." I know the problem is with the " ellipse( 50*i,50, 20, 20);" but I cannot figure out what went wrong.
@xClayy
@xClayy 10 жыл бұрын
You need to get rid of the semi-colon after your parenthesis in your for loop. Having the semi-colon there makes the loop close, and when you call i again your program doesn't know where to find it. void setup() { size(600,600); } void draw() { background (0); for(int i=0; i < 20; i++) { ellipse( 50*i,50, 20, 20); } }
@st-nz2ff
@st-nz2ff 7 жыл бұрын
very good tutorial. thumbs up
@sushilbalakrishana8419
@sushilbalakrishana8419 9 жыл бұрын
Thanks nice tutorial ,
Processing Tutorials : The Array
24:22
John Park
Рет қаралды 33 М.
pushMatrix() popMatrix() Processing Tutorial
20:32
John Park
Рет қаралды 35 М.
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
Processing-tutorial: Image-Rasterizer (level: beginner & intermediate)
34:39
tim rodenbröker creative coding
Рет қаралды 97 М.
Using Sound in Processing with Minim
20:39
John Park
Рет қаралды 76 М.
Understanding FOR Loops
14:20
Avarys
Рет қаралды 24 М.
Processing Tutorial: Creating Trippy Animations with the Superformula
19:07
Processing-Tutorial: Kinetic Typography 1
16:53
tim rodenbröker creative coding
Рет қаралды 80 М.
2024's Biggest Breakthroughs in Math
15:13
Quanta Magazine
Рет қаралды 457 М.
Learn Processing - Ep 05 - Functions & Loops
11:12
dante
Рет қаралды 30 М.
Rasterize 3D (Processing Tutorial)
23:40
tim rodenbröker creative coding
Рет қаралды 87 М.
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН