Тёмный

Coding Challenge 166: ASCII Text Images 

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

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

 

25 сен 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 913   
@SmokingGummyBears
@SmokingGummyBears 2 года назад
I vote keeping it 'Coding Challenge'. You'll always be the Coding Challenge guy to me. Even if we go past the time limit every time haha :D
@EdSchroedinger
@EdSchroedinger 2 года назад
facts! 2nd that...
@pvic6959
@pvic6959 2 года назад
I agree. I see the "challenge" to be to make something cool, to learn something, and to have fun. *thats* the challenge. Not something to beat necessarily
@nuskoprasovic2994
@nuskoprasovic2994 2 года назад
Yesss
@hassenthegenius4327
@hassenthegenius4327 2 года назад
@@pvic6959 that's very very true and i see that's the idea of the game jams, and it's to learn new things and have fun and make teams, make new friends and learn how to work in teams, the game jam is like a challenge to me so i love it, and love the best programming teacher ever MR Daniel Shiffman ❣️, love you all guys ♥️.
@AB-yq6bq
@AB-yq6bq 2 года назад
Leave it as is please
@ut4321
@ut4321 2 года назад
As an old C/C++ coder, seeing this much accomplished with this little code is mind-blowing!
@oakley6889
@oakley6889 Год назад
I wrote something like this for Uni a year ago in C++. I don't know if I'm mad I didn't use JavaScript or not, but the experience was certainly interesting with C++
@philippebaillargeon5204
@philippebaillargeon5204 Год назад
I did an very very basic ASCII video filter like a month ago. I could just play the video on an html page and I would just display a code section animated to see the video in ASCII. It could be nice to improve it. If y'all are interested you could just fork my project and make a PR (it's super basic tho, I think it's a static modems project)
@philippebaillargeon5204
@philippebaillargeon5204 Год назад
Damn I just finished seeing the video and realise he did the same thing but better lol.
@theman7050
@theman7050 Год назад
​@@jjinendra3inhi ki kami thi😂
@stephenkomu1476
@stephenkomu1476 5 месяцев назад
You have no idea... Java here
@chrismanning5232
@chrismanning5232 2 года назад
The amount of effort for your off-the-cuff alternate ideas that you then have to fully code so your editor can splice them in for 2.5 seconds. Don't think it's lost on us. It's an incredible amount of extra work per video. You are a legend, sir!
@tolkienfan1972
@tolkienfan1972 2 года назад
I noticed that too. Kudos!
@refeals
@refeals 2 года назад
i love how simple of a concept this is. i remember back in the 2000's and a lot of websites did this to images and i thought it was simply magic. so cool to see real time video being rendered at the browser with ASCII, just amazing
@alb12345672
@alb12345672 2 года назад
A video can be rendered on a commodore 64 with this trick. :lol:. It had a very rich character set. I may try it in an emulator.
@archieil
@archieil 2 года назад
in 90s there was something called aalib, you could pump anything through it and see videos, demos, games... whatever on ascii terminal the idea is like 30 years late but even this is not true as algorithms doing such things existed probably a few decades earlier. aalib could use also 16 colors, different type of charsets and so on, and so on.
@archieil
@archieil 2 года назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-FLlDt_4EGX4.html a demo which was part of the project 😀
@EdSchroedinger
@EdSchroedinger 2 года назад
...now Dan, your whole whiteboard speed-edits and post augmentation has become so next level... perfect! just WOW!
@alb12345672
@alb12345672 2 года назад
A video can be rendered on a commodore 64 with this trick. :lol:
@joeymarrey9077
@joeymarrey9077 2 года назад
6 odd years ago I watched my first coding train video. It was something about star generation like travelling in hyperspace. Now I’m about to finish my degree in computer science. I’m researching testing methods for random number generation, comparing pseudorandom to radiation random. You inspired me all those years ago, thanks
@mbawg
@mbawg Год назад
your style of teaching really resonates with me, and im about 10 years into a professional coding career where coding has often become mundane and unimaginative. I found myself excited again about the possibilities. thank you for sharing with us!
@vedranart
@vedranart 2 года назад
When I was 6 years old, it was 1996. and I was with my kindergarten on a school trip. Back then, there weren't PCs available on location, only old FAX telephones. And while we were talking on a shared phone my mom sent me an image of her converted to ASCII via fax. I was really really proud that I've got a picture of her while all kids were just talking with their parents on a phone.
@TheCodingTrain
@TheCodingTrain 2 года назад
wow, what a story!
@goblinkoma
@goblinkoma 2 года назад
Next step: add edge-recognition, so you can use / for such slopes, that could keep sharp edges sharp
@TheCodingTrain
@TheCodingTrain 2 года назад
Oh I love this idea!!
@nzhook
@nzhook 2 года назад
@@TheCodingTrain I was going to suggest doing this but remove the innards so your left with just the outlines similar to the old ASCII art days. _____ ___ |[]|_n__n_I_c |___||______|____} O-O--O-O+++--O-O
@LordHonkInc
@LordHonkInc 2 года назад
@@nzhook That's a great idea too, though my brain is upset at the phrasing "remove the innards" xD I mean, I understand what you mean, but that sounds so... visceral.
@jolotolentino2298
@jolotolentino2298 2 года назад
try using a log base 2 function to convert the pixel range from 255 to an 8 scale. Then get the image derivative by using a two pointer technique to subtract the previous pixel from the current pixel!
@jolotolentino2298
@jolotolentino2298 2 года назад
then add a hashmap for your ascii character of choice
@duscraftphoto
@duscraftphoto 2 года назад
Messed around with some of the ascii shading characters and found that ' .:░▒▓█' this combo works great for the "density" const. Loved this video and your content is always great!
@marcopeterson805
@marcopeterson805 2 года назад
Arent those unicode/utf8 ?
@omarsoub_._
@omarsoub_._ 2 года назад
@@marcopeterson805 i think its from extended ascii
@TheCodingTrain
@TheCodingTrain 2 года назад
I tried this during the recent live stream and it worked great!!!
@yeppiidev
@yeppiidev 2 года назад
@@omarsoub_._ yup it is. I guess they were used in old programs
@josepm.ponsroca8417
@josepm.ponsroca8417 2 года назад
@@marcopeterson805 These characters exists from looooooooooong ago, they are original from ASCII extended. ALTGR +176, ALTGR+177,ALTGR+178, and ALTGR+219
@sonik382
@sonik382 2 года назад
Daniel your channel has become really amazing in these years. Your immense energy and positivity are still the same!!! That's why you're the best. Keep up the outstanding job.
@mebamme
@mebamme 2 года назад
I remember ertdfgcvb from the website they had in the mid-2000s, showcasing all sorts of Flash-based art which I loved as a kid. (fun fact: ertdfgcvb is not just a random jumble of letters, it's forming a parallelogram on a keyboard!)
@davidjohnson9145
@davidjohnson9145 2 года назад
i know nothing about coding, I have no idea how I even ended up here. I also don't even own a computer. But I was fascinated by this video and watched it twice. i have no idea where I should start watching your channel but you've a subscriber in me.
@ricksidwell
@ricksidwell 2 года назад
Keep "Coding Challenge". That name has worked well for six years! But ditch the clock. The challenge for you is to explain the coding process so that others can understand it, and you shouldn't feel rushed. The challenge for Coding Train passengers is to make (and hopefully share) our own variants.
@aoof6742
@aoof6742 2 года назад
MAN I got so ecstatic when I saw you. I loved your videos as a child but drowned in demotivation and stopped watching coding videos so this is refreshing and blissful! I'm now majoring in Computer Engineering!!
@TheCodingTrain
@TheCodingTrain 2 года назад
Wow! I love this story! (Also, I feel old 😂)
@ibbi9968
@ibbi9968 11 месяцев назад
​@@TheCodingTrain😢
@dtriplett03
@dtriplett03 Месяц назад
10:58 ​@@TheCodingTrainPoetry! So cool 😎 ❤
@sk4lman
@sk4lman 19 дней назад
This brings back memories of when I used to code. Hours spent writing code, debugging, test running, all to find that someone else had made the same program that ran 1000x faster and smoother than what I had made.
@amber1862
@amber1862 2 года назад
Really appreciate the tight editing. This channel just keeps getting better...somehow.
@shivkampani158
@shivkampani158 2 года назад
Trying to render 3D objects ASCII-style would be pretty cool. Replicating Andy Sloane's spinning donut using JS would be an interesting coding challenge.
@morphman86
@morphman86 2 года назад
You can use pretty much the same code as in this video, just replace the camera input with your favoured method of capturing 3D objects. Either through rendering it to video, a series of stills or P5's built-in loadModel to load the .obj file directly (don't forget to switch it back to using Canvas and setting your canvas to WebGL if you use the latter).
@pvic6959
@pvic6959 2 года назад
I vote keeping the name as is. I see the "challenge" to be to make something cool, to learn something, and to have fun. *thats* the challenge. Not something to beat necessarily
@TheCodingTrain
@TheCodingTrain 2 года назад
Appreciate this feedback!
@pvic6959
@pvic6959 2 года назад
@@TheCodingTrain No problem! You have brought me joy, entertainment, and learning for many years at this point! I share your channel with ANYONE who asks me about coding haha. Im glad I could give back a little bit :)
@jamesking2439
@jamesking2439 2 года назад
I vote for keeping it as "Coding Challenge". Something I've always appreciated about your channel is that you don't hide the struggle of getting something working. Many other channels edit out all the mistakes. I think downplaying the challenge can negatively affect a new programmer's confidence.
@skyhappy
@skyhappy 2 года назад
True, the satisfaction is getting through and overcoming the struggle
@colton8971
@colton8971 2 года назад
This guys is like the Bob Ross of creative coding and I'm all for it.
@MohitKhare
@MohitKhare 8 месяцев назад
the first 2 mins, I'm hooked. You are my new super hero for the year 2024. Thanks a ton.
@puzzLEGO
@puzzLEGO 2 года назад
One thing you could do to improve this is to improve the string storing the brightest to darkest characters so that the progression is more linear, rather than just random. Then it would line up with the linear nature of the algorithm which assigns the brightness of a pixel to the character in the string
@_5hmecklez_546
@_5hmecklez_546 2 года назад
That is crazy how the numbers are in descending order!
@esrefoguzhanyldrm4487
@esrefoguzhanyldrm4487 2 года назад
​@Andy B I don't think the string is well thought out.
@ForgottenMachines
@ForgottenMachines 8 месяцев назад
Is anyone else here implementing this code on vintage computers, PRE 1985? This is why I am here, and I thank you so much @The Coding Train for your fantastic video and energy!
@--.._..--...--.._..--...--....
@--.._..--...--.._..--...--.... 2 года назад
Coding has always been cool. This guy made it fun
@vagabond7199
@vagabond7199 11 месяцев назад
I really like this guy's attitude for coding!
@SavvySquatch
@SavvySquatch 2 года назад
You could do something like "Coding Voyage"?! Voyage evokes a sense of exploration and adventure which is in tune with your theme, even if it is historically used for nautical expeditions and not train trips lol. Great video as always!
@YnMillion
@YnMillion 2 года назад
Is it me or is the production value of this video just off the charts? It’s been a while since I’ve seen a coding train video and I’m pleasantly surprised
@myhumblebeginnings
@myhumblebeginnings 2 года назад
Apologize as I am a newbie. Is it possible to uninstall the library that we install? Suppose I install library A and suddenly I found that library B is way better. I wonder if I could uninstall library A. Your answer is appreciated.
@SirSeanMKE
@SirSeanMKE 2 года назад
Perhaps, "The Challenge Express?" Thanks for being an awesome human being.
@TheCodingTrain
@TheCodingTrain 2 года назад
Oooooooooh, this is a super excellent idea!
@tanmaym344
@tanmaym344 2 года назад
This is the thing that i was searching for months. Finally you did it
@danielthybomouritsen8990
@danielthybomouritsen8990 2 года назад
I just started coding a few weeks ago and your tutorials are sooo good and really fun! I love your humor and energy, it just makes coding fun and exciting instead of intimidating and scary
@diegosebastian2422
@diegosebastian2422 2 года назад
I'm excited to see this in action and make it my self, eventually. Thank you! Choo Choo!
@TheCodingTrain
@TheCodingTrain 2 года назад
Please share on the website when you do! thecodingtrain.com/CodingChallenges/166-ascii-image.html
@eSSentialplaysYT
@eSSentialplaysYT 2 года назад
Another great tutorial and coding challenge, I love watching these! I developed an image reader as my first year college co-op project with a company called ProGraph, and used the 'fixedsys' font to dump each image format to ASCII, as a test. FixedSys is a mono-spaced raster font, so you can count the actual pixels in each character to determine how much 'value' the character has based on the number pixels in the area that are white, and express it as a value from 0 (black, no pixels are white) to 255 (white, all pixels are white). You can quickly fill an array with 0 through 255 'values' that recreate black to white transitional brightness and do exactly what you did using the generated string of each 'pixel' pulled from the 'value' array.
@fortuneswake
@fortuneswake 2 года назад
Instead of using a non-breaking space you should use the presentation element, , this will preserve whitespace without adding the non-breaking part of nbsp.
@tothemax2668
@tothemax2668 2 года назад
I watch a p5.js video about making a ball bounce like 4/5 years ago. Today I am a IT-manage and Full Stack, with PHP and JS as my natives. This guy sparked something in me!
@X22GJP
@X22GJP 2 года назад
Really nice to see more of this format again, loved the original challenges and they are what got me hooked in the first place. Change is good though, and while I like the Coding Challenge name, they are more like journeys as you say. Confirmation bias at work I’m sure, but I really do like the name Coding Journey. Implicit in that name is the arrival at a destination, but Coding Destination doesn’t quite have the same ring. Besides, quite often it’s not the end result that matters, but more about how you get there. Coding Trip Coding Ride Coding Expedition Nah, I prefer Coding Journey, then you could title videos like “Coding Journey to ASCII town”, lol
@ariblank5351
@ariblank5351 2 года назад
you've inspired me to make my own processing style framework in C#! since i've started watching you i've grown quite a bit as a programmer, thank you for that! keep coding challenge!
@johnjelatis2033
@johnjelatis2033 2 года назад
As an alternative to replacing all of the spaces with nonbreaking space entities, you could set `white-space: pre;` in the CSS file, which would make all spaces render normally.
@nicholaslabrecque
@nicholaslabrecque 2 года назад
yea was just gonna say this as well.
@agysin
@agysin 2 года назад
That’s exactly how I do it in the ASCII playground. The performance is really good (60FPS in fullscreen) until color is added (single chars wrapped in spans).
@kirkanos771
@kirkanos771 2 года назад
@@agysin using colors, i print in a canvas instead of the Dom. It'd be pointless anyway.
@agysin
@agysin 2 года назад
@@kirkanos771 I wrote an optional canvas renderer as well and it's faster but not by much, tbh. I finally also added a WebGL renderer which obviously is smooth no matter the amount of characters to display. But the point for me is to output text as “text“ - and not to render it on a pixel canvas.
@musthavechannel5262
@musthavechannel5262 2 года назад
@@davealias He didn't do it in CSS. &nbbsp; is still HTML
@smmoom1212
@smmoom1212 2 года назад
I vote for Coding Conundrum. You present each video as a puzzle that needs to be solved.
@rabbitszn
@rabbitszn 2 года назад
This is so cool. Stuff like this is really inspiring me to learn to code.
@findukkafali
@findukkafali 2 года назад
your magic is to make watch me these 22 minutes even if I am not a coder or developer, to enjoy me, and to make me feel like I understand and I can do it by myself:)
@Holidaytechandcraft
@Holidaytechandcraft 2 года назад
OMG that was incredible.... You are the reason am so happy find processing ide , and that gives me freedom in creativity , And I wanna do this too:)
@TheCodingTrain
@TheCodingTrain 2 года назад
Thanks for the nice comment!
@hassanfaham2105
@hassanfaham2105 2 года назад
Coding has never been this fun and cheerful for me before, THANK YOU SO MUCH
@xxgadirxx1010
@xxgadirxx1010 Год назад
Dude, I love your videos! They are awesome! Also, I love your energy and your coding skills. OK, back to the topic!!! ASCII images are my favorite thing to do. I put that s#!t everywhere... Nothing better than a funny ASCII image after finishing a build or running a command! It makes things kinda starwarsy and leget!!! And let's not forget, these silly images boosts team morale (since we can't pay them more, why not I give them some ASCII images treats instead)? LOL, JK... They get paid enough... Anyway, keep on rocking man! I will put an ASCII images of you in my code as an easter egg (I do that from time to time in harmless code, like build scripts and such)
@geertmol1307
@geertmol1307 2 года назад
My favorite videos of you are the ones where you try something new without a completely set up plan. It shows your true character and are the most entertaining for me. The chaos is part of the deal ;)
@TheCodingTrain
@TheCodingTrain 2 года назад
Thanks for the nice feedback!
@Astervista
@Astervista 2 года назад
Some ideas: - The coding choo-llenge - Express coding - Coding training
@404statuscode
@404statuscode 2 года назад
Or may be "Coding Express"
@aniketsharma8753
@aniketsharma8753 Год назад
I love how this guy is always such happy and excited
@iamsushi1056
@iamsushi1056 2 года назад
I’d love to see you create a script that detects the resolution of an input image/video and then fits that to a hilbert curve. It’s a much more efficient data structure
@Holakraai
@Holakraai 2 года назад
I suggest "Coding Train Trip". A small trip down to a specific topic, similar to a one day trip, that usually has a time restraint. But let's be honest, you always stretch past the planned time window. So perfectly fitting.
@MrNotAGamer
@MrNotAGamer 2 года назад
fun fact: i did ASCII art with a tutorial in blender using nodes (those who know about blender understand) and from that i made a donut with lighting adjustment and rotation. so i kinda understand the logic at first but idk the syntax or the code so i didnt make it the tutorial is from default cube
@ilonachan
@ilonachan 2 года назад
ofc it's by Default Cube, the dude's channel is a gold mine
@TankorSmash
@TankorSmash 2 года назад
The video editing on all these newer videos is really next level. The content is as fantastic as always too!
@knartfocker_
@knartfocker_ Год назад
Great video! I've been inspired to get back into programming from your channel. Just one question.. How do I achieve your level of energy and enthusiasm?
@shrimpoffthebarbie
@shrimpoffthebarbie Год назад
Really you want to sound like a total knob end?
@knartfocker_
@knartfocker_ Год назад
@@shrimpoffthebarbie What does that even mean?
@stylishskater92
@stylishskater92 Год назад
You can always try Cocaine.
@bashtinator
@bashtinator 2 года назад
I don't even follow the content anymore(great content btw). I am just here for the positive energy! Daniel is my antidepressant
@johnydl
@johnydl 2 года назад
Should totally be Coding Collaborations.... cause the challenges so far haven't been "go away and code the same thing" it's been "go away and improve on my thing" .... to that end including going through other people's additions to your code (or even each other's code) would be amazing videos/followups for a second channel
@TheCodingTrain
@TheCodingTrain 2 года назад
Yes! I'm hoping to do this more on live streams!
@johnydl
@johnydl 2 года назад
I've been there for some of that (you even looked at my raytracing.... which I still need to work on) but I think they could be their own videos even going back to the earliest submissions Code diving random code is kinda vital for all coders teaching that would be great not just "cool effect" but "how does that work" kinda things Also I'm thinking about Steve Shives and his "not actually trek actually" videos where he puts in "even less effort" and does comment response stuff, doing that with code could be very interesting, it could be a lot less work to create that content but you probably can't do it with just any or every submission diving into some though would be great and drive people to the old challenges again
@ebakes
@ebakes 2 года назад
coding adventure!!! What the heck, coding journey, exploratory coding, are also chill
@KX36
@KX36 2 года назад
that density array seems wrong. There are bright characters at one end, and dark characters at the other, but in the middle it's just all the numbers in numerical order which I highly doubt is also the order of density.
@Ellehsdee
@Ellehsdee 2 года назад
I love this guy! Not as much as Tom MacDonald and Adam Calhoun love each other but there is still time... Thank you Dan for all the years of knowledge and happiness you bring into this world! Keep up the great work!
@kelvindecosta5350
@kelvindecosta5350 2 года назад
Oh wow, this is similar to a project I attempted called "picharsso". It has support for braille characters if you're into that
@TheCodingTrain
@TheCodingTrain 2 года назад
Oh cool! I would love to try something like that!! Any reference links?
@kelvindecosta5350
@kelvindecosta5350 2 года назад
@@TheCodingTrain Hey Dan! I’m having some issues with RU-vid comments with links, so I tweeted the link , mentioning the coding train handle! Cheers!
@janpellegrims
@janpellegrims 2 года назад
The word 'coddiwomple' is such a delight: "To travel purposefully towards a vague destination". It suggest exploration and discovery. It allows to wander, to make mistakes and change your route as you please. For fun, make it 'Codiwomple', one 'd'. I'd like to see you codiwompling, you codiwompler. And after you have codiwompled, I'll have some fun codiwompling myself!
@Roknok
@Roknok 2 года назад
19 seconds ago wow!
@monsieuralexandergulbu3678
@monsieuralexandergulbu3678 2 года назад
5 minutes ago, pogers!
@modiddymo
@modiddymo 2 года назад
It’s amazing how much the human eye and brain can comprehend simply from contrast and simple shapes.
@shubhamingale5949
@shubhamingale5949 2 года назад
17:07 => html,body{whitespace:pre;} no need of  
@metanick1837
@metanick1837 Год назад
really like these coding challenges
@Dyanosis
@Dyanosis 2 года назад
Also, I hate clickbait thumbnails so much. Nowhere in this video is that thumbnail.
@abijithbahuleyan785
@abijithbahuleyan785 2 года назад
Manh! this guys energy is on another level
@Fawstah
@Fawstah Год назад
This is my first time messing with java, ty for helping me make my christmas gifts for my family this year!
@lunaticfringe2571
@lunaticfringe2571 Год назад
Love you energy and enthusiasm. One of my favorite teacher.
@christophebeaulieu4916
@christophebeaulieu4916 2 года назад
I wasn’t here for quite some time (about 2 years or so now), and I’ve gotta say, the quality of these videos has improved a ton! Well done Daniel!
@kschroe1816
@kschroe1816 Год назад
I love that at the end you filtered out the green like a boss.
@luisguilherme7889
@luisguilherme7889 2 года назад
Wow! The most incredible thing in this video is our capacity to see an image in this mess of characters kkkkkkk when you are stop, I cant see your glass, but when you move the head, to front and back, i can see perfectly a glass on your face! This is incredible in so many levels kkkkkk What a lucky to discover this channel! Hello from Brazil!
@yasintonge823
@yasintonge823 2 года назад
Man, I just discovered your channel yesterday. You give great ideas to mess around which CAN produce even greater ideas. Thank you for your videos.
@TheJacklwilliams
@TheJacklwilliams 2 года назад
Dude, if you haven't been on Sesame Street yet? It's a crying shame. You remind me, of that, and Mr. Rogers. Best memories of my childhood. You, are a natural and I'm convinced you could make ANYTHING fun. Good vibes, good times. Thanks!
@michaeledwardharris
@michaeledwardharris 2 года назад
Neat! Awesome move at the end when you added a bunch of spaces to the brightness/character array; that really made it pop in an interesting way!
@gitgudsec
@gitgudsec Год назад
Def keep it 'Coding Challenge'. One can strive to overcome something and be collaborative/explorative - they are not mutually exclusive. Overcoming a challenge and growing as a result is a-OK in my books.
@progressSH
@progressSH 2 года назад
I think keeping 'Coding Challenge' is better. A challenge is different from everyone, to each their meaning and I love that. I would however make the case for removing the timer. :) Thank you for everything as always.
@cashewABCD
@cashewABCD 2 месяца назад
Ascii Art is a great starting point. Love it
@nicolasmaluleke3343
@nicolasmaluleke3343 2 года назад
🤣🤣Where were you when I started coding....man I enjoyed this😀
@mythicaldata6297
@mythicaldata6297 2 года назад
I just found your videos and what initially got me to click was the Coding Challenge videos, I think you should keep em
@ianlulu
@ianlulu 11 месяцев назад
used to watch you for my new media arts class. i love how youre so enthusiastic! will continue keeping up with the stuff you post really appreciate what you do
@ControlAltPete
@ControlAltPete Год назад
A linear array of characters by density (brightness/darkness) is ok, but you can get much better pictures by doing sub-pixel rendering taking into account the shape of the character glyphs. One simple way to do this is to split each character into a 3x3 grid and matching the brightness of each sub-character so a diagonal line would match well with the forward slash: [0,0,255][0,255,0][255,0,0]
@gathingstimothy
@gathingstimothy Год назад
New to your channel and can't stop binge watching! It's more of "Coding task accomplished"
@JayFolipurba
@JayFolipurba 10 месяцев назад
this is helping me with something I didn't know I had a problem with
@organizedmarketing
@organizedmarketing 2 года назад
I think a Coding Challenge is appropriate . after all we are challenging ourselves to understand the world of coding, pushing to the next level. just my opinion
@bigsexyyoghurt9785
@bigsexyyoghurt9785 Год назад
He's so cute. Such a sweet, inspiring person. Love to see him having a blast doing crazy stuff like this😀
@grillinmuffins
@grillinmuffins 2 года назад
Coding Quest! Got that alliteration that makes any name a memorable one.
@peterrealar2.067
@peterrealar2.067 Год назад
Brilliant. Just brilliant. Imagine if this was the only way to see people move due to hardware limitations. It would save a lot of space as it would use less variables but would get the same point across. It's like photomosaics.
@RyanBarnes
@RyanBarnes 2 года назад
I've found that in the past what is fun to do is write all of this in python. I don't use Processing at all, and I've watched a couple of your videos and written them in Python. The concepts is what I needed to understand, once that was done the code was pretty easy. Thanks for sharing this, and keep it "Coding Challenge" please.
@TheCodingTrain
@TheCodingTrain 2 года назад
I love hearing this!
@mankav
@mankav 2 года назад
I missed your videos mr Shiffman! Good to see you back!
@TheCodingTrain
@TheCodingTrain 2 года назад
More to come!
@familievandenbogaard6201
@familievandenbogaard6201 Год назад
I laughed my pants off watching this and learned a lot from it. I'm learning myself Python right now and got stuck in interesting projects. This one was great!
@prhm_ebrahimiJ
@prhm_ebrahimiJ 2 года назад
Wow , just wow , you are a great teacher I have ever seen! Exelent 👏
@leaguegamer4655
@leaguegamer4655 Год назад
What a nice and attractive personality! You've just earned yourself a new subscriber.
@funkyboodah
@funkyboodah 2 года назад
wow props of the Next Level production value!
@algc19
@algc19 2 года назад
To me, the challenge of beating the clock gets me hooked every time! You already have slower and calmer videos, which are part of your "tutorials". I would keep the challenges :)
@vivianung1542
@vivianung1542 Год назад
This is the best free software Ive seen. Respect.
@burn_cooper
@burn_cooper 2 года назад
i just found this video and saw the whole thing, amazing subscribed, keep up man!
@bank8489
@bank8489 2 года назад
I absolutely love your videos. You taught me how to code by actually giving me examples and problems to solve and everything. I just really appreciate your content. Keep on inspiring :D
@joshhoffer
@joshhoffer 2 года назад
i love to see your progression over the years
@shredded-
@shredded- 2 года назад
Everyday i just enter the video Watch the first 30 secs and leave It's beautiful ❤️
Далее
Coding Challenge 167: Ulam Spiral of Prime Numbers
24:13
Coding Challenge 181: Weighted Voronoi Stippling
28:59
Просмотров 166 тыс.
Help Me Celebrate! 😍🙏
00:35
Просмотров 3,5 млн
Сняли домик блин🏠
23:19
Просмотров 767 тыс.
An introduction to Shader Art Coding
22:40
Просмотров 978 тыс.
Coding Adventure: Chess
29:22
Просмотров 3,8 млн
Giving Personality to Procedural Animations using Math
15:30
Coding Challenge 165: Slide Puzzle
26:53
Просмотров 165 тыс.
Fast Inverse Square Root - A Quake III Algorithm
20:08
Coding Challenge 180: Falling Sand
23:00
Просмотров 928 тыс.
Coding Challenge 177: Soft Body Physics
29:09
Просмотров 155 тыс.
Coding Adventure: Simulating Fluids
47:52
Просмотров 1,8 млн
My Brain after 569 Leetcode Problems
7:50
Просмотров 2,6 млн
Coding Challenge 168: MandelBulb 3D Fractal
28:02
Просмотров 372 тыс.