How to start Gamedev in C++

  Рет қаралды 21,139

Low Level Game Dev

Low Level Game Dev

Ай бұрын

In this video, I will teach you how you can start making games in C++, from scratch, with no engine,
no matter your current experience level! 💪
#cpp #programming #gamedev
LINKS:
Learn C++ For Gamedev as a complete beginner:
• Best Way To Start Lear...
SFML tutorial series:
• SFML 2.4 For Beginners...
My Cmake Game setup:
github.com/meemknight/cmakeSetup
FULL C++ GAME TUTORIAL using my game setup 😻🕹️:
• Make a C++ game FULL G...
Video about My How Game Setup was designed:
• Best C++ projects setu...
Windows API for Game Developers (Do Window Opening stuff yourself!):
• WIN API for Game Devel...
OpenGL setup if you want to learn OpenGL:
• The EASIEST way to set...
best OpenGL tutorials on KZbin!: 🙀
• 3D Computer Graphics U...
SFML:
www.sfml-dev.org
raylib:
www.raylib.com
Join my Discord:
/ discord
Check out my Steam Game Midnight Arrow:
store.steampowered.com/app/23...
Join this channel if you want to support me 😻:
/ @lowlevelgamedev9330
Music: Evan King - e n t r o p y
Music: Evan King - Invisible Walls
/ contextsensitive
contextsensitive.bandcamp.com/

Пікірлер: 79
@viniciusantonio2253
@viniciusantonio2253 Ай бұрын
I'm scared of cmake, libraries and debug configurations
@zodey3611
@zodey3611 Ай бұрын
use rust and macroquad
@viniciusantonio2253
@viniciusantonio2253 Ай бұрын
@@zodey3611 I would, if I was not into getting a job and providing to a family
@InfiniteCoder01
@InfiniteCoder01 Ай бұрын
Cmake is not that hard... Unless you are using Visual Studio. In that case I would suggest either using premake or switching to vscode
@erkintek
@erkintek Ай бұрын
Biggest reason I avoid cpp for a long time, second reason is library management
@lowlevelgamedev9330
@lowlevelgamedev9330 Ай бұрын
yes it's kinda nasty that's why I recomand you to start with my setup and slowly learn 💪💪
@jackfrederiksen7979
@jackfrederiksen7979 Ай бұрын
You are literally a saint, thank you
@lowlevelgamedev9330
@lowlevelgamedev9330 Ай бұрын
you're wellcome 💪💪
@light535
@light535 Ай бұрын
Man your channel is amazing. I'm making stuff in Unity first before making the big step to making everything myself. Great video as always!
@lowlevelgamedev9330
@lowlevelgamedev9330 Ай бұрын
thx bro, I'll be waiting for you here 💪💪
@velazquezcanosantiago7886
@velazquezcanosantiago7886 Ай бұрын
Hello dude, since I started Uni I went from being exited to do programming to it being more of a chore, this videos really motivate me to do games which is why I wanted to study CS in the first place!
@lowlevelgamedev9330
@lowlevelgamedev9330 Ай бұрын
glad it helped bro keep going 💪💪
@evilwizardtherapist
@evilwizardtherapist Ай бұрын
This is it. 🧙🏾‍♂️
@whispy1
@whispy1 Ай бұрын
Hey I enjoyed the video and i have a question, what would be the benefit of learning C++ and a graphics api, instead of using a game engine like unity or unreal engine? I have been wanting to learn game development for a while now but never have fully jumped into it.
@lowlevelgamedev9330
@lowlevelgamedev9330 Ай бұрын
good question, depends on what you want to do, I enjoy it more like this. A advantage is that you will become a better programmer and you will get to do more advanced things. Manytimes, when you use an engine you don't really write that much code
@bacon_with_brussels_sprout
@bacon_with_brussels_sprout Ай бұрын
It's also easier to implement optimizations like advanced culling and better hardware accel(that is if you're literally Him, You're literally that Guy)
@watchmytvjctechnology8448
@watchmytvjctechnology8448 Ай бұрын
​@@lowlevelgamedev9330Many people who use game engine can't even resolve an AABB collision let alone calculating an angle where the player or enemies must fire bullets, everything is on the mercy of the engine .
@geeksuperstar8564
@geeksuperstar8564 28 күн бұрын
Hey, did you have a chance to check Odin?
@Centipede2577
@Centipede2577 Ай бұрын
Huh does direct3d (directx8) works to make simple games?
@InfiniteCoder01
@InfiniteCoder01 Ай бұрын
Great "tutorial"! But I would do opening a window and loading opengl with a library at first (something like glfw) and then remaking this library by yourself if you want. This should encourage cross-platformness
@lowlevelgamedev9330
@lowlevelgamedev9330 Ай бұрын
yess that's what I also would recomand people
@silloo2072
@silloo2072 Ай бұрын
How that will encourage cross-paltformness
@darkgamer4228
@darkgamer4228 Ай бұрын
Hi brother i there is need of stl Library in c++ it is used in gui app development or game development pls answer me brother 🙏
@lowlevelgamedev9330
@lowlevelgamedev9330 Ай бұрын
yes I use stl but you don't have to learn much of it. So just some basics are very good to know like maps vectors sets and sorting 💪
@game-fm2yj
@game-fm2yj 4 күн бұрын
I made a mistake learning c++ as my first programming language.
@blackcitadel37
@blackcitadel37 28 күн бұрын
I'm writting a simple (or was intended to be simple at least) game engine using c++20 and raylib to make some 2d games like bullet hell and later some platformer games. It's going kinda fine but i'm pretty sure i overcomplicated/overengineered the whole ECS system. The desire currently is to just delete everything and start fresh (._.)
@lowlevelgamedev9330
@lowlevelgamedev9330 27 күн бұрын
yep try not to overengineer stuff, do the simplest thing first, I never used a propper ecs and I never felt that I needed one (well the ecs from.my minecraft clone is kinda a light one), so start simple💪
@blackcitadel37
@blackcitadel37 27 күн бұрын
@@lowlevelgamedev9330 nice. what would be a good alternative for the ECS system in this scenario? (smol game engine for 2d games)
@bacon_with_brussels_sprout
@bacon_with_brussels_sprout Ай бұрын
Looking to go to roblox's lua then Minecraft's Java(modding) then c++. Is this a good way to develop my coding knowledge or should I throw myself in the burning pits of hell for coming up with something this foul
@derpaboopderp1286
@derpaboopderp1286 Ай бұрын
C++ isnt that hard. And honestly making something yourself might even be easier than working on something pre existing
@rhajamelwalker1410
@rhajamelwalker1410 Ай бұрын
Think your audio got muted.
@happygofishing
@happygofishing Ай бұрын
Webgpul exists too
@lowlevelgamedev9330
@lowlevelgamedev9330 Ай бұрын
yes, tho it's not that supported but there is also webgl
@Simple_OG
@Simple_OG Ай бұрын
what about maths any specific topics we need to know
@lowlevelgamedev9330
@lowlevelgamedev9330 Ай бұрын
depends on what you want to learn, if you want to know 3D you need to learn linear algebra, you can learn that on 3 blue one brown. For basic gamedev you need some geometry some trigonometry and some vector algebra, but don't worry only very basic stuff like vector adition, how to use sin cos to get an oscilating patern, how to normalize a vector, how raising a number between 0 and 1 to a power look like, easing functions, and that's the most common basic things to know
@Simple_OG
@Simple_OG Ай бұрын
@@lowlevelgamedev9330 thanks
@jyto87yo987
@jyto87yo987 Ай бұрын
pentru un român vorbești engleza bine bro, thumbsup
@lowlevelgamedev9330
@lowlevelgamedev9330 Ай бұрын
thx bro 💪 da cred ca daca vorbeam mai bine nu iti dadeai seama cas roman 😂
@bloccoa
@bloccoa Ай бұрын
@@lowlevelgamedev9330 Not really, am observat că user-ul tău se numește Vlad gen, apoi că un window se mai numea și geam
@bloccoa
@bloccoa Ай бұрын
Crap cont greșit whatever
@nihiliteit
@nihiliteit Ай бұрын
Hey can you make a video about how to export a c++ game for Android using sfml plz
@Itz_Akashi.134
@Itz_Akashi.134 Ай бұрын
First view first comment first download 😂
@lowlevelgamedev9330
@lowlevelgamedev9330 Ай бұрын
Legend 💪
@holyknighthodrick5223
@holyknighthodrick5223 Ай бұрын
Step 1: Learn Rust Step 2: Modify all the Rust bindings because they are perpetually out of date. Step 3:
@mikhailhumphries
@mikhailhumphries Ай бұрын
Can you show how to do 3d modeling software?😊
@catatrophicalist
@catatrophicalist Ай бұрын
but i dont know maths.
@lowlevelgamedev9330
@lowlevelgamedev9330 Ай бұрын
you can learn little by little but in the beginning you don't need to know that much, in my full game in cpp tutorial I cover the basic math that you need 💪
@silloo2072
@silloo2072 Ай бұрын
Hey what do i do if i am lazy??😅😅
@lowlevelgamedev9330
@lowlevelgamedev9330 Ай бұрын
I know where you live so you have to show your gamedev progress on my discord and tag me in 3 days 🔫
@silloo2072
@silloo2072 Ай бұрын
Wow you do really care about your viewers, you replied to every comment!! That's amazing 👍👍💯💯😎
@moon.chance
@moon.chance Ай бұрын
you sound a bit romanian..... cf
@lowlevelgamedev9330
@lowlevelgamedev9330 Ай бұрын
bine frate 😂😂
@monkeyhorizon
@monkeyhorizon Ай бұрын
HHAY FIRST
@lowlevelgamedev9330
@lowlevelgamedev9330 Ай бұрын
first replay
@BlindingSun_
@BlindingSun_ 2 күн бұрын
You talk too fast
@paradox8425
@paradox8425 Ай бұрын
Now I'm gonna say a few things, but don't get offended please. Just saying what I think is right: Even though I appreciate what you are trying to do, I don't think there is much value in this exact video. First of all, game dev is much harder than you are presenting here. Especially without a game engine. Sure it's doable, but for beginners? Come on. Yes they need to start from somewhere, but deep diving to an ocean without knowing how to swim? They will likely give up. Other than that, you are showing off your framework too much. I mean sure, you should do it. But you present it like it will solve almost everything for them which is way too far from truth. I know you probably don't mean to do it like this, but this is what end result looks like to me. Maybe it's because i'm way past these stuff and not your target audiance. Either way, I hope you'll get better on this. Feel free to ignore this (constructive) criticism since that's just my perspective (subjective)
@BurroDevelops
@BurroDevelops Ай бұрын
Many people started with C as first programming language and made games with raylib IN C. I think if you're a beginner you can definitely thrive from the lowest of the lowest levels of programming, your advice is not that well placed (if that's what you mean). There are plenty of resources out there, bros just gotta be passionate enough 😭 (ofc, if you're not that passionate in the beginning, like I was and many others, start in python and climb your way down👍)
@paradox8425
@paradox8425 Ай бұрын
@@BurroDevelops You can start from any language you want. In fact I think starting from C would be better for a lot people. That's not the point. The point is: game dev is already very hard even with using a game engine. People give up on it even with game engines. So pointing a beginner to start from scratch to build a game isn't very realistic. I doubt 3-4/1000 people would succeed on such a strategy
@paradox8425
@paradox8425 Ай бұрын
Even tiniest games would be 10k lines of code in minimum, if you start from scratch. Can a beginner handle it? I don't think so. It's like expecting a child to operate a plane...
@lowlevelgamedev9330
@lowlevelgamedev9330 Ай бұрын
I get your criticism but I for example started like this and the video is in a way for my past self / other people like I was years ago. And I yes I kinda push a lot my setup but I genuenly believe it is a good way to start and do stuff. So while it might not be for everyone I'm 100% sure it will help some people
@lowlevelgamedev9330
@lowlevelgamedev9330 Ай бұрын
you can make a game in the console in a few lines
@insertoyouroemail
@insertoyouroemail Ай бұрын
Step 1. Render triangle Step 2. Render two squares Step 3. Everything else
@lowlevelgamedev9330
@lowlevelgamedev9330 Ай бұрын
ye kinda 😂
@dfordemo981
@dfordemo981 Ай бұрын
your discord server link plz
@lowlevelgamedev9330
@lowlevelgamedev9330 Ай бұрын
it's in the video description bro 💪
How to Start Gamedev in 2024
10:28
Sasquatch B Studios
Рет қаралды 365 М.
Making a Game With C++ and SDL2
8:14
PolyMars
Рет қаралды 1,6 МЛН
100❤️ #shorts #construction #mizumayuuki
00:18
MY💝No War🤝
Рет қаралды 20 МЛН
Would you like a delicious big mooncake? #shorts#Mooncake #China #Chinesefood
00:30
Miracle Doctor Saves Blind Girl ❤️
00:59
Alan Chikin Chow
Рет қаралды 57 МЛН
Hot Ball ASMR #asmr #asmrsounds #satisfying #relaxing #satisfyingvideo
00:19
Oddly Satisfying
Рет қаралды 17 МЛН
How to ACTUALLY get into Gamedev
14:01
DaFluffyPotato
Рет қаралды 674 М.
Make a C++ game FULL GUIDE!
37:05
Low Level Game Dev
Рет қаралды 115 М.
Best Way To Start Learning C++!
4:55
Low Level Game Dev
Рет қаралды 10 М.
1 Year of Learning Game Development In 6 Minutes
6:01
Giedzilla
Рет қаралды 2,4 МЛН
Making Minecraft from scratch in 48 hours (NO GAME ENGINE)
16:38
I Rewrote This Entire Main File // Code Review
16:08
The Cherno
Рет қаралды 113 М.
First Time Using Godot As C++ Developer
21:41
Cakez
Рет қаралды 21 М.
I Remade Minecraft But It is Optimized!
9:39
Low Level Game Dev
Рет қаралды 91 М.
How Stardew Valley Was Made by Only One Person
21:09
ThatGuyGlen
Рет қаралды 3,4 МЛН
100❤️ #shorts #construction #mizumayuuki
00:18
MY💝No War🤝
Рет қаралды 20 МЛН