Тёмный
No video :(

Coding Challenge 1: Starfield Simulation 

The Coding Train
Подписаться 1,7 млн
Просмотров 1,3 млн
50% 1

Опубликовано:

 

20 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1,3 тыс.   
@X152535
@X152535 7 лет назад
This guy has to be the happiest developer alive. I write 5 lines of code and it feels like I've been solving math problems for 10 hours straight!
@ike101awsome5
@ike101awsome5 7 лет назад
X152535 I
@devtablet8447
@devtablet8447 6 лет назад
X152535 lol
@otesunki
@otesunki 6 лет назад
This guy is practically the "generic" indie developer.
@50kforthesauce77
@50kforthesauce77 5 лет назад
its not really math....trust me, it just look like math. lol. that is like saying roman numeral look like your speaking english but its not english, it just an illusion like V, L, I, X etc. the point is, don't let it intimidate you and keep going!
@chappie3642
@chappie3642 5 лет назад
@@50kforthesauce77 it depends on what you are doing, if you are writing a physics engine or an AI you will surely encounter some maths
@TheWeepingCorpse
@TheWeepingCorpse 8 лет назад
you didnt fail, you had a working star field in under 10 minutes but then you suffered from feature creep lol
@TheCodingTrain
@TheCodingTrain 8 лет назад
+TheWeepingCorpse SO TRUE!!
@xLoxLoLex
@xLoxLoLex 6 лет назад
yeah, it's like when you say 3, 2, 1, 0.5, 0.25, 0.125, etc... hahahaha
@javierojeda1634
@javierojeda1634 6 лет назад
SO FREAKIN' TRUE!!! LOL
@steveburrus9347
@steveburrus9347 5 лет назад
What the hell is "feature creep" anyway?
@valshaped
@valshaped 5 лет назад
"Feature creep" is when you finish all the core features but then think of more features that would be nice to add, so you add them, and then you think of more features that would be nice to add, so you add them, and then you think of more features that would be nice to add... It's like a run-on sentence but for programming.
@haleemulhassan9158
@haleemulhassan9158 8 лет назад
Genius....just pure genius. Make me your apprentice master Kenobi!
@TheCodingTrain
@TheCodingTrain 8 лет назад
Thank you so much!
@Pandamoaneeum
@Pandamoaneeum 7 лет назад
Any man who can Speak through the Time Space Continuum, who can echo their voice across that of Time-Space; Is a man i would Consider my Master.
@nickjimenez3250
@nickjimenez3250 7 лет назад
The Coding Train - I'm ten years old and I want to learn how to program, should I read a book?
@DemetrisLeptos
@DemetrisLeptos 7 лет назад
+Nick Jimenez1 yes, and read code and best advice I can give: "know there's no magic - you make the magic happen" try out tools - learn to "talk" to computers.. eventually you'll work with the way you like to talk to your computer..
@TheMrInfantaria
@TheMrInfantaria 7 лет назад
He is right. I just recently discovered your channel, and I work in IT. You are a genius.
@joshyjosh8795
@joshyjosh8795 2 года назад
12:11 I love it when Daniel opens these seemingly demonic portals, and he quickly appreciates them, and then is like "no time!" and moves on. Makes me laugh. Also inspires me to want to pursue creating my own trippy visuals
@nahueljo
@nahueljo 7 лет назад
I felt like I was watching an action movie! "oh no! he won't make it on time! D: *bomb explodes* "
@prettyawesome694
@prettyawesome694 6 лет назад
dude, same here:)))
@tutituti4344
@tutituti4344 6 лет назад
Your bomb will never explode if the terrorist don't want to deal with division by 0
@DennisComella
@DennisComella 6 лет назад
Reminded me of Galaxy Quest when the timer "ran out."
@BranchBruh
@BranchBruh 5 лет назад
lol so funny i did to
@joeybellas5830
@joeybellas5830 3 года назад
Who puts a bomb in a flash drive? Damn terrorists.
@ockley
@ockley 8 лет назад
You are absolutely great at stress-coding. I loved watching you work with this challenge.
@TheCodingTrain
@TheCodingTrain 8 лет назад
+Karsten Vestergaard thank you!
@ilustrado7291
@ilustrado7291 7 лет назад
I applaud at the end like I was watching some kind of an action movie.. DAMN.. 2 VIDEOS INTO YOUR CHANNEL AND I'M LOVIN IT!
@therob39
@therob39 7 лет назад
it should be Star() { x = random(-width/2, width/2); y = random(-height/2, height/2); } so you really see all the stars, that are created. in your code you're only seeing 1/4 of all stars. the rest of the stars is beyond the screen!
@avinashyallapu32
@avinashyallapu32 6 лет назад
therob39 which programing language is that??
@vittim1998
@vittim1998 5 лет назад
@@avinashyallapu32 java
@kipchickensout
@kipchickensout 5 лет назад
vitor anthés well looks likr c# or c++ as well lmao
@hoangtran-yw7mw
@hoangtran-yw7mw 5 лет назад
I code by Javascript and have problem like that. Because we use translate +1/2 width and +1/2 height, so we need get random positions from -1/2 to 1/2 of width and height. Example: x = Math.random()*canvas.width - canvas.width/2;
@chappie3642
@chappie3642 5 лет назад
@@vittim1998 it's not java lol, the constructor in java has the public keyword before the class name
@f_u_n_e_r_a_l
@f_u_n_e_r_a_l 7 лет назад
Seeing someone coding in Processing is never been this exciting, I loved it
@andrez76
@andrez76 6 лет назад
Back in, I think, 2014, I heard about your book and decided to support it. I had no idea who you were. Now I've been watching your videos and I must say: thank you! You are an amazing teacher and human being. I'm so glad I've found this. Best wishes!
@maherf768
@maherf768 7 лет назад
I'm from Syria, we have no proper programming education, I've been watching your vids for a while now. got me so excited I started trying things around and It feels so great to see codes work!! I can't thank you enough, man. I needed this hobby. a side question if you don't mind. what would you recommend for creating Java desktop apps. I've been playing arround with NW.js and electron and I'm wondering if p5 works well with them?
@TheCodingTrain
@TheCodingTrain 7 лет назад
+Maher F wow! Hello! Do you mean JavaScript? Yes I would recommend electron. I should do a video about it. You can use p5 with it yes.
@maherf768
@maherf768 7 лет назад
thank you so much, looking forward to that video. love your channel and your approach to coding in general. I'm a noob that's learning a lot of things and it feels so awesome. really thankful for sharing knowledge. always a fan.
@dimitrijk3267
@dimitrijk3267 7 лет назад
I saw this vidio and i thought well i cant programm like this but i can in Scratch ( scratch.mit.edu ) and i try to meke it in Scratch but after 4 hour of trying and analysing you vidio and the Script i gave up :D
@ThePiones
@ThePiones 7 лет назад
Actually, it would be easier to do this in Processing than in Scratch, because of the built in functions (like map(), etc)
@dimitrijk3267
@dimitrijk3267 7 лет назад
ThePiones I know after many atemps I could replicate this :(
@Embre_2
@Embre_2 7 лет назад
Love the explanation in these videos, but i would like to see a "quick code" challenge, where u just have a goal and just code as fast as u can without explaing anything.
@ideallyjekyl5200
@ideallyjekyl5200 7 лет назад
But his explanations are what got me interested in coding in the first place :D
@neiljaphtha9895
@neiljaphtha9895 7 лет назад
Emil Schjerven Brenden 10 mins of silent coding would make a boring video
@Embre_2
@Embre_2 7 лет назад
yeah, i just wanna see how fast he is able to write something ;))
@JohnDoe_69
@JohnDoe_69 7 лет назад
No need to be silent, he could just say what he is coding at the moment, with a few test plays.
@nickjimenez3250
@nickjimenez3250 7 лет назад
Emil Schjerven Brenden - I thought this idea was good, but then I realized it was terrible.
@katty4682
@katty4682 7 лет назад
This is the first time a programming tutorial vid ever put me on the edge of my seat.
@TheCodingTrain
@TheCodingTrain 7 лет назад
Hah, that's amazing to hear!
@azul4900
@azul4900 7 лет назад
I'm 14 and your videos already defined what I am going to be in the future.
@TheCodingTrain
@TheCodingTrain 7 лет назад
+ACWRITES ENTERTAINMENT I'm glad to hear thank you for watching!
@otesunki
@otesunki 6 лет назад
A Programmer! Welcome to the world of code.
@Djmaxofficial
@Djmaxofficial 5 лет назад
A lot of coffee :)
@kipchickensout
@kipchickensout 5 лет назад
DJMAXOfficial tons
@MikeBrady68
@MikeBrady68 5 лет назад
You're going to be a starfield?
@Tokyo_Pessi
@Tokyo_Pessi 7 лет назад
"now I could add a P vector" Me: yeah, you could! *Has no idea what a p vector is*
@legincy5137
@legincy5137 5 лет назад
God damn true 😂
@andyshort4876
@andyshort4876 4 года назад
XD
@kianchilds2317
@kianchilds2317 4 года назад
Processing vector
@skorpyo331
@skorpyo331 4 года назад
🤣🤣🤣🤣🤣
@raffaelechinotti5244
@raffaelechinotti5244 4 года назад
@@kianchilds2317 And what is the difference?
@Mashimara
@Mashimara 2 года назад
I JUST found your videos. I have been on a technology break for a few years. I just watched your #1 and #2. Very impressed with the teaching style. NO REPEATING. I have had a PCS, Stroke, TIAs, TBI, and Seizures. I used to code with my eyes closed, but the combination of everything in my brain has caused about 80% loss in my knowledge. This has been GREATLY helpful.
@mrCetus
@mrCetus 2 года назад
This is SO AWESOME!!! I can't thank you enough. You've really inspired me to learn programing with code arts (yes, arts) like this one, showing me this is what I need to do. I'm from Brazil and, unfortunetly, there's not much of programing incentive here yet. Keep doing this! I deeply believe you're changing a lot of people's life. Thank you so much!!
@joshuamarris6236
@joshuamarris6236 7 лет назад
Just want to add that x and y should be random (-width/2,width/2) and (-height/2,height/2), respectively, rather than increasing the number of stars as you did. Great tutorial as always!
@TheCodingTrain
@TheCodingTrain 7 лет назад
+Joshua Marris oh good point!
@joshuamarris6236
@joshuamarris6236 7 лет назад
I'm honored you think so!
@xxwaldi
@xxwaldi 6 лет назад
what also works is: (0, width) - width/2
@malikkemp7617
@malikkemp7617 4 года назад
I love this guy, It gives me hope that last year I couldn't understand a thing he was doing, now I understand most of it.
@pizzawhisker
@pizzawhisker 5 лет назад
12:08 when you try to program something normal but instead open a parallel universe
@HumorDemais
@HumorDemais 5 лет назад
how much for the powder?
@lofizenbeats22
@lofizenbeats22 18 дней назад
I discovered this channel in July 2024 and I'm impressed!! It's simply wonderful!
@emiliopuntoadios
@emiliopuntoadios 7 лет назад
This looks better than No Man's Sky
@spencerhoward3593
@spencerhoward3593 7 лет назад
Emilio de Vicente Caamaño Everything looks better than no man's sky :3
@jaredmendoza1575
@jaredmendoza1575 6 лет назад
the best coment ever !
@retrogeko7955
@retrogeko7955 6 лет назад
Emilio de Vicente Caamaño this comment aged well..
@geraldescolano5389
@geraldescolano5389 5 лет назад
oof
@flamingfury321
@flamingfury321 5 лет назад
No it doesn't!
@mauodias
@mauodias 5 лет назад
You've just recreated my favorite Windows 3.11 screensaver in less than 15 minutes. You're a hero.
@tomato7443
@tomato7443 5 лет назад
"space is what color?" *stares for a minute * * giggles * that made me smile for no reason what so ever :D
@Docko412
@Docko412 8 лет назад
You have restored my faith in programming, thank you for everything you do. These are the best thing ever. I am now fully interested in programming again after almost a year
@raiden6428
@raiden6428 7 лет назад
Same here. I got out of programming for almost an entire year. I am committed to learning this skill now!
@TheCodingTrain
@TheCodingTrain 7 лет назад
+Elijah Hamra yay!
@HuslWusl
@HuslWusl 7 лет назад
I've watched 2 videos and I've already subscribed :D But am I the only one who enjoys that you're talking so fast? :'D
@MG-fu6it
@MG-fu6it 6 лет назад
If they talk to slow, then double the speed.
@markchestersalazar6719
@markchestersalazar6719 7 лет назад
I'm a Bachelor of Science Information Technology from here in Philippines,, i watched 3 of your coding challenge and now, you are my idol for Coding. :) thanks for this video man :D
@TheCodingTrain
@TheCodingTrain 7 лет назад
That's nice to hear, thank you for watching!
@markchestersalazar6719
@markchestersalazar6719 7 лет назад
The Coding Train i wish you will teach me in many codings in different c++ and other codings :)
@manueltakerumazuelosw.6181
@manueltakerumazuelosw.6181 7 лет назад
I can do a hello world in 10 minutes :) . . . if im lucky
@zazezo123
@zazezo123 7 лет назад
lol
@rilazadventure
@rilazadventure 6 лет назад
I can write it under 10 seconds. in notepad.
@marz1432
@marz1432 6 лет назад
#include using namespace std; int main() {cout
@zoltanpataki1307
@zoltanpataki1307 5 лет назад
void setup() { size(200, 200); text("Hello World"); }
@deadlyjoy7964
@deadlyjoy7964 5 лет назад
JavaScript - text(“hello world”, 100, 100); P.S. I recommend learning JavaScript on Khan Academy for beginners. Plus while your there you can learn animations, computer science, code, and more. Also, they can help you with with a subject your struggling on in school. It’s free and all you need to do is make an account! I just wanted to tell you.😊
@CJ-pd7xg
@CJ-pd7xg 7 лет назад
I honestly will watch your videos just to put me in a better mood. Like I will literally have no interest in doing the actual project at the time but know that I watch one video of yours, I'm just going to feel better about life in general. Thank you sir.
@alexam.necula6020
@alexam.necula6020 5 лет назад
My first thought when clicking on this video was: "Huh? Star Wars?!" lmao This video was really good! Never stop programming, we need you lol ! :) Edit: OMG, this is the first time I get a heart, yay! ❤😄
@jutsuuchiha3858
@jutsuuchiha3858 4 года назад
Which programming did he used
@LoganLovell
@LoganLovell 7 лет назад
this makes my struggles with arduino earlier this semester seem so obsolete .
@Nebulaoblivion
@Nebulaoblivion 6 месяцев назад
he made starfield seven years before bethesda.
@youls
@youls 5 лет назад
Am just a beginner in programming, and am very excited with this train.
@ayzee12
@ayzee12 7 лет назад
"..and it's not..oh my goodness the X doesn't matter!" AMAZING epiphany moment at 11:12. Great video. I enjoyed installing and using Processing on Atom.
@TheCodingTrain
@TheCodingTrain 7 лет назад
Thank you!
@ayzee12
@ayzee12 7 лет назад
Thanks for replying Daniel. I am new to Processing but I know Java. I didn't fully understand the role of each line of code in Starfield but I know it's tough for you to explain everything when the clock is ticking. All the best! - - Alex Zaslavsky
@FernandoNomellini
@FernandoNomellini 7 лет назад
I just foud out this channel. This is great !
@TheCodingTrain
@TheCodingTrain 7 лет назад
welcome!
@SirSlimeington
@SirSlimeington 7 лет назад
Me too. And this is indeed great :D
@NaderiosTNT
@NaderiosTNT 7 лет назад
I can totally agree - definitly great!
@AB-Prince
@AB-Prince 6 лет назад
If you used polar, you could give each star a random angle and it would be easier to move them radially from the center
@gulammohiddin5747
@gulammohiddin5747 4 года назад
Writes an amazing *working* "warp speed" visualization program and deems himself as a failure for not completing in 10 mins. You sir are a typical Asian parent. Subscribed.
@persvendsen270
@persvendsen270 6 лет назад
I'm a poor old man which is learn coding for free on internet. Just love yo're energy and your passion for development.
@circli
@circli 6 лет назад
Watched at 2X speed! :)
@re.liable
@re.liable 4 года назад
That was pretty amazing. I haven't heard of the Processing IDE before.
@y0Aram
@y0Aram 5 лет назад
This guy did this with such happiness and entusiasm in 10min and I wouldn't never solve this problem if my life depended on it
@nocturne6320
@nocturne6320 4 года назад
This is the most hyped up coding video I have ever seen
@IBITInformatica
@IBITInformatica 7 лет назад
Oh Obi Wan... it will be nice to make the center/star/origin follow the mouse.... ;-)
@TheCodingTrain
@TheCodingTrain 7 лет назад
+Ibit Informatica excellent suggestion!
@garrytalaroc
@garrytalaroc 6 лет назад
Subbed! But it would be cool if this is 30 minutes, carefully explained video. You inspired me to become a programmer man!
@grumly85
@grumly85 8 месяцев назад
Just came across this playlist, and I can feel the energy and enthusiasm, so I'm going to continue watching 👍
@Kombo-Chapfika
@Kombo-Chapfika 7 лет назад
These short toots are great. Not too intimidating for those of limited attention span (the vast majority of people these days), and as a visual artist, and not a programmer, they've made Processing more accessible than it seemed before, and I'm now learning faster. Thanks!
@TheCodingTrain
@TheCodingTrain 7 лет назад
I'm so glad to hear this!
@ghostl337
@ghostl337 7 лет назад
I think coding is cool, but I don't think I'll ever get into it. I just watch these videos to watch Daniel lmao.
@sugarbooty
@sugarbooty 5 лет назад
If you ever have the opportunity I would recommend it, python is one of the best languages to learn as a beginner because you can do almost anything with it
@RetroGamingClashOfClans
@RetroGamingClashOfClans 6 лет назад
starts out good I feel like I know coding im understanding everything then after few mins my brain goes: px pz px px pz x y z xy pz py pz xp pp px zp xp xy pz zx px px py pz = START FIELD
@danthemancasey
@danthemancasey 6 лет назад
I can totally relate with the way in which you are your own greatest critic. However, this is one occasion I must say you are too hard on yourself! The time you spend explaining what you are doing, while much appreciated, is time that you are not coding. Many of your viewers, myself included, declare this a success! All while being fun, informative, and suspenseful! Good job, awesome video!
@kagura-chan2456
@kagura-chan2456 2 года назад
Your channel is a gold mine! I am so glad I discovered you
@pedrolopes7813
@pedrolopes7813 7 лет назад
New sub here. Two videos watched and amazed. Keep up the good work!!!
@TheCodingTrain
@TheCodingTrain 7 лет назад
+Pedro Lopes thank you!
@helloitsme7553
@helloitsme7553 8 лет назад
ge NI USSSSSSSSS! dont understand a word but you do
@TheCodingTrain
@TheCodingTrain 8 лет назад
heh, thanks for watching!
@RaffysRedstoneLab
@RaffysRedstoneLab 7 лет назад
This as an animated Desktop background and the speed dependent on the CPU usage. Possible or not ?
@kipchickensout
@kipchickensout 5 лет назад
Raffy611 oh wow good idea lol
@Ali-lm7uw
@Ali-lm7uw 5 лет назад
Very few people are really good in JavaScript. And these people are the most passionate about coding. Maybe it's because they overcome the challenge of learning JavaScript, and after that it's all fun.
@AlexTechie
@AlexTechie 4 года назад
When you think you're getting good at programming and then one of these 5/10 minute challenges pops up on your recommended list that blows away anything you've ever done and in a fraction of the time.
@pearyd1204
@pearyd1204 8 лет назад
Next challenge: Piano tiles haha
@Computteren
@Computteren 8 лет назад
Amazing idea!
@TheCodingTrain
@TheCodingTrain 8 лет назад
+Computteren Yes, great idea!!
@Sha77180
@Sha77180 7 лет назад
Thank you so much for this, I just started learning Processing and I'm having so much fun! So, I was trying to modify the saturation of the stars so that the ones further away would be darker. So I mapped a variable to z and used it for the fill colour. The function looks like: float c=map(z, 0, width, random(200,255), random(0,100)); This works for greyscale, but not if I want coloured stars. What could I do to fix this?
@jutsuuchiha3858
@jutsuuchiha3858 4 года назад
Which environment are you using to program
@miguelmaig
@miguelmaig 3 года назад
Oh my god!! That ending was more exciting than Avengers! hahaha
@hfjnvnlucas
@hfjnvnlucas 7 лет назад
I don't know how this got recommended to me but I'm loving it
@okoiful
@okoiful 8 лет назад
Hey Dan can you please explain the line : var sx= map(this.x / this.z , 0,1, 0, width ); What is the "0,1" doing there ? Thanks!
@TheCodingTrain
@TheCodingTrain 8 лет назад
+Giorgio Martini x has a range from 0 to 400, z has a range from 0 to 400. So x/z has a range from 0 to 1 which I want to map back to 0 to 400.
@Sokar6186
@Sokar6186 7 лет назад
I realize you made this comment 7 months ago, but I don't think the math works out. Between the instances where you reset a star to z = width, x is essentially a constant from 0 to 400, but z is constantly decreasing. So shouldn't the value of x/z increase well out of the range 0 to 1? Shouldn't the range instead be 1 to 400?
@ShubhamSharma-sj6cu
@ShubhamSharma-sj6cu 6 лет назад
I still can't figure out what you actually want to do by mapping x/z How this looks like 3d or z-axis
@MrBan001
@MrBan001 6 лет назад
i still don't get this part, x has a range from -400 to 400, and z a range from 0 to 400, so if x/z there is a possible range from -400 ( -400/1) to 400 (400/1)
@ResetBox15
@ResetBox15 7 лет назад
Help me pls! Complier say: "Expected an operand but found [" on line 1 (Star[] stars = new Star[800];)
@Brotoss247
@Brotoss247 6 лет назад
I doubt you still need an answer, but..... you have to remove the ()
@OG_CK2018
@OG_CK2018 4 года назад
Star[] stars=new Star[800]
@user-ig2kn8em3p
@user-ig2kn8em3p 3 месяца назад
All that with 1 second to spare, woah.
@moldoveanu8
@moldoveanu8 6 лет назад
you sir are a WIZARD!!!! If you started working for CIG on StarCitizen, you'd basically finish the game in a month when it's taken them years just for an alpha ;)
@paakwesiaidoo9420
@paakwesiaidoo9420 7 лет назад
Wow. A role model is what I can call you. How can I contact you
@TheCodingTrain
@TheCodingTrain 7 лет назад
+Paa kwesi Aidoo twitter is @shiffman
@paakwesiaidoo9420
@paakwesiaidoo9420 7 лет назад
thank you
@Jjunior130
@Jjunior130 7 лет назад
I translated this to clojurescript. Behaves identically to the video. jjunior130.github.io/coding-challenges/#/starfield Sketch: github.com/Jjunior130/coding-challenges/blob/master/src/cljs/coding_challenges/starfield/views.cljs Star: github.com/Jjunior130/coding-challenges/blob/master/src/cljs/coding_challenges/starfield/star.cljs
@GuardianTam
@GuardianTam 7 лет назад
Jjunior130 That's really cool. I don't know any clojure but I starred it on GitHub.
@Jjunior130
@Jjunior130 7 лет назад
+The Boring Developer Thanks. I'm learning ways to optimize algorithms.
@rurutherussian
@rurutherussian 6 лет назад
You’ve really inspired me to get into coding, but the disparity in knowledge is just really intimidating .
@TheCodingTrain
@TheCodingTrain 6 лет назад
Try either of these playlists to start from the beginning! ru-vid.complaylists?view=50&shelf_id=14&sort=dd ru-vid.complaylists?view=50&shelf_id=2&sort=dd
@adityaanand1480
@adityaanand1480 7 лет назад
This is crazy man! Hats off to you, this is some real crazy sh*t ! Amazing
@stasiopastas
@stasiopastas 6 лет назад
Mate, you are a hero, an absolute legend.
@alvaroplol
@alvaroplol 8 лет назад
I love this guy. Thanks Mr Shiffman for your awesome work!
@TheCodingTrain
@TheCodingTrain 8 лет назад
+Seb S Thanks for watching!
@Noone-th7sn
@Noone-th7sn 5 лет назад
I've never seen such an artistic coder on youtube!!!
@hammzahammza7914
@hammzahammza7914 7 лет назад
just perfection , you're the best teacher i ever seen you know exactly what you're doing thank you very mush for those videos
@juliand.medina9955
@juliand.medina9955 7 лет назад
That was amazing!!! For real!! Greatings from Colombia, you are amazing dude!
@leetewksbury8726
@leetewksbury8726 6 лет назад
This is shockingly exciting to watch. Never thought I'd say watching code writing is exciting
@TheCodingTrain
@TheCodingTrain 6 лет назад
That's nice to hear!
@leetewksbury8726
@leetewksbury8726 6 лет назад
I hope you use your talents to teach outside of RU-vid. The next generations can use someone with your skills at coding and entertainment
@ASTRO_NAUTIKAL
@ASTRO_NAUTIKAL 4 года назад
I don't know shit about writing. But this is still interesting. Like watching a history channel doc on something that keeps my interest. Much respect for the field.
@code_magpie
@code_magpie Год назад
While you decided to give the stars streaks, my heart's beating rate also increased at once.
@JMT34237
@JMT34237 4 года назад
Watching this makes me believe that programming is talent & not something that can be learned by “regular” people.
@btdecodes5393
@btdecodes5393 6 лет назад
You didn't fail bro!! you r awesome. You wasted so much time on talking. You did really great.
@datmouseb
@datmouseb 6 лет назад
this is really cool, the star field screensaver was one of my favorites to watch
@svartberg6668
@svartberg6668 7 лет назад
Hahhahah so nice! Nothing in the past month has amused me so hard as this video / your whole series of it did! Great job! Keep on!
@tlevergood
@tlevergood 4 года назад
Okay so first of all, you did NOT fail! That was fricken amazing!!!! Hats off to you bro. 2nd) you should probably read the question first, then start coding @ the 10min mark. It's almost unfair because you talk so much, but yeah, I hope in the future I can 'fail' like you. Outstanding, I've never seen someone code something so fast! Very Impressed!!! I liked AND subscribed as I want to see more (and learn). I just started to pick up Python.
@UPPERKEES
@UPPERKEES 2 года назад
I wish I could be this productive at work.
@woodworkbasti
@woodworkbasti 6 лет назад
Wow, can't thank you enough. This actually taught me some core programming thoughtprocesses. I never subbed this fast on RU-vid ^^.
@Error-pb6ee
@Error-pb6ee Год назад
just amazing, i've never figured out this in 15 minutes
@MolbOoOfficial
@MolbOoOfficial 7 лет назад
In the last minute i laughed idk why. My new favourite channel
@MindIsLikeFullMoonInFall
@MindIsLikeFullMoonInFall 4 года назад
That's so cool and intense! I love it.
@_V__.
@_V__. 4 месяца назад
Awesome, just awesome! After 12 minutes I’d probably still be struggling with making stars fly in the correct direction 😅
7 лет назад
I'm your Argentinian fan although it costs me a little to understand your English when you speak at the speed of light, haha. I love your videos I have learned a lot, sometimes it costs a little to follow the reasoning that you do to reach a solution but I am excited to continue learning. I am translating some videos so that more Latin Americans can understand them better.
@rubenlarochelle1881
@rubenlarochelle1881 3 года назад
Daniel: only has 10 minutes and yet starts the clock before using the first minute just talking; then spends 8 minutes and 40 seconds making something better than what I would have done in an hour to then use the last 20 seconds to ruin it ahahah
@Fat1Dada
@Fat1Dada 7 лет назад
You're a mad genius. This looks like a magic show to me lol, no idea what language you're using, no main function no project filesystem no ide, Jesus are you making stuff on the fly? I'll explore your channel a bit because this is the first video I'm watching and your program looks like it's written in Java syntax, but really unusual code structure.
@dbthr33music
@dbthr33music 7 лет назад
Hello from The guy who met you outside John Rylands library 😊 keep rocking
@TheCodingTrain
@TheCodingTrain 7 лет назад
Hello again!!
@nawara7538
@nawara7538 Год назад
You are my best discovery on youtube
@nekosalad8308
@nekosalad8308 5 лет назад
it was hilarious. awesome content :D
@zamanx4
@zamanx4 8 лет назад
You are one of the best programmers on the planet!
@TheCodingTrain
@TheCodingTrain 8 лет назад
thanks for watching!
@PelDaddy
@PelDaddy 4 года назад
Cool, man. That was fun!
@paulkerrigan9857
@paulkerrigan9857 6 лет назад
This is so much fun, I’m glad I encountered your channel! I’m a Drupal developer but I’d really like a chance to use more animation in my work. 🙂
@Silamoth
@Silamoth 4 года назад
Wow this was awesome! You seem so excited to be doing this! I'm not even a JS guy, but I just subscribed because that was so entertaining to watch.
@ninjaasmoke
@ninjaasmoke 3 года назад
So this is where the magic started
@dubkrapht
@dubkrapht 8 лет назад
12:10 priceless expression! love your videos
@TheCodingTrain
@TheCodingTrain 8 лет назад
+Yoann P. haha, thanks!
@emolsilv
@emolsilv 7 лет назад
super exciting! please keep doing more challenges!!
@ArchibaldOctaviusButler
@ArchibaldOctaviusButler 7 лет назад
That was so funny! So interesting to see how your mind conquers the code!
Далее
Coding Challenge #2: Menger Sponge Fractal
14:01
Просмотров 308 тыс.
Coding Challenge 180: Falling Sand
23:00
Просмотров 874 тыс.
Coding Adventure: Simulating Fluids
47:52
Просмотров 1,7 млн
Coding Challenge 181: Weighted Voronoi Stippling
28:59
Просмотров 162 тыс.
10 FORBIDDEN Sorting Algorithms
9:41
Просмотров 841 тыс.
Winning Google Kickstart Round A 2020 + Facecam
17:10
Recreating Vintage Computer Art with Processing
16:44
Просмотров 348 тыс.
10 weird algorithms
9:06
Просмотров 1,2 млн
Coding Challenge #145: 2D Raycasting
36:02
Просмотров 637 тыс.
10 Math Concepts for Programmers
9:32
Просмотров 1,8 млн
Coding Challenge #86: Cube Wave by Bees and Bombs
30:09