How do 10 YEARS of C++ gamedev look Like?

  Рет қаралды 8,892

Low Level Game Dev

Low Level Game Dev

11 ай бұрын

#programming #cpp #opengl #gamedev
In this video, I will show you the C++ games that I have made during my 10 years of learning C++, while also talking about my 10 years programming journey. Let's see what 10 years of game development look like!
Join my Discord invite link:
/ discord
Wishlist Midnight Arrow on Steam:
store.steampowered.com/app/23...
If you want to learn some more things check out this playlist:
• How to do
Music:
Evan King - Esuna
Evan King - Nightmares and Violent Shapes
/ contextsensitive
contextsensitive.bandcamp.com/

Пікірлер: 49
@fez6855
@fez6855 11 ай бұрын
I love you stuff, keep it up! It's now my 2nd year learning C++ and Computer Graphics, I managed to get pretty good at OpenGL and create a first Minecraft Clone like you did. I find it really hard getting into advanced rendering techniques like deferred rendering and all that stuff that can make your game look good and run smooth. I sure I will get behind it soon :)
@lowlevelgamedev9330
@lowlevelgamedev9330 11 ай бұрын
nice minecraft after 2 years is a very nice achivement. Yes it is difficult to find resoirces for advanced rendering, I have some on my discord server in the resources section, maybe they help
@AnwarAliCodes
@AnwarAliCodes 6 ай бұрын
I love you content please keep it coming
@yigithanion
@yigithanion 11 ай бұрын
I also started coding at 14. used unity for 2 years and godot for 3 years. I just started making a game engine in c++. Its been a month and I feel like I wasted some time doing the same things over and over in the past. This is so different and challenging.I hope I can land a job after gainin some experience. Love your videos.
@lowlevelgamedev9330
@lowlevelgamedev9330 11 ай бұрын
good luck in your journey 💪 don't worry it is good that you started learning more things now rather than later
@tudypie
@tudypie 11 ай бұрын
I've been wanting to get in c++ for so much time. I have been working in unity for 4 years and it's the same thing you said, I could still continue learning c# and unity to become an expert but I also want to learn c++ since I know how important it is, and also I love making things from scratch :)
@lowlevelgamedev9330
@lowlevelgamedev9330 11 ай бұрын
start c++ now 💪 I have a video on my channel called make your first cpp game now. so now you don't have any excuse
@Exotic69420
@Exotic69420 10 ай бұрын
​@@lowlevelgamedev9330nice 👍
@syedsaifuddin1413
@syedsaifuddin1413 11 ай бұрын
Yes I can totally relate with you that you don't learn much using an existing engine. You just click some button,drag stuff and you are pretty much done. I delved into graphics and stuff after looking at your videos and I really enjoyed it and now I am offered a job working on unity and I just feel like shit working on it. It's really hard for me to decide whether I should continue in the job or not it's just been a week.
@lowlevelgamedev9330
@lowlevelgamedev9330 11 ай бұрын
it really depends on how much you need money. If you don't need money right now try to find one that you like
@cosmnick2805
@cosmnick2805 8 ай бұрын
I got into programming when I was 12, I followed a tutorial how to make pong in java. but that tutorial lead to me learning more. progress was slow at first but around mid 13 years old progress speed up. I'm now nearly 15, I started learning c++ in may of 2023 and staring to learn OpenGL. And Low Level game Dev vids inspire me to learn more so thanks.
@lowlevelgamedev9330
@lowlevelgamedev9330 8 ай бұрын
It so nice to hear people that sart learning fron such young ages. Glad to be able to help 💪
@MahdiyDev
@MahdiyDev 11 ай бұрын
Make multiplayer survival game. It will be cool
@lowlevelgamedev9330
@lowlevelgamedev9330 11 ай бұрын
it would be quite cool yes, i might try when I have more time
@MattJohno2
@MattJohno2 Ай бұрын
I'm uh, very early in my journey. I've made a simple game in Unity but I want to delve deeper into programming. I started learning C++ about 6 days ago, using online written tutorials. Yesterday, though, I broke off from them entirely and created a countdown timer with the console. This program will take inputs in minutes and seconds and then convert the minutes into seconds and adds them to the seconds, It then asks you what you want to name the timer, once it's set, it clears the console, then starts counting down and beeps when it's done, displaying the message. Next I'm wanting to learn how to open, read and write to a text file and maybe even create a simple password verification system.
@wentworthmiller1890
@wentworthmiller1890 9 ай бұрын
Bro was very convincing 4:53, had to sub. On a serious note, 2:13 got me teary-eyed and convinced. Am already too old to 'return' to C++. Started with it, but career took mgmt. paths. Now, faced with the reality that I'm out of touch and obsolete, I hope to do what I should've been the last decade+. I hope I can, I hope I can, I hope I can...
@lowlevelgamedev9330
@lowlevelgamedev9330 9 ай бұрын
I don't think it is ever to late to start learning what you like so good luck bro in your learning journey 💪💪
@CloudlessStudio
@CloudlessStudio 10 ай бұрын
At first I taught myself how to use JavaScript to make websites, and then I discovered open gl in c language. I liked it so much I began learning game dev and bounced around engines. I tried Unity, then Godot, and now I’ve been using unreal for almost 3 years. I am working on a rouge like. Tbh unreal hardly requires line code, but I enjoy the odd C++ class I have to write. I have so much respect for all you guys who write all these engines and features from scratch. Very fascinating work.
@lowlevelgamedev9330
@lowlevelgamedev9330 10 ай бұрын
based story 💪 good luck with your game, if you are on my discord server don't forget to share it!
@CloudlessStudio
@CloudlessStudio 10 ай бұрын
@@lowlevelgamedev9330 I am in the discord, great community there!
@Exotic69420
@Exotic69420 10 ай бұрын
Hey, I love this video, but what are you currently working as? is this your main job? Also im trying to get into C++ but I'm kind of scared considering I used python before..
@lowlevelgamedev9330
@lowlevelgamedev9330 10 ай бұрын
so basically I am still a stident but I'm trying to make youtube my main job. Also since I started with c++ when I was like 14 or something I think that it is not that difficult and anyone can learn it so give it a try 💪
@tallreversd
@tallreversd 11 ай бұрын
I have pretty basic experience with JavaScript. It's hard to learn the concepts and then put them into code, how did you end up learning the concepts of platformers(i'm trying to make one in js canvas), and 3d engines? (also, i agree with you that if you use a game engine it kinda feels like cheating and you don't learn anything)
@lowlevelgamedev9330
@lowlevelgamedev9330 11 ай бұрын
you basically learn by doing. start working at it and do things one at a time. If you get stuck, check out javidx9 on youtube for some step by step tutorials
@RedSpaceCrafter
@RedSpaceCrafter 11 ай бұрын
I've been using Unity for at least 2 years, but I'm currently learning opengl and c++
@lowlevelgamedev9330
@lowlevelgamedev9330 11 ай бұрын
Nice 💪
@MohammadShaikh-nx8wc
@MohammadShaikh-nx8wc 11 ай бұрын
Can I ask if where did you learn how to make 3D games and if there is any good tutorial about it
@lowlevelgamedev9330
@lowlevelgamedev9330 11 ай бұрын
yes, I have a video on how to learn opengl on my channel and another video on how to setup opengl but the short answer is to search for Jamie King computer graphics playlist on KZfaq 💪
@MohammadShaikh-nx8wc
@MohammadShaikh-nx8wc 10 ай бұрын
Well thanks for the reply first. Second i am actually using a mac to code but most tutorials are on windows@@lowlevelgamedev9330
@distinguished_
@distinguished_ 11 ай бұрын
👍
@JOURNEY-NEVER-ENDS
@JOURNEY-NEVER-ENDS 11 ай бұрын
Another great video but i have a question ! Like if I spend 5 years on c++ than how can I earn money? Because as you know Company needs new technologies knowledge. So, can you tell me how you earn money? don't include KZfaq Because as a graduate guy I always feel like C++ Programmer are TRUE CHAD++ but they struggle most to get a JOB
@lowlevelgamedev9330
@lowlevelgamedev9330 11 ай бұрын
I am trying to make money from youtube and games but that takes time. There are jobs on c++ positions (I worked at EA for example for a few months) many game companies use c++ and also embeded systems. There are many big companies that have c++ positions (Google Microsoft Adobe) they are probably less accesible but after learning for some years I think that you can land a C++ job
@HobokerDev
@HobokerDev 11 ай бұрын
I have some videos on my channel of my custom game engine if you're interested! It's written in C99.
@lowlevelgamedev9330
@lowlevelgamedev9330 11 ай бұрын
u nice stuff I'll check it out 💪
@princesspukeyy
@princesspukeyy 10 ай бұрын
as someone whos wasted a decade of their life trying to learn gamemaker and is going to continue to do so because im extremely spiteful and stubborn: im happy that u decided to do normal coding from scratch ❤ congrats :> ignore hate, they dont have the persistence for code; not many do
@lowlevelgamedev9330
@lowlevelgamedev9330 10 ай бұрын
don't worry I don't think that you wasted your time. You can totally make great games in gamemaker. Also it is interesting that you consider coding from scartch as normal when most people don't do it 😂
@catalin8446
@catalin8446 11 ай бұрын
pika
@lowlevelgamedev9330
@lowlevelgamedev9330 11 ай бұрын
pppp
@sianwa11
@sianwa11 2 ай бұрын
amogus
@InfiniteCoder01
@InfiniteCoder01 11 ай бұрын
Why this video is in gaming/minecraft category? By the way, I'm 14 and I already spend 3 years learning C++)
@lowlevelgamedev9330
@lowlevelgamedev9330 11 ай бұрын
🤣🤣 I didn't choose the category. O nice you started 3 years ahead of me 💪
@AE4i1
@AE4i1 11 ай бұрын
𐐘
@lowlevelgamedev9330
@lowlevelgamedev9330 11 ай бұрын
amogus
@olgierd245
@olgierd245 10 ай бұрын
One thing to add, I don't believe you're losing knowledge by using different language. There's so much stuff going on in the background that matters in different languages that makes you more mature in this journey. Things I've learnt during c++ courses and trials are still viable in python. Lots of programming knowledge is still adequate regardless of the language you use.
@lowlevelgamedev9330
@lowlevelgamedev9330 10 ай бұрын
that is true, I didn't want to say that it is useless to spread your attention but rather that it is usually better to concentrate on one thing more for better results
@zxcaaq
@zxcaaq 11 ай бұрын
You didn't build anything from scratch, you just take stuff that people made and call it yours. "I made this!"
@noreoalles
@noreoalles 11 ай бұрын
Idk what youre talking about, but to me it seems like he just used opengl, the largest graphics library and c++
@JOURNEY-NEVER-ENDS
@JOURNEY-NEVER-ENDS 11 ай бұрын
Really? i don't think so a copy paste always publish stupid videos like how to earn money in just 1 month, 2 month but a programmer always shows his/her projects and explain its code. he says in his videos try to build all stuff but you can use Complex stuff created by others like SOUND library, OpenGl etc. Don't waste time on creating bulshit, because it take 100x time and you know 1 person can't create perfect library So, Respect Him !
@ninja_raven256
@ninja_raven256 10 ай бұрын
nice bait
5 DEVS Make a GAME without COMMUNICATING! (FPS edition)
19:10
Blackthornprod
Рет қаралды 450 М.
making Multi-Player Minecraft in C++ is HARD!
10:23
Low Level Game Dev
Рет қаралды 27 М.
КАРМАНЧИК 2 СЕЗОН 7 СЕРИЯ ФИНАЛ
21:37
Inter Production
Рет қаралды 427 М.
Must-have gadget for every toilet! 🤩 #gadget
00:27
GiGaZoom
Рет қаралды 11 МЛН
World’s Deadliest Obstacle Course!
28:25
MrBeast
Рет қаралды 147 МЛН
Why you should make your own game engine in 2023
10:17
Low Level Game Dev
Рет қаралды 42 М.
10 Years Of Coding - Everything I've Ever Done
14:42
Nick White
Рет қаралды 945 М.
This Is What 2 Years Of Game Development Looks Like
5:21
ZenDuck Apps
Рет қаралды 3,4 М.
Programming an entire game from scratch | Prime Reacts
15:31
ThePrimeTime
Рет қаралды 202 М.
So you want to make a Game Engine!? (WATCH THIS before you start)
14:39
Giant Sloth Games
Рет қаралды 269 М.
I Tried JAI, Can It Replace C++?! (Programming Language)
21:05
Is it hard to make a 3D Game in my Custom C++ Engine?
8:01
Low Level Game Dev
Рет қаралды 20 М.
Learning C++ Game Engine Development in 1 Year
7:57
MakerJSON
Рет қаралды 15 М.
Can I make Multi-Player Minecraft from scratch in C++?
6:19
Low Level Game Dev
Рет қаралды 7 М.
I made Games with Python for 10 Years...
28:52
DaFluffyPotato
Рет қаралды 268 М.
КАРМАНЧИК 2 СЕЗОН 7 СЕРИЯ ФИНАЛ
21:37
Inter Production
Рет қаралды 427 М.