1.1: Introduction - p5.js Tutorial

preview_player
Показать описание


Help us caption & translate this video!

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

yuss finally someone who is not boring and that teaches well

-BONELESS-
Автор

You are the most interesting and funny instructor that I have ever seen. Thanks a lot to share your knowledge which I couldn't even try without your video!

Chloehjk
Автор

I've been programming since I was a kid in 1989. I build game engines from scratch in pure C, without any libraries; not even the standard library. But whenever I'm feeling down or up against a wall I come to watch one of your videos, and instantly I feel inspired and my day is filled with joy. I cannot put in words how much your attitude and creativity mean to me.

Thank you for being you.

totheknee
Автор

Daniel Shiffman produces 27 videos in the time it takes me me to learn where all of my classes are.

bradgillap
Автор

Hello Daniel, I probably won't find the right words to thank you...
Around 1 month ago I started learning to program with you by watching your amazing videos and from being a total beginner now I am already building my first web app! I am so grateful!
You really are an amazing teacher and learning with you is a lot of fun!
I am a music teacher and I am learning so much about teaching from you! Thank you so much for the time and the effort for making all these videos, I have already watched most of them and I can't ever have enough...
I know sometimes it can feel weird to talk to a cam, but you should never forget that on other sides of the world there are very real people like me who appreciate every word you say (including all the rainbows, the purple, pink and orange circles, the clementines and cetera...)! Thank you, Daniel!

GiacomoCarusoMusic
Автор

This is good even as a comedy video alone. Learning is a bonus prize.

tecnoplayer
Автор

These videos literally bring joy to my life.

Tiaraz
Автор

"now I'm gonna open it because I live in a cave" xD

kristiann
Автор

All I can say is that YOU ARE THE BEST TEACHER, I watch other videos for 10 minutes and get bored, and when I am with you, hours becomes minutes. I learn so much from you. Thank You :)

ali
Автор

Don't ever stop these tutorials! You're a genius. :D

apoorvwatsky
Автор

This is what I was looking for. Explanation what is p5 and Processing + a bit of information on its history and ideas.
One might call it offtopic, but I call it good way of teaching.
I would like to have fun with p5 right now... But the offtop was me looking at stuff related to processing when I was supposed to work on ASP.NET and/or angular.js right now... I guess I will save this channel for later...

hory-portier
Автор

I have always thought that programming is difficult, but with that way of beginning ... it seems that it is like when a child has a color and sees a wall. Thank you!! A designer. Sorry for my English. =)

MaAlejaGaitanD
Автор

Im going to watch all these videos and I will come back to this comment when I finish it all and lets see how much I know how to do compared to now (nothing)

zando
Автор

You are so good for the dev community.

markusmulholland
Автор

I cannot get P5.js to open up on my Windows 10 PC that has 64 bits. I kept getting error messages like Line 10716, Char 1, Error Expected identifyer, string or number and Code 860A0404. I tried Chrome, Firefox and IE with an error message or no response. Nothing to download beyond downing loading the zip file and opening it. :-(

KJAlways
Автор

a lil code just to see a couple of shapes






function setup() {
createCanvas(400, 400);
}


function draw() {
background(100);


rectMode(CENTER);
strokeWeight(4);
stroke(0, 0, 255);
fill(0, 255, 0);
rect(200, 150, 150, 150);

noStroke();
fill(255, 0, 0, 175);
ellipse(150, 250, 100, 75);
}

topfloorbossnet
Автор

Hello, i am a junior front end developer, I really like your all the tutorials, I watched first one which is about neural network and decided to watch all your videos from the start, really addicted to it. omg!!!! Please keep doing those code challenge and all of those are so fkn interesting! really like it. Great teacher !

carllee
Автор

Is there anything like it but for python?

aviadlampert
Автор

Porque nao colocam todos os videos com legenda em Portugues? (Portuguese subtitles don't have, why?)

negraof
Автор

sirens on the background, they were looking for you lol

herrkin