Hey Coding Train! I really love your videos! Maybe think about doing a juggling kind of animation? Like a 3 ball cascade? I think it would be really interesting to see, how you implement the physics with velocity, throw high etc. but also what happens, when the ball is catched. Also the timing of the throws would be interesting... Hope you read my comment - I definitely think it would be a simple but also challenging video :)
I don't know if it's the version of Processing I'm using (3.2.3), but following along to 7:08 I keep encountering a nullpointexception coming from the Car.show() function. I have been studying the video intensely trying to find any differences, but can't for the life of me.
now that the p5js editor is been DEPRECATED, and the GETHUB has recommended they following text editors brackets, sublime, atom etc, how to run the your following program in these editors
You can try some of these workflow videos: sublime text: ruclips.net/video/UCHzlUiDD10/видео.html atom editor: ruclips.net/video/d3OcFexe9Ik/видео.html brackets: ruclips.net/video/nmZbhManVcY/видео.html codepen: ruclips.net/video/5gfUgNpS6kY/видео.html
Reddy Tintaya hah I have a little oled screen bet this could be ported pretty easily would need to use something like u8glib for the graphics and might be low frame rate but probably doable
I can watch these forever!!
Hey Coding Train! I really love your videos!
Maybe think about doing a juggling kind of animation? Like a 3 ball cascade? I think it would be really interesting to see, how you implement the physics with velocity, throw high etc. but also what happens, when the ball is catched. Also the timing of the throws would be interesting...
Hope you read my comment - I definitely think it would be a simple but also challenging video :)
this code is so fukkin advanced i couldnt keep up after the part where he said welcome to, part two!!
I like! Keep it up!
Thank you!
I don't know if it's the version of Processing I'm using (3.2.3), but following along to 7:08 I keep encountering a nullpointexception coming from the Car.show() function. I have been studying the video intensely trying to find any differences, but can't for the life of me.
does your array size equal the number of new cars you create in the for loop?
Thanks, that seems to have fixed it
@@joostvanrens lifesaver
when you only know how to use vbs but still look at the video because this guy is mad and fucking amazing at the same time :D
Daniel! Great video like always! By the way can u do python coding challenge?
aAhh Like! And now I'm gonna watch it😉
"...car extends frog..." LOL, very funny :-D
Can I see the code in p5Js instead? I'm not using processor yet.
Amazing stuff ;)
Can someone tell me what font is he using?
great video...!! in my program the cars rectangle are diferent size and i don't know why... Can you help me...??
The code
for (Car car : cars) {
car.show();
car.update();
}
Gives me a NullPointerException at "car.show();". Anyone know how to fix this?
Samuel Coelho did you remember to actually make a function called “show()” in the car class?
now that the p5js editor is been DEPRECATED, and the GETHUB has recommended they following text editors brackets, sublime, atom etc, how to run the your following program in these editors
You can try some of these workflow videos:
sublime text: ruclips.net/video/UCHzlUiDD10/видео.html
atom editor: ruclips.net/video/d3OcFexe9Ik/видео.html
brackets: ruclips.net/video/nmZbhManVcY/видео.html
codepen: ruclips.net/video/5gfUgNpS6kY/видео.html
Does somebody know if an arduino Mega supports a code based in this logic, with a TFT screen?...
Reddy Tintaya hah I have a little oled screen bet this could be ported pretty easily would need to use something like u8glib for the graphics and might be low frame rate but probably doable
and now, dynamic change screen size please
what programming language is he using and the software name too
murugesan V it is processing, A library of java
You should have had one of the car rows moving in the opposite direction.
Please you can make a leap On game
Dan For President...LOL
Yeah, the logs shouldn't be too hard.