Also, can you cover framerate independendence with p5/processing? (makes animations or updates appear to work at same speed independently of 60 or 30 fps or whatever)
Hi Daniel, you have a wonderful channel!! Are you planning to make an Angular or Ember video? that would be so great. Thanks for everything you share man. :)
Hey man, I've seen almost all of your videos and I'm loving processing and p5. I was thinking how you would do networking on Processing like with node.js with p5.js? I want to make an android game with processing, but don't know how to deal with networking and server without node.js. Can you do a video about it?
I'm also having trouble. it seems they no longer host the p5 editor on the site. I am just using processing, which supports p5 through means of searching for p5 in the upper right corner.
As Ladice said, the p5 editor is no longer supported. In this video Daniel is using CodePen but the most common IDE he uses is called Atom which is available at the link below.atom.io/
Adil Khatri First parameter is the variable you are mapping a range from; next two are the min and max of the first variable; final two parameters are the range you want returned, having been mapped to previous range.
Kewl, I lernt how to make a hexagon in P5. let NUM = 6; let DEG = 60; let r = 100; beginShape(); for (let i = 0; i < NUM; i++) { let y = sin(DEG*i)* (r) let x = cos(DEG*i)* (r) vertex(x, y); } endShape(CLOSE);
READ THIS : hey, I left you a comment on coding challenge 49, please check it out because the code can be made so that it can load all 3000 photos( and even more ) no problem
"It's a happy point" I just noticed you are the Bob Ross of coding hahahahaha
he definitely is :D
This is the top comment on so many of his videos, but this time, he said the thing!
lol never noticed it
I just love the maths behind the computer graphics, especially trigonometry. love code, love maths
being in 9th grade, I know this video is gonna help me in the near future!
THANKS DAN
this is purely math, It's amazing
Love the video. Could have used it literally two days ago on a project but managed to figured it out lol
Also, can you cover framerate independendence with p5/processing? (makes animations or updates appear to work at same speed independently of 60 or 30 fps or whatever)
I really like what you do. Please, can you make some videos talking about neural networks and doing simple examples?
Thank you.
Hi Daniel, you have a wonderful channel!! Are you planning to make an Angular or Ember video? that would be so great. Thanks for everything you share man. :)
Sidenote : Great T-shirt!
thank you!
It's a happy point :D
Help? - so if I had two x and y points on a screen, what math could I use to get the angle that one is from the other?
Very great video! Keep up the good work!
Hey man, I've seen almost all of your videos and I'm loving processing and p5. I was thinking how you would do networking on Processing like with node.js with p5.js? I want to make an android game with processing, but don't know how to deal with networking and server without node.js. Can you do a video about it?
please make coding challenge feeding frenzy!
i love you man
i can't seen to download the p5.js app can you help me out with that
I'm also having trouble.
it seems they no longer host the p5 editor on the site. I am just using processing, which supports p5 through means of searching for p5 in the upper right corner.
As Ladice said, the p5 editor is no longer supported. In this video Daniel is using CodePen but the most common IDE he uses is called Atom which is available at the link below.atom.io/
Please do a star chart - converting RA & DEC co-ordinates to screen co-ordinates.
point.happy = true;
I love your videos!! :)
Thank you!
ok,i beginner in java script can any one tell me what parameters are passed in map function?
Adil Khatri First parameter is the variable you are mapping a range from; next two are the min and max of the first variable; final two parameters are the range you want returned, having been mapped to previous range.
Thanks for teaching me cos and sin, now i can brag about my intelligence to my friends! 😂😂
lol
call that angle angle!!?!?? what happened to α or θ. :(((
Do some people who wish to do programming really not know how to cross multiply equations?
I was 2 full minutes cleaning my screen, just to realise it was something in the whiteboard...
codesandbox > codepen
Hardest part is applying "real life functions" to code, that's for sure.
#include
int main(){
cout > answer;
if (answer == "yes"){
cout > "username";
}
return 0;
}
you didn't include nor
Fifth! Or fourth? Or third?
How can 225 000+ subs and only 6.7k videos =/
Kewl, I lernt how to make a hexagon in P5.
let NUM = 6;
let DEG = 60;
let r = 100;
beginShape();
for (let i = 0; i < NUM; i++) {
let y = sin(DEG*i)* (r)
let x = cos(DEG*i)* (r)
vertex(x, y);
}
endShape(CLOSE);
FIRST ~ Hello Dan
great video thanks for explaining, i can use this to recreate one of my old games i made in scratch in js: scratch.mit.edu/projects/132412680/
READ THIS : hey, I left you a comment on coding challenge 49, please check it out because the code can be made so that it can load all 3000 photos( and even more ) no problem
got it!
First :)
O no, second :( 😂😂