these are the best tutorials on youtube man defo for beginners like me who finding it hard to understand programming, thanks
@f.jideament6 жыл бұрын
3:40 "i watched the video of Daniel Shiffman" part is the best meme i've ever seen in my life.
@jordanfry28996 жыл бұрын
Funny how you'd post this, because yesterday I made my first simple game with JavaScript and had a go at p5. So. many. error. messeges. I've got a lot to learn.
@goldthumb2 жыл бұрын
I would encourage young parents to watch this series in case their kids want to learn coding but still need some help to follow Daniel's videos directly for whatever reasons (e.g. kids live in non-English speaking countries and their English is not good enough yet).
@saurabhgupta84664 жыл бұрын
you are the best teacher for coding
@neetisuggula11114 жыл бұрын
Hats off The best teacher on youtube!
@Prince-ti4jh4 жыл бұрын
best playlist on youtube ever
@Otakutaru6 жыл бұрын
Mmmmm... MMMORE videos!!! I want more! >:D
@jritzeku6 жыл бұрын
:( u forgot to hit the bell at end...
@abuolys50275 жыл бұрын
But he did... 5:58.
@musicalocean1174 жыл бұрын
thank you so much for teaching about p5 js web editor a good teacher for that once again thank you
@musicalocean1174 жыл бұрын
a good teacher for p5 js web editor
@felixf.28656 жыл бұрын
These are great! Fun to watch and perfect to get into ps5. Thanks a ton :-)
@wilhelm.reeves6 жыл бұрын
unicornMagic() am definitely gonna use it on my projects ahead
Hi Daniel, I know this is unrelated to the content of this video, but I had a question about the p5js web editor: Is there a way to add sheets to your project folder so that you can spread your code across multiple sheets?
@TheCodingTrain6 жыл бұрын
You can have multiple JavaScript files, yes, I will have to remember to make a video to show how to do this!
@Danicker6 жыл бұрын
Thanks, that would be really helpful as I am working on a large (large by my standards at least) project, and having all my code in one file is getting unwieldy
@GerardoBecerra5976 жыл бұрын
Hi, Dan, I love your videos. I started using p5 in Brackets, it has some troubles with JSLint and ESLint but anyways Brackets let the program run in the browser, my problem is that it doesn't highlight functions or any command like createCanvas, rect, background and their parameters, it just type all letters in gray, do you know what could be the problem?
@swiftpotato67465 жыл бұрын
print("It's good practice to use semicolons for when you use a language that needs them");
@michelangelo33306 жыл бұрын
Hello from italy 🇮🇹
@agentNirmites5 жыл бұрын
How can I connect p5js with micro controller?
@Light779006 жыл бұрын
when I type in print(), my computer literally thinks I want to print out the page on a paper, while I actually just wanted to see it in the console, what went wrong??
@harrymack35656 жыл бұрын
You must have put it in the draw function, it should be in the setup func i think
@scoreandspore.5606Ай бұрын
You need to actually put something in the print function
@geo59904 жыл бұрын
OH MY GOD LEGEND!
@SumayyahMohd-lp7xe10 ай бұрын
how can we make the line in center i tried different ways but couldn't do it please help.
@gayatrigongada62544 жыл бұрын
even if I remove semicolon in draw function at the end of ellipse why am i not getting syntax error? and can pls tell me where can check line wise code execution for p5
@CarelessMiss6 жыл бұрын
mfw a youtuber is better than my teacher
@clementlebeau4846 жыл бұрын
I kinda have a problem, in the p5.js web editor, I see my console, but when i have an error or I use something like println(), I don't get anything down in the console, is there a way to fix this ?
@TheCodingTrain6 жыл бұрын
Would you mind asking at discourse.processing.org/! It's a better platform for Processing and p5.js related code questions. You can share code there easily! Feel free to link from here to your post.
@65FM1Edits6 жыл бұрын
5:45, y did that happen?
@dimplequeen89914 жыл бұрын
What if i put mouseY in place of mouseX?
@kerhabplays4 жыл бұрын
I type "print()" while it was updating in realtime...the print tab didnt closee
@yogeshjadhav6944 жыл бұрын
I made a line and ellipse,but when i write strokeweight(4),the whole ellipse got dissappear.error is showing strokeweight is not defined...
@slowedsoundnetwork82884 жыл бұрын
you have to type strokeWeight. For some reason, most of the time you have to type the second word in the function with a capital letter.
@jackzbazuka4 жыл бұрын
i really would like a vscode/atom edition of this
@Asoham3 жыл бұрын
iam facing Event {isTrusted: true, constructor: Object}
@thelavagod4 жыл бұрын
4:12 unicornMagic xD
@nioniostopmo Жыл бұрын
one thing would nice to have is a canvas export to png!
@DiamantineRakib4 жыл бұрын
Uncaught NotSupportedError: Failed to execute 'createBuffer' on 'BaseAudioContext': The number of frames provided (0) is less than or equal to the minimum bound (0). (sketch: line 36) I'm getting this error, someone help please
@DiamantineRakib4 жыл бұрын
@@garrybogdanho let mic, recorder, soundFile; let state = 0; function setup() { noCanvas(); recording(); setTimeout(stopRecording,3000); } function recording() { mic = new p5.AudioIn(); mic.start(); recorder = new p5.SoundRecorder(); recorder.setInput(mic); soundFile = new p5.SoundFile(); userStartAudio(); console.log("recording started"); recorder.record(soundFile); console.log("soundfile"); } function stopRecording() { setTimeout(recorder.stop(),1000); console.log("recording stopped"); mic.stop(); console.log("mic stopped"); soundFile.play(); // play the result! console.log("recording play"); save(soundFile, 'mySound.wav'); console.log("recording saved"); }
@DiamantineRakib4 жыл бұрын
when i want to run this code in any browser getting the above error, but it works perfectly in p5.js's online code editor
@DiamantineRakib4 жыл бұрын
I guess you aren't not the problem solver I'm looking for. I found alternative solution for my problem. Anyway thanks for your interest.
@pinkiguleriya94502 жыл бұрын
I am getting an error that createCanvas is not defined
@wilhelm.reeves6 жыл бұрын
i typed print under second function, now am getting chrome's print popup continuously as its on auto-refresh LOL!
@TheCodingTrain6 жыл бұрын
doh!
@lavisworld51425 жыл бұрын
Sir can we create games with p5.js library
@TheCodingTrain5 жыл бұрын
Indeed! Check my coding challenges playlist.
@lavisworld51425 жыл бұрын
@@TheCodingTrain Sir make a series of tutorials of learning unity and how to develop games with it for Windows , mac and Android
@roseywolf78674 жыл бұрын
I'm new to P5 and I'm just really mad about the errors I don't understand anything and I just can't understand anything I'm completely new to coding and I just want to learn it so bad rn
@financedburrito45105 жыл бұрын
I'm having issues with print(). whenever I type print() in setup or draw is opens the print screen tab. I'mm on a windows 10 64 bit machtine) if anyone can help let me know. (It is also just the p5 web site that I have any issues.)
@TheCodingTrain5 жыл бұрын
Would you mind asking at discourse.processing.org/! It's a better platform for Processing and p5.js related code questions. You can share code there easily! Feel free to link from here to your post.
@MixYTsCool3 жыл бұрын
i have an error where it says There's an error due to the word "hello" not being defined in the current scope (i wrote hello and it said this messages i hope you see this because i am watching in 2021 And this vid was uploaded in 2018/ 10 /sep
@snimerjotsingh55614 жыл бұрын
watching in 2020 :) if i use print it opens a pop up to print the page
@mithileshsingh86886 жыл бұрын
U r best
@shresthagarwal51033 жыл бұрын
How you are zooming so much
@henry83884 жыл бұрын
Went a little bit ahead with some awesome moving shapes! editor.p5js.org/HenryHell0/full/LeyRLAa_W
@nbueno00 Жыл бұрын
O erro que sempre acontece comigo é "UP_ARROW" e "DOWN_ARROW"
@JakubWojciechowski9336 жыл бұрын
Can't listen to him because of his T-shirt. The heck is going on with this inscription?
@beaverjoe91716 жыл бұрын
When I was coding I was murder also I was one detective. because I made errors and I have to console.log/Debug.Log
@DjgubbvHknbgf-x7b2 ай бұрын
طلاع واجه يا جميل يا صوص
@oguzakankan5186 жыл бұрын
I can't understand vanilla js please help me :(
@denemedeneme64036 жыл бұрын
dostum anlamadığın şeyleri bana sorabilirsin istersen
@jelamkhan98816 жыл бұрын
Teach in hindi pls
@znza321234 жыл бұрын
Stop speaking faster, this doesn't make you smarter or interesting. It's a tutorial.