My biggest issue was wanting to do everything myself.. but when I started using libraries was life changed forever.
@witchtheer34506 күн бұрын
brain fog entered my life and now i just look at my screen like "wtf does this do" , so probably the best advise to everybody is to write comments what that specific code does. it will save you a bit of time and headache.
@lowlevelgamedev93306 күн бұрын
if you want to reduce brain fog reduce shugar and carbs, if you work with your stomach empty or with only some meat inside you will be as fresh as possible 💪
@youtubeenjoyer17436 күн бұрын
@@lowlevelgamedev9330 brain fog is a psychological problem fixed by finding purpose in life, like your craft. Cutting sugars or all carbs is a meme, a fud. The largest part of the history of humanity was built on carbs.
@TheCommunistRabbit5 күн бұрын
Drink water
@0xlobo6 күн бұрын
I became better at programming after watching your channel for one month, I made three games on cpp. I want to make a series of how I can make games for scratch like 3D
@lowlevelgamedev93305 күн бұрын
glad to help 💪
@proboiz_505 күн бұрын
Finally i can understand your accent after 3 to 4 videos
@Cinarbayramic6 күн бұрын
i learned c++ thanks to an exam in turkey called "bilgisayar olimpiyatları" but i didnt pass because my math was weak and there were 20 math 10 c questions😭
@joelincz83146 күн бұрын
Great advice!
@Ali1072 күн бұрын
ChiliTomatoNoodle is a good C++ tutorial guy. (I learnt basic C++ from him)
@CharlesCarter-j3pКүн бұрын
very cool . I like using C, instead of C++ so I can learn the underlying algorithms needed and how to code them up and how they work with specific hardware. I find it satisfying to keep optimising, like using CPU cache tiling and SIMD, for me its more fun to make the most performant code or see how performant I can make the code for a specific project. I also like using Shader code and CUDA, I find this the most fun. Keep up the good work bro, love your videos.
@FoXcodeZ5 күн бұрын
4:26 music in the background sound similar to the title screen song from the old game called "Kick Master" :P
@nazar9493 күн бұрын
Hi, can you tell which pattern you use? ECS? Maybe you make some video about patterns in gamedev, sorry if question is duplicated.
@lowlevelgamedev93303 күн бұрын
approach based design, that means write the code as simple as possible, don't think of paterns think of what the code should do, and abstract stuff later if needed. For context I never used ECS or any paterns probably for that matter
@nazar9493 күн бұрын
@@lowlevelgamedev9330 thanks for the reply. Yes at the beginning just writing simple code is good. What about long term stuff? I am thinking of making engine in c++ and use it later for 2D games with SDL (cross platform). And now I'm watching a course of ECS, this organizes code structure really well.
@WhyHaya5 күн бұрын
maybe you want to give a tutorial on how to post a multiplayer game?
@carljohnson45926 күн бұрын
0:18 thanks for mentioning me (Miss blind )
@diabloolivero735 күн бұрын
We all know that C++ is the only programming language that exists 😎
@lowlevelgamedev93305 күн бұрын
fr
@hattabf165 күн бұрын
is recording in a luxury bathroom important ?
@lowlevelgamedev93305 күн бұрын
yes, very important, next time I think I'll be recording from the gym
@yds62686 күн бұрын
I consider "ask Chat GPT when you don't know how to do something" to be bad advice. You can't trust anything it says. Much better to check out SO (the older the better) and eventually other repositories and even documentation. Relying on AI will make learning harder, not easier.
@lowlevelgamedev93306 күн бұрын
it only helped me so far so
@yds62686 күн бұрын
@lowlevelgamedev9330 fair enough, but you already had a lot of experience and knowledge before using it. What if you had it right from the start? Do you think it would've helped you or hindered you?
@ltecheroffical6 күн бұрын
Quick note, just don't ask on SO, if your a beginner, DO NOT ask on Stack Overflow, you will just get downvoted and post banned.
@Bensai10005 күн бұрын
I've been using it more or less from the start and I find it very useful as tool for making suggestions. It makes is very easy to find support documentation can give insight into best practices (I don't really know if the suggestion is best practice but everyone seems to have their own opinion anyway). As I've been making things for longer I've asked it less and less for logic and more for ideas, as you stated you cant really trust everything it says. It does help my flex my troubleshooting brain too, as logic is provides straight up doesn't work and I have to reason out what I need vs what is doing (which is why I ask it for logic less now). Also helps to combat that blank canvas intimidation I face as a newb.
@TheCommunistRabbit5 күн бұрын
Chat gpt is much faster than looking for stack overflow posts, you can ask it questions and it will answer you without downvoting you and getting you banned
@justsomeguy83855 күн бұрын
Don't know if I recommend C++ for a beginner. Definitely for someone who already knows a different language though. Maybe C because it's so much more simple, but you still lend your mental bandwidth to things like build systems and memory management when you honestly don't need to these days. Also Rust seems to lure people in from the hype, but it's also hard mode.
@lowlevelgamedev93305 күн бұрын
idk I started with cpp when I was quite young and it didn't seem like a problem
@justsomeguy83853 күн бұрын
@@lowlevelgamedev9330 Didn't you say you started with Java in a different video? I might be thinking of a different youtuber. Whatever the case, it's just my observation from teaching a lot of beginners hows to code that the more complex a language and the tooling is, the less likely they are to stick with it. And learning to code in any language is infinitely better than quitting before learning at all.
@viddeshk80202 күн бұрын
Remember guys "more doing less learning"
@me-specifically5 күн бұрын
linking libraries in minGW is even more hell, not once have i found a single tutorial on how to link a library with mingw, so if try to do it you're probably gonna have to do your own research and figure it out yourself
@lowlevelgamedev93305 күн бұрын
maybe chat gpt knows?
@thanosfisherman12 сағат бұрын
But why would I want to use that monstrosity of a language called C++ and not a nicer one e.g C# or Java?
@lowlevelgamedev933012 сағат бұрын
I would sat the same thing but about java :))), because if you want to do low level stiuf cpp is the better option, I don't want a language that forces me to use oop or that has a garbage colector
@alihene22256 күн бұрын
so based
@VFusioN696 күн бұрын
I am on mac does this apply same to me
@lowlevelgamedev93306 күн бұрын
yes it does
@ltecheroffical6 күн бұрын
@@lowlevelgamedev9330 Except the Visual Studio part, use VSCode or something else. Visual Studio (or at least the C++ version), doesn't run on mac at the time i'm posting this.
@sdxqw_6 күн бұрын
when C video?
@James-e4q3c5 күн бұрын
I am scared of C++ All those memory leaks
@TheCommunistRabbit5 күн бұрын
Watch Dave Churchill game programming lectures on KZbin, he explains how to manage memory in a way you don't need to think about it. Inside a game you won't be allocating memory dynamically btw
@lowlevelgamedev93305 күн бұрын
memory leaks are the last thing you ever think about when coding cpp gamedev, it's like saying you are scared of going to the beach because of sharks. Watch my video on memory leaks
@justsomeguy83855 күн бұрын
@@TheCommunistRabbit Can you share which video that is? Looks like their course is tens of hours long across multiple videos
@AlexTsaava6 күн бұрын
great vid, only made console games kuz i can't link SFML 💀
@lowlevelgamedev93306 күн бұрын
try my setup bro
@Alex2-bf4ms6 күн бұрын
@@lowlevelgamedev9330 this is my alt acc, cuz for some reason i can't see the reply from the main one, still i do like making Console games and I'm too lazy to learn a new library 🤣 To make normal games or simulations i can stick to pygame 💀
@AlexTsaava6 күн бұрын
@@lowlevelgamedev9330 im too lazy ... for simulations i usually use pygame... RIP but it works well
@nein94206 күн бұрын
Linking libraries is so ridiculously outdated. Programs are big nowadays and I don't want to rely on stuff like CMake to make my life easier. We're unfortunately still stuck in the 1970s with this one.
@AlexTsaava5 күн бұрын
@@lowlevelgamedev9330 NGL I am to lazy...
@vycdev6 күн бұрын
@Invincible_Eyes3 күн бұрын
Jesteś Polakiem?
@lowlevelgamedev93303 күн бұрын
nope
@proman28372 күн бұрын
Please talk about graphics mathematics 🙏🥹
@JamesPorter-8086 күн бұрын
Have you ever played foosball at a community college? Lol sorry first thing that came to mind
@OrangeIND-6 күн бұрын
Know More Comment : Sprites 2D: A sprite is a 2D image or graphic used in games to show characters, objects, or effects. It can be a still image or animated to look like it’s moving. Think of it like a sticker you can move around and interact with in the game world! Some Properties : loadFromFile("sprite.png"); setTexture(texture); draw(sprite); Load the image → Attach it to a sprite → Move and display it on the game window
@TheCommunistRabbit5 күн бұрын
What
@Broom-fz2gm6 күн бұрын
first
@ZettaiKatsu20136 күн бұрын
Why use C++ without OOP ? Just go for Python or Lua.
@lowlevelgamedev93306 күн бұрын
💀 bruh so the advantage of using cpp besides the fact that pyton is extremely slow, is the fact that it is strongly typed. This makes it easy to refactor. And there is nothing that forces you to use oop with cpp, a lot of people use cpp without oop
@ZettaiKatsu20136 күн бұрын
@@lowlevelgamedev9330Since you replied to my comment I want to thank you for the video and for your comment. I am not a troll who engages in language wars. C++ is very fast at run-time, this is true. And Python is a lot slower at run-time, but these differences are not big enough to be a problem for players or learning game developers. Many games were written in many different languages and it's fine. Except if you want to use operator overload or move semantics, C++ isn't the easiest pick for a beginner. Other languages are a lot more friendly to beginners, especially children and this is the priority. That is why I don't want to frustrate people with linking or config problems. The most important is having fun. As a developer I like using C++ outside of game development. I don't hate it. Have a good day Mister
@TheCommunistRabbit5 күн бұрын
Was bro high when he wrote this comment 🤣
@ZettaiKatsu20135 сағат бұрын
@@TheCommunistRabbit Yes, my comment was too blunt and frank, my bad ^^'
@yds62686 күн бұрын
"Write simple code, don't use abstractions, so you can modify it easily?" That's not how anything works. Simple code only works for simple projects. Complex projects require abstractions to be in any way manageable. Especially when you need to change something later. I refuse to believe your game code doesn't have several levels of abstraction.
6 күн бұрын
I think his point was not about not using abstractions at all, but only introducing them later, when you really know that you need them. If you design your architecture upfront you may end up having a rigid structure that doesn't scale with the addition of new features.
@lowlevelgamedev93306 күн бұрын
my point is in how you get to having those layers of abstractions, good luck coming with a good abstraction first try for a big project, so it is better to start simple and see after what is the best abstraction
@yds62686 күн бұрын
If you don't have any structure, it's impossible to scale the project at all. If your code is a mess right from the start, there's no hope in recovering anything later without totally starting from scratch.
@Mad30116 күн бұрын
Hard disagree, when starting out you won't even know which abstractions to build. And nothing is worse than building the *wrong* abstractions.
@yds62686 күн бұрын
@@Mad3011 as a beginner, you look at examples and see what abstractions they use. It's not that hard to figure out that the player requires a separate class or that the player and other entities might share some traits, so it makes sense to create a general entity class. I don't even know how a beginner would be able to make a game without those abstractions. Using arrays for everything? It's even harder to understand/manage than introducing objects right away. And objects/classes are abstractions.