2 Years of C++ Programming

  Рет қаралды 231,618

Zyger

Zyger

Күн бұрын

Пікірлер: 241
@ZygerGFX
@ZygerGFX Ай бұрын
To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/Zyger/ . You’ll also get 20% off an annual premium subscription.
@Dr.MSC.W.Krueger
@Dr.MSC.W.Krueger 29 күн бұрын
Some great progress 👍 36 years of C++...probably still doing it on my deathbed
@ram42
@ram42 21 күн бұрын
you should make videos on your journey, advices, etc
@OriginalUnique
@OriginalUnique 13 күн бұрын
Where do I even start, I only know HTML and CSS :(
@Bbhamadama888
@Bbhamadama888 12 күн бұрын
@@OriginalUniquestart by learning the fundamentals of programming: variables, functions, loops, etc. then when your ready, start learning c++ syntax ans you’re on your way
@Lucky-rj8jd
@Lucky-rj8jd 12 күн бұрын
@@OriginalUnique learn C, if you think C is hard, learn Python
@ram42
@ram42 11 күн бұрын
@@OriginalUnique build projects and then learn js
@RobLang
@RobLang Ай бұрын
0:59 and 6:48 looks really like C++++. Some B-roll sneaking in there. Great to have you back, Zyger!
@adamrushford
@adamrushford Ай бұрын
C# not C++++ it's predecessor name... but if you ask me I'd say C Language and be talking about all of them, they are the same to me, I don't even think differently when switching between them
@ZygerGFX
@ZygerGFX Ай бұрын
😂😅 yeah.... I need to record some actual c++ be-rolls next time. Also thanks !
@doesdev
@doesdev Ай бұрын
@@adamrushford It's pretty crazy you can switch between a procedural, low-level language and an object-oriented managed language without thinking differently
@adamrushford
@adamrushford Ай бұрын
@@doesdev not really they are written the same way, with C++ over C you're just adding things that make it easier, C# is the same way with C++... there is little difference when writing them so it makes little difference overall... managed languages just don't require you to manage, and C++ isn't just object oriented either, these days it's ideal to program mostly functionally... it might seem wild, but it's actually not, pretty ordinary honestly. Or maybe at this stage programming is just programming to me... if you think arguing the aspects of a language will save you time it won't, just pick one capable and code what you like, the end result is going to piss you off either way I promise.
@maervo4179
@maervo4179 28 күн бұрын
​@@adamrushford are you freaking kidding me? How can you seriously post that nonsense? This comment section is overflowing with garbage takes, and yours just added to the pile. Let me spell it out for you: C++ is way harder and completely different from C#. Writing good code in C++ demands serious effort and time, and even the most basic lines of code can blow up in your face without proper static analysis. Bugs and security issues are practically lurking around every corner. Just yesterday, my coworker accidentally dereferenced an std::optional instead of using .value()-something so basic-and guess what? It compiled fine and ran perfectly on Linux, but on Windows? Boom. Crash. Total disaster. That's how fragile this stuff can be. The syntax? A total nightmare. C++ throws out abstractions for the sake of performance, so you're left with this barebones, overly complicated mess to sift through. And the toolchain? It's a joke compared to other languages. Java, for instance, lets you set up a project in Gradle or Maven without worrying about compilers, architectures, dependencies, or shared vs. static libraries. In C++, you have to wrangle every one of those headaches. Then there's the compilation time-don't even get me started. My C++ project at work takes 10-15 minutes on a top-tier machine, while the same thing in Java would compile in seconds. Seconds! Debugging in C++ is an absolute time sink. Choosing the right language for the job isn't just a luxury-it's basic competence. Your comment screams that you have no clue what you're talking about, and frankly, I wouldn't trust you to code a "Hello, World!" program. Get it together.
@lefloysi
@lefloysi Ай бұрын
I am currently in the process of trying to make my own game from scratch using glfw and opengl, however completly alone not in uni. This is very inspirational to me and helps me to just keep at it until i finally understand all the concepts! Thanks for content :3
@w1l1
@w1l1 Ай бұрын
uh.. what college? we had a few graphics programming courses, but none required you to make your own rendering engines.
@yds6268
@yds6268 Ай бұрын
Yeah, this is insane level of requirements, unless it's a highly specified program for game engine developers
@RvnKnight
@RvnKnight Ай бұрын
Probably a place like DigiPen.
@NadidLinchestein
@NadidLinchestein Ай бұрын
Stanford
@Marcus001
@Marcus001 Ай бұрын
you may have been scammed
@Advaitam-vh9ii
@Advaitam-vh9ii Ай бұрын
​@@Marcus001😂😂😂😂
@tech-boy334
@tech-boy334 Ай бұрын
I am currently an IT apprentice aswell, I love it, theres fr nothing better
@AbongileMkololo-q4n
@AbongileMkololo-q4n Ай бұрын
what is the difference between IT and CS
@tomars3645
@tomars3645 Ай бұрын
@@AbongileMkololo-q4n the name
@isurujn
@isurujn Ай бұрын
@@AbongileMkololo-q4nIT is more of an umbrella term that all computer related things are chucked into. But in a professional setting, you could IT professionals are more into practical side of things while CS focuses more on theory and research side.
@MohammedAli-p7e9d
@MohammedAli-p7e9d 14 күн бұрын
​@AbongileMkololo-q4n what I know is CS is more about software, IT is mixed
@RandomProduct
@RandomProduct Ай бұрын
The window names are giving me life "I AM LOSING MY MIND" "omg it works!"
@saurabhBmp
@saurabhBmp 15 күн бұрын
Watching this reminded me of how important it is to start young and keep building skills over time. At Moonpreneur, we focus on empowering kids to learn coding and explore their creativity with platforms like C++ programming. It’s amazing to see how such skills shape the future!
@l_tonz
@l_tonz 29 күн бұрын
I've been having a blast learning C++. the syntax is super different from Java and C#. It's not as fun as C#, but it is more technical (less so than C). You can write more performant code without getting too low level.
@eliseoduque3261
@eliseoduque3261 29 күн бұрын
holy smokes you're talented at this stuff! I spent over 1 yr using c++ and Im still struggling on the daily! haha
@thereclaimer1638
@thereclaimer1638 25 күн бұрын
Excellent video! I've been working on my own engines for a bit, its a lot to wrap one's head around and these are fantastic projects! You should be proud of all your accomplishments, can't wait to see where this continues to go!
@Jazzimus
@Jazzimus Ай бұрын
as somebody who uses cpp exclusively for competitive programming purposes, i sometimes forget that you can use it to make something "tangible" as well lol
@halfbakedproductions7887
@halfbakedproductions7887 Ай бұрын
For everything weird that you get asked in interviews or on coding challenges, chances are they'll implemented it in like C++27 or something. Might call it std::leetcode::rebalance_binary_tree_using_no_memory or something like that. I maintain that C++ is getting gentler and easier as the years roll by. I'm old enough to remember those Boost libraries, those are now standard features.
@IamLegion
@IamLegion 10 күн бұрын
😆😆😆
@edoardodepiccoli3004
@edoardodepiccoli3004 Ай бұрын
good to see they actually make you study and code real stuff there. I am studying CS in Italy and the only C++ I've seen is just in a bunch of slides that explains the theory and not much else
@purnya2
@purnya2 24 күн бұрын
porco dio I've been thinking the same! I don't hate the theory but the lack of practical stuff is maddening! We're getting out of universities absolutely useless, unless you program as a hobby in your free time.
@AmitBillava-ib6yn
@AmitBillava-ib6yn 15 күн бұрын
Our college never thought us C++ can do this much of stuff
@NTC
@NTC 7 күн бұрын
very inspiring video! And you've learnt so much in just 2 years. Congratulations!
@abdelrahmankhaled5063
@abdelrahmankhaled5063 17 күн бұрын
I have a project at university to make a game as well, and I was lost on KZbin searching for a way to make a game, and suddenly I found this video out of nowhere You are amazing. I think the clip moved me a little
@MrWalnutYT
@MrWalnutYT 9 күн бұрын
Super vid! editing tip just, when you pause the music for comic relief, when you start the music again: don't turn it on suddenly but a bit slower (not too slow of course) it sounds way cleaner!
@abdalrhmanmohammed5978
@abdalrhmanmohammed5978 5 күн бұрын
Lovely video. Keep up the grind!
@randomrandom3985
@randomrandom3985 18 күн бұрын
I'm a simple human, I hear sponsor and close the window immediately
@Yamo406.x
@Yamo406.x Ай бұрын
Damn, this video makes me wonder what kind of education I am getting tbh.
@shkhamd
@shkhamd 23 күн бұрын
Frankly speaking, 2years for c++ to have a decent grasp on the lang seems to be just about right.
@goncaloaraujo6644
@goncaloaraujo6644 21 күн бұрын
i got my bachelors and I barely can make a calculator
@shkhamd
@shkhamd 21 күн бұрын
@@goncaloaraujo6644 double the practice, i'd say.
@ushannilumindajayawardana1607
@ushannilumindajayawardana1607 16 күн бұрын
@@goncaloaraujo6644 bruhh😂😂😂
@ZalaanAli
@ZalaanAli Ай бұрын
Great to see your video. Can kindly explain more about your interview programming tests like how did you prepare and what type of algos or problems. Thanks
@nested9006
@nested9006 Ай бұрын
I love how you just focus on one programming language and master the shit out of it. I think I'm gonna go with this principle as a DA, mastering only one tool (Microsoft Fabric)
@Logbotgames
@Logbotgames Ай бұрын
Plz keep making content,never stop
@__Mr.m__
@__Mr.m__ 29 күн бұрын
1:50 the cuisine setup
@Mgfrfr
@Mgfrfr 27 күн бұрын
hey zyger , i'm a first year comp sci at a low grade university because i didn't score good in highschool but i really love programming , i like how cool it looks and i've been a techy nerd since i was a kid so it's not a rushed decision i made by choosing comp sci, but i'm nowhere near the level i want to be , the problem is i dont know how i can get to that level and my college is pretty mediocre , they just wanna get work done and don't push us to make engines and what not, i am not levelling up even though i want to , You've lived my dream by working in a game's development and i'm impressed and looking up to you now because you did just achieve what i've dreamt of . Can you please make a guide for individuals that are clueless on how to level up but they are willing to. YT blessed me with this rec and the will to do what you did has only grown stronger Love from India , Gained a new sub fr!
@xavier7769
@xavier7769 18 күн бұрын
You're indian? It's over for you
@TechSensei7
@TechSensei7 2 күн бұрын
BSc cs?
@NANAKRPATVARDHAN
@NANAKRPATVARDHAN Күн бұрын
​@@TechSensei7 bro how tf u figured that this dude is doing bsc cs I am myself doing it so everyone is judging like shit
@Mgfrfr
@Mgfrfr Күн бұрын
@@TechSensei7 yes
@Mgfrfr
@Mgfrfr Күн бұрын
@@NANAKRPATVARDHAN i mentioned it in my comment bro
@Amir-gi5fn
@Amir-gi5fn 19 күн бұрын
what a great university which teaches all these stuff
@attentivenettle7643
@attentivenettle7643 18 күн бұрын
same lol. i hated cpp when i first saw it. but then i had to learn it for college and here my journey started.
@spal2na
@spal2na 9 күн бұрын
really love your videos and your energy, dont you consider make c++ tutorials for non-tech
@supremeone1286
@supremeone1286 7 күн бұрын
can u help to learn c++ from where u learned and what all u learned plzz love u video🥰🥰
@Sartakkkk
@Sartakkkk 29 күн бұрын
Can You please share/recommend some resources/course about what you did after doing DSA or atleast make a vid about the roadmap...It will be really helpful for many who are lost like me 😭
@FidelisMCheeloII
@FidelisMCheeloII 27 күн бұрын
What's the best roadmap to follow when learning C++ programming if you want to get into game development?
@mb_kieran
@mb_kieran 28 күн бұрын
i'm trying to get into game development and advanced programming so i can maybe get a job somewhere, (i only know the basics, for loops and if statements and all that, dipping my toes into shader code rn) so seeing someone close to my age working at a place like sea of thieves is really motivating. would love to see a video on your experience applying for jobs and going through the interview process :>
@CurS-yp3qw
@CurS-yp3qw 28 күн бұрын
А ты игра на готовых движках писать хочешь или сам писать движках?
@mb_kieran
@mb_kieran 28 күн бұрын
@CurS-yp3qw yeah, i think it would be a fun exercise! I've started a course on c++ programming so I can eventually learn to make games from scratch
@Xperto_
@Xperto_ Ай бұрын
My Zygga
@Scriabin_fan
@Scriabin_fan Ай бұрын
Took me a second lmaoo
@SpaghettiBlu
@SpaghettiBlu Ай бұрын
4:42 the gd difficulty faces are everywhere 🫨
@dutch8700
@dutch8700 Ай бұрын
Hey what program is this? I'm CS and we are doing stuff like networking, but nothing like graphics rendering or physics engines?
@jademonass2954
@jademonass2954 14 күн бұрын
im in CS too and i have electives which include graphic/shader engines im guessing she means that?
@qhero3869
@qhero3869 28 күн бұрын
Wow, amazing video! I'm heading into my second year of learning C++. Do you have any advice for someone at this stage? I sometimes worry about whether C++ will open doors for me since it doesn't seem as talked about compared to web dev or languages like Java and Python. I'd love your thoughts on its relevance and how to make the most out of learning it. Thanks!
@CurS-yp3qw
@CurS-yp3qw 28 күн бұрын
Естественно он актуален. Java, python подходят только для не крупных проектов, простых, средних сайтов. Например, телеграмм сделан на C++, все крупные игровые движки написаны тоже на нем, крупные веб приложения по типу телеграмма того же тоже в 90% делаются на подобных языках, потому что там нужна высокая скорость
@SkyHighBeyondReach
@SkyHighBeyondReach 25 күн бұрын
Well done!
@Ginger_Hrn
@Ginger_Hrn 11 күн бұрын
6:34 Touhou 12 : UFO holy hell!!
@dieserhugo2960
@dieserhugo2960 29 күн бұрын
You do all this cool stuff at college and meanwhile I have to learn about network flows, computer architectures and complexity theory :(
@Sanvyx
@Sanvyx Ай бұрын
6:33 HOLY NO WAY TOUHO UYOUHO TOUHOU I LOVE HAGS LETS GOOOO
@ph0eniix02
@ph0eniix02 Ай бұрын
What did you major in? this coursework looks really interesting
@swarajtilekar3836
@swarajtilekar3836 Ай бұрын
I wanna know too
@MohabMohab-zr7md
@MohabMohab-zr7md 13 күн бұрын
Can you opensource your engine?
@MarekPlacek-be3lp
@MarekPlacek-be3lp 26 күн бұрын
@ZygerGFX nice video! I have only one, very important question: would you start with c++ again, or would you go with rust?
@TheStRaX_
@TheStRaX_ 29 күн бұрын
I just completed my 12th class to be honest, but eventually working on a game engine building with c++
@Köennig
@Köennig Ай бұрын
What course are you taking in uni?
@oliverdive9759
@oliverdive9759 Ай бұрын
If you can relearn C++ from scratch, what will you learn first and what are the things to avoid? I want advice because I am trying to start but I lose passion after a few days.❤ Because I have a lot of resources but I don't have a plan
@ZettaiKatsu2013
@ZettaiKatsu2013 Ай бұрын
Just focus on what you really need to know. Avoid obstacles, configuration hell, complicated code, don't try to be perfect
@halfbakedproductions7887
@halfbakedproductions7887 Ай бұрын
There are people who've been doing C++ for 20 years who still aren't true "experts". I wouldn't worry about it too much. In my opinion the _real_ top dogs and C++ "experts" are the standards committee and Stroustrup himself. Everyone else is just a seasoned pro.
@full-timepog6844
@full-timepog6844 28 күн бұрын
Dont worry about passion. Just show up.
@KieranRichardson-vt9mp
@KieranRichardson-vt9mp Ай бұрын
oh my god, i was just wondering to myself which uni u go to and i looking at that lecture hall, i think that's the same as me, I usually sit in a similar place too
@vkcde8354
@vkcde8354 Ай бұрын
commentry is awesome
@muhammadrahim4712
@muhammadrahim4712 29 күн бұрын
Which college/uni ? All i have in my CS degree in uni is Theoretical computer science and electrical engineering courses
@saturo-g1s
@saturo-g1s 27 күн бұрын
Hello maam, i am in first year of college, i want to know how to deploy a .exe file to an app, like you have made game engine physics and the game itself. how should one can can able to deploy it into an app?
@GloryOfNight
@GloryOfNight Ай бұрын
I see you like little bit of pain. You can try Vulkan and making sure your program can run cross platform. That would be really fun!
@RomanMakowiecki
@RomanMakowiecki 2 күн бұрын
I actually watched this when I was supposed to study programming, soooooo i better go
@pavelyankouski4913
@pavelyankouski4913 27 күн бұрын
I wonder why nobody creating engines from the end point, I think coders are stuck in the backend forever. I will write a book if my project will succeed.
@Ygsendd
@Ygsendd Ай бұрын
Is this a re-upload ? I think I already saw that vidéo like 2 or 3 month ago 🤔
@norbertTrend
@norbertTrend Ай бұрын
Appreciate the detailed breakdown! A bit off-topic, but I wanted to ask: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). What's the best way to send them to Binance?
@amzzabi4855
@amzzabi4855 25 күн бұрын
framework brilliance
@MohammadAman-x3j
@MohammadAman-x3j 10 күн бұрын
Last game was awesome
@mattshu
@mattshu Ай бұрын
I wish I didn’t get bothered so much seeing camel case and snake case side by side 😂😢
@il_moddo
@il_moddo Ай бұрын
Im ngl i feel demotivated seeing how much progress youve made in 2 years compared to me in a longer time span 😭 My university barely does any actual hands on programming stuff which has been extremely disappointing to experience
@helauren
@helauren 27 күн бұрын
Take your own education in your hands learn what you need to learn, do personal projects and practicr exercises
@GauravRaut-mr7qc
@GauravRaut-mr7qc Ай бұрын
can you recommend some good sources to learn c++
@individuosocial
@individuosocial 8 күн бұрын
I confess that your thumbnail got me hahahaha
@HarshalGhuge
@HarshalGhuge 26 күн бұрын
What about dsa and cs fundamental can you please share details of it also that we need to learn for good software engineer
@codewithfelix3940
@codewithfelix3940 27 күн бұрын
Wow... a female C++ programmer! Am in love .
@CasualSamy
@CasualSamy 15 күн бұрын
What's your major in?
@AntiShadman6969
@AntiShadman6969 13 күн бұрын
computer science
@laz.go.4015
@laz.go.4015 12 күн бұрын
This video reminded me that I have a project to do in Laravel 😞
@Noir40412
@Noir40412 17 күн бұрын
Did you go to Stanford omg?
@Ayushkumar-qp7nw
@Ayushkumar-qp7nw 23 күн бұрын
If u don't mind I am also trying to learn how to code on my own, by profession I am a game artist who makes environments and props and sometimes complex materials, I want to level up and make games as a solo dev someday, at first I started UE5 visual scripting but it was all confusing as I don't know what's happening with all of these, so I decided to stick to basics and learn c++ and then there were e ton of terminology that I was not familiar with and I have to enroll out of that course then somebody told to learn c for basics and then c++, I don't know if it's going to work, can u make a video or suggest me how to do a proper headstart for total noob from our experience in game dev in c++
@MysticalAurora9u4u3ksb
@MysticalAurora9u4u3ksb Ай бұрын
Seeing the Window titles of your projects I just wonder what the comments were like...
@kalu_shoor420
@kalu_shoor420 29 күн бұрын
wow great video
@MohamedAdel-911
@MohamedAdel-911 16 күн бұрын
‏‪4:38‬‏ #this is c
@CarbonTaxLOL
@CarbonTaxLOL Ай бұрын
Smarter than 100% of humans on earth. I hope you get rich soon.
@4F6D
@4F6D 28 күн бұрын
Are you a degenerate?
@konsa_rohan
@konsa_rohan 2 күн бұрын
How to use and implement SDL in my Visual Studio Code and use it with C Language ? teach me, make a tutorial on it, I wanna learn how to build games, too. I wanna Build it, I wanna learn it.
@bolushok
@bolushok Ай бұрын
Pls, what course is this?
@Felixer-jr4gz
@Felixer-jr4gz 22 күн бұрын
You’re so inspiring
@ZettaiKatsu2013
@ZettaiKatsu2013 Ай бұрын
yay😂😂😂🎉🎉 Write-time takes forever. I burned myself learning gamedev through a framework, similar to sfml, I am switching to Game Maker
@Snowfon
@Snowfon Ай бұрын
What IDE do you use ?
@ZygerGFX
@ZygerGFX Ай бұрын
Visual studio 2022
@Rudy-se4jt
@Rudy-se4jt Ай бұрын
that's visual studio
@CsHeistMastermind
@CsHeistMastermind 15 күн бұрын
Exciting...
@bonnymich
@bonnymich 29 күн бұрын
have anyone actually got something off of brilliant i tried it and didnt like it, it is too childish this is for babies
@Dooferz32
@Dooferz32 11 күн бұрын
I know Stoke on Trent when I see it
@SavageScientist
@SavageScientist 7 күн бұрын
Yo go girl
@zinetx
@zinetx 29 күн бұрын
just a nitpick lol, it's freenel or fraynel. not freznel.
@BeastGuru52
@BeastGuru52 Ай бұрын
I saw this video an year before!!!
@panagiotispagonis6856
@panagiotispagonis6856 25 күн бұрын
Nice video but the code shown is C# not sure why
@DEMIR_TURGUT
@DEMIR_TURGUT 9 күн бұрын
Do I need to be good at math for making a game from stracth?
@ZygerGFX
@ZygerGFX 8 күн бұрын
Well not not really. You will most likely use maths but you can learn that on the go.
@LP-25442
@LP-25442 29 күн бұрын
Nice video.
@nathanwhite704
@nathanwhite704 Ай бұрын
What university did she go to that required her to write an engine? Thats absurd.
@steel_hat_pirates
@steel_hat_pirates Ай бұрын
why black hairs iin channel picture?? just asking : )
@angelmoralesz
@angelmoralesz Ай бұрын
yo voy a ser ese "aprendi unity por un año" XD
@fifnmarlindemann8404
@fifnmarlindemann8404 28 күн бұрын
It's funny to see that in 2024 people are still using plain new & delete in C++
@de_w0r
@de_w0r 28 күн бұрын
What's meaning of clinically insane? Is it kind of miscall?
@vk8a8
@vk8a8 29 күн бұрын
break free from the chains of OOP. learn C to achieve godhood
@rtothec1234
@rtothec1234 Ай бұрын
Tryna learn C++ but I got a web developer day job. One day I will.
@adamrushford
@adamrushford Ай бұрын
try my series
@EdmundAmonoo
@EdmundAmonoo 29 күн бұрын
O Senpai guide me, teach me your ways.
@tumacho-d9t
@tumacho-d9t 25 күн бұрын
Why people always think c++ is for games, even why they always want to make games
@Explore4code
@Explore4code 17 күн бұрын
Every child should learn data science! However, this can result in neglecting fundamental programming skills and living in a world of illusions.
@ulisesnava6834
@ulisesnava6834 Ай бұрын
Career?
@jeresbao6601
@jeresbao6601 15 күн бұрын
-Complicado, mané!
@kellyarnold
@kellyarnold 29 күн бұрын
Yhp I did enjoy the video
@СергійСотнічук-ь1я
@СергійСотнічук-ь1я Күн бұрын
This video is interesting maybe but I don't know english so well
@TheSlimbee
@TheSlimbee 8 күн бұрын
Well done I taught myself in the 1980s
Factorio teaches you software engineering, seriously.
21:27
Tony Zhu
Рет қаралды 2 МЛН
How I Became a Sea of Thieves Developer
8:05
Zyger
Рет қаралды 282 М.
Quando A Diferença De Altura É Muito Grande 😲😂
00:12
Mari Maria
Рет қаралды 45 МЛН
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
Что-что Мурсдей говорит? 💭 #симбочка #симба #мурсдей
00:19
Python laid waste to my C++!
17:18
Sheafification of G
Рет қаралды 175 М.
I Scraped the Entire Steam Catalog, Here’s the Data
11:29
Newbie Indie Game Dev
Рет қаралды 728 М.
Coding Minecraft from Scratch in C++ [Voxel Engine]
9:18
Carbone Dev
Рет қаралды 1,2 М.
20 Programming Projects That Will Make You A God At Coding
14:27
The Coding Sloth
Рет қаралды 1,6 МЛН
3 Hours vs. 3 Years of Blender
17:44
Isto Inc.
Рет қаралды 6 МЛН
Learn Machine Learning Like a GENIUS and Not Waste Time
15:03
Infinite Codes
Рет қаралды 320 М.
I Made the Same Game in 8 Engines
12:34
Emeral
Рет қаралды 4,3 МЛН
Full Computer Science Degree in a Nutshell
20:39
MrAlgorithm
Рет қаралды 105 М.
Day in the Life of a Japanese Game Programmer
13:47
Paolo fromTOKYO
Рет қаралды 16 МЛН
COMPUTER SCIENCE explained in 17 Minutes
16:49
Wacky Science
Рет қаралды 1,7 МЛН