Just remember: it takes around 1k lines of code just to clear the screen in Vulkan, meanwhile OpenGL, despite being older (but not deprecated yet, at least on non-apple platforms) you can do the same with around 200 lines Good luck
Vulkan is a much lower level API. It more closely represents what GPU hardware is doing than OpenGL, so it's more explicit and introduces some new concepts like pipelines and attachments. Consequently it can be much faster than OpenGL. But there is a learning curve. It takes a thousand lines to set it up, but about 3 lines to actually draw stuff. The pain is all at the beginning. ;)
I stumbled upon your video in my feed and I wasn't expecting to be this entertained. You are a great coder with great comedic timing. This one liked and subscribed. Keep it up!
Nice to see a girl in this community. the voice took me by surprise. Also this is a pretty good channel wth, you must be about to blow up to at least 300K subs
Great work and I hope the best of luck in discovering more about game engines through writing your own, it's usually a futile endeavor since making a game engine != making a game, but I'm the kind of person that was mostly interested in the former and in that case I think it's absolutely one of the best ways to learn about game engines and why they're designed the way they're etc.
Amazing work! You understand the basic functionality of an renderer, planes, shapes, textures, camera and object matrix, scenes, controls and a lot more. I'am impressed. Not everyone understands such these thing.
What is used for water effect is called a tesselation shader or a geometry shader and it adds vertices to the triangles you send to it and displaces it using various displacement functions (sin waves would not give a convincing water effect)
Zyger, why do you do this to me? You make a video showing something cool and then, my smooth brain is like "Better yeet all my projects and do something similar but more different" So now here I go to do some Vulkan stuffs. Thanks.
i forgot i was watching this video because you got me side tracked to wikipedia. then I got lost now looking at why is there so much Cebuano articles. almost non of it are even related to philipines
@@h..h yes, opengl can work on a lot of platforms and can be used with other multiplatform framework like sdl, so if you want to make an engine for a game from scratch that's the only think you can use nowadays imo. raw directx will only work on windows, and you don't want to make the compat layer yourself... maybe we'll get some stuff to work with vulkan easily but for now just go with opengl, even if its not the most modern thing
@@h..h OpenGL is easy to learn and use, but it won't provide you with parallelism like Vulkan would. One really cool thing in Vulkan is that you can create an asynchronous compute pipeline and offload a lot of stuff to it (like post processing / physics calculations) which will be calculated by the GPU while you are gathering data for the frame instead of waiting on compute shader to be done like it would be in case of OpenGL. Vulkan isn't hard to learn per se, it's just hard to track. I mean try to remember which descriptor set for which descriptor layout with which bindings did you create and did you assign them to pipeline? Oh boy.
That's what i like about acquiring knowledge, you can also use SDK of other engines and modify them to support for instance all CPU Cores, and the latest computer hardware in optimized way, but more speculatively. For example, i'd like to see Crysis make potential of all 10 CPU Cores to preserve power for the GPU, etc, I doubt the Remastered uses more than the original Crysis.
This reminds me of one of my modules I did at uni where we was using cpp and dx11 to render terrain... although I made mine infinite and wrote my own obj model because I didn't wanna use ASSIMP lol anyway nice work. I know this kind of thing is a nightmare
i don't know in which way should i describe my thoughts but here is: literally %99 of TH-camrs who s do make these gaming or graphics related videos but none of them is actually working in the game industry, they're just TH-camrs, except Freya Holmer.
There is smth soothing abt the accent (assuming it's like British or Australian) it makes me feel like I understand what you are saying when I don't lok av never dabled in custom "engines" seems interesting tho
I remember doing stuff like this in JS via the canvas, tons of fun, but man, when you start having to worry about performance and create strategies for loading and unloading objects, that's gonna be loads of fun, gl
thanks to be fair I have made post processing shades,and lighting stuff before . Haven't tried depth of feild, emission or motion blur, so need to give that a go. good idea :)
This is cool :D Now make a PBR shader with Global illumination, ambient occlusion. Screen Space Reflections, Bloom and HDR. Don't worry, I belive you on this one 😎😎😎
any engine written outside of C/C++ (or assembly for that matter) is bad. imho. so you did that REALLY RIGHT :D very impressive job! adding vulkan render output to the existing dx one could be a cool side project and make the engine really cross compatible with lots of platforms.
Engines can be written with Rust too 😊 (maybe Zig and Nim also), Also best to use a cross platfrom rendering abstraction layers such as BGFX, WPGU or Sokol so no need to write in each devices' APIs.
i thought the same like yesterday or so xD "yo how did i land on wikipedia mobile page" *looks into URL* "wait I'm not wtf" i hope that at least it has dark mode now :D
I remember making a fps engine in away3d without properly using matrix and it did this stupid rotation bug when I manually modified rotation of x and y
Hey, I was trying to implement something similar a while ago but got stuck in.. clipping. Can anyone explain or site any sources I can study to understand the implementation. It will be very helpful
I love the "My game suddenly disappears in front of my eyes" feature, it adds so much to the aesthetic.
I especially loved the “it’s 3 AM and I’m staring at a wall of code it burns my eyes so much“ feature, it really gives a sense of realism.
You get that in Unity when you have the wrong Z-coordinate or the camera isn't set up properly.
Be prepared Unity and Unreal, cuz we have a new challanger
😎
It looks cool and all, and I get the joke, but to be realistic, Unity and Unreal have better graphics and UI.
@@somebody_2837 u ruined it
@@JustJory Guess you didn't read it properly
@@somebody_2837 😐💀
I like devlogs like these. Doing things that people are scared of and actually making them is something I respect
I wish there were more c++ devlogs
Making a game in c++ (from scratch) // Devlog #1
r/gamedev
The internet
Ptuh
Programming, gaming, and Vivaldi. There is _hope_ for humanity. Thanks for sharing.
I love how it all looks like 2000s game graphics and general vibes
Same😊
3:26 I love how it says "Mom I programmed this all by myself" as the title of the window.
i just really like that this video ended with "no" and nothing else XD
directx is a good option for performance on windows but honestly i think opengl/vulkan is better since it runs on almost everything
great job!
ooh I've never tried vulkan maybe I should then
@@ZygerGFX Just remember who told you to "try Vulkan" so you can ban them from your channel later ]:->
Just remember: it takes around 1k lines of code just to clear the screen in Vulkan, meanwhile OpenGL, despite being older (but not deprecated yet, at least on non-apple platforms) you can do the same with around 200 lines
Good luck
Vulkan is a much lower level API. It more closely represents what GPU hardware is doing than OpenGL, so it's more explicit and introduces some new concepts like pipelines and attachments. Consequently it can be much faster than OpenGL. But there is a learning curve. It takes a thousand lines to set it up, but about 3 lines to actually draw stuff. The pain is all at the beginning. ;)
@@ZygerGFX listen to the masses. Avoid Vulkan for your mental health
Man, this would of been revolutionary in 1992!
god damn! are we going to have tetris in real life?!?!
ehh, then I wonder what century unity3d users live in....
there's no DX in 1992
Bruh, you didn't have to massacre my girl like that. She is not my girl but still, bruh. Lol (I know you didn't mean it in a spiteful way)
I stumbled upon your video in my feed and I wasn't expecting to be this entertained. You are a great coder with great comedic timing. This one liked and subscribed. Keep it up!
"And was it worth it?.... No."
That's impressive work ! Great job imprementing all that !
5:14 smiley face! :D
"Was it worth it? No" 😂
Nice to see a girl in this community. the voice took me by surprise. Also this is a pretty good channel wth, you must be about to blow up to at least 300K subs
Great work and I hope the best of luck in discovering more about game engines through writing your own, it's usually a futile endeavor since making a game engine != making a game, but I'm the kind of person that was mostly interested in the former and in that case I think it's absolutely one of the best ways to learn about game engines and why they're designed the way they're etc.
1:19 that sound is from maplestory! Memories...
Congrats on that.
I am trying to make couple of my own for my first few game projects when I reach to a beta stage.
I ONCE AGAIN LOVE VEHICULAR MANSLAUGHTER
my bs aside, nice work!
😻vehicular manslaughter😻
Nice, that looks like it would give me a headache trying to figure out. Maybe one day.
It is, but wait till you learn about Vulcan, boi are you in for a treat :)
your window titles absolutely slay me
Amazing work! You understand the basic functionality of an renderer, planes, shapes, textures, camera and object matrix, scenes, controls and a lot more. I'am impressed. Not everyone understands such these thing.
what the hell!?!? this is better then any tutorial on c++ 3d engine I could find!
The more projects you make the more ideas you can come up with
I’m learning patience andnetwork powerful
0:07 Snail dying xD
I think you sea of STOLE my HEART I mean good job
Nice! you created the next Cyberpunk
Every step that u take is worth if u learned something. keep the great work +1sub
Way to go, you're gonna be a new Tim Sweeney!
im blown away by how smart people are!!!
What is used for water effect is called a tesselation shader or a geometry shader and it adds vertices to the triangles you send to it and displaces it using various displacement functions (sin waves would not give a convincing water effect)
Yes that is very true sin waves don't look good. And this is definitely something I want to try at one point.
I love your maplestory slime/mushroom death sounds
Wow, I can barely make a PowerPoint presentation, and this person just made a graphics engine. I think I need to reconsider my career choices.
I see so zyger is becoming the "I made my own" stuff user
Amazing video that popped up in my recommended tab a few days ago. Nice TH-cam algorithm, subscribed.
Happy to find your channel! Really enjoyed the video 🔥
i liked the video even tho i got sick of the graphics but couldnt deny the fact that im also building my mind for c++
Love to see this sort of content :)
I was hoping you did Vulcan not directX since no one uses it anymore lol
The terraria music in the background is amazing
OMG!! that was awesome, I can only slap png image to screen with SDL and make the moving. I will learn how to render 3D later ... great job!!
After the great titan war ended, Gabi moved to the woods of Marley and decided to make games for rest of her life😀
I'll keep praying every day at the shrine of Unity 3D for all the cool 3D things its gods allow me to do.
i heard a very handsome whistle in that background music!
Me when terraria Music 2:53 💃🕺💃🕺💃🕺
Zyger, why do you do this to me?
You make a video showing something cool and then, my smooth brain is like "Better yeet all my projects and do something similar but more different" So now here I go to do some Vulkan stuffs. Thanks.
You're welcome 😅
i forgot i was watching this video because you got me side tracked to wikipedia. then I got lost now looking at why is there so much Cebuano articles. almost non of it are even related to philipines
4:07 is important to me because I learned from you that a Sine Wave creates Wave Effects
I just started the other day with Vulkan and wanted to die inside! heheh, fantastic video
@@h..h yes, opengl can work on a lot of platforms and can be used with other multiplatform framework like sdl, so if you want to make an engine for a game from scratch that's the only think you can use nowadays imo. raw directx will only work on windows, and you don't want to make the compat layer yourself... maybe we'll get some stuff to work with vulkan easily but for now just go with opengl, even if its not the most modern thing
@@h..h OpenGL is easy to learn and use, but it won't provide you with parallelism like Vulkan would. One really cool thing in Vulkan is that you can create an asynchronous compute pipeline and offload a lot of stuff to it (like post processing / physics calculations) which will be calculated by the GPU while you are gathering data for the frame instead of waiting on compute shader to be done like it would be in case of OpenGL.
Vulkan isn't hard to learn per se, it's just hard to track. I mean try to remember which descriptor set for which descriptor layout with which bindings did you create and did you assign them to pipeline? Oh boy.
That's what i like about acquiring knowledge, you can also use SDK of other engines and modify them to support for instance all CPU Cores, and the latest computer hardware in optimized way, but more speculatively. For example, i'd like to see Crysis make potential of all 10 CPU Cores to preserve power for the GPU, etc, I doubt the Remastered uses more than the original Crysis.
This reminds me of one of my modules I did at uni where we was using cpp and dx11 to render terrain... although I made mine infinite and wrote my own obj model because I didn't wanna use ASSIMP lol anyway nice work. I know this kind of thing is a nightmare
i don't know in which way should i describe my thoughts but here is: literally %99 of TH-camrs who s do make these gaming or graphics related videos but none of them is actually working in the game industry, they're just TH-camrs, except Freya Holmer.
Zyger works for rare.inc
Learning is that don't mess just use the pre-existing for sake of simplicity
There is smth soothing abt the accent (assuming it's like British or Australian) it makes me feel like I understand what you are saying when I don't lok
av never dabled in custom "engines" seems interesting tho
That was awesome, just started learning OpenGL yesterday
So I chase now
"mom look i made this all by mysellf" *laughs in intelligent kid*
That exit music tho :3
wasn't expecting a skylanders reference
I dare you to use Vulkan. One thousand lines of code just to render a triangle. I love it though.
I remember doing stuff like this in JS via the canvas, tons of fun, but man, when you start having to worry about performance and create strategies for loading and unloading objects, that's gonna be loads of fun, gl
Ah yes, a story after my own heart: Approximate British Engineering. 🇬🇧
I like the name "I AM LOSING MY MIND" as a name of the engine.
That is pretty awesome! Well done. 😀
Cool Video!
now make ambient occlusion, depth of feild, motion blur, emmision, baked global illumintation, and post process shaders.
thanks to be fair I have made post processing shades,and lighting stuff before . Haven't tried depth of feild, emission or motion blur, so need to give that a go. good idea :)
bro got a list of demands lol 💀
Try unreal and you will have a great idea , also implement lods system for mesh
Love the sound effects
Great artistitic value to our world, thx
“I made a graphics engine… by importing a bunch of libraries that implement much of the hard stuff”
We all know what comes next: custom game engine.
Did this a few years ago and almost killed my self
Nice! Which DirectX version are you using?
11
Good stuff! How long u been learning dx?
nice work. Love it!
Relatable dev content
I challenge you to make a game in it!
This is cool :D Now make a PBR shader with Global illumination, ambient occlusion. Screen Space Reflections, Bloom and HDR. Don't worry, I belive you on this one 😎😎😎
2:20 "I made is spin :)"
any engine written outside of C/C++ (or assembly for that matter) is bad. imho. so you did that REALLY RIGHT :D
very impressive job!
adding vulkan render output to the existing dx one could be a cool side project and make the engine really cross compatible with lots of platforms.
Engines can be written with Rust too 😊 (maybe Zig and Nim also), Also best to use a cross platfrom rendering abstraction layers such as BGFX, WPGU or Sokol so no need to write in each devices' APIs.
what's the music at 2:00?
I understood none of it but still enjoyed it
You sound just like my small sister.🙂
You are not dead!
thank you , so cool !
Petition: "Build a editting program and then edit that video in it"
Impressive!
"i just made a window open, there is nothing in it." The code: Line 456
I Made a Graphics Engine>
Then uses opengl which is already made for graphics lol 😂
Grammer go hard 2:22🤙🤙
"Was it worth it.. no!" 😁 Thinks the same everytime i close godot. At least its fun kind of.
Great job! Now do it like a real man in ANSI C
Now make a video: Making an FPS game using my game and graphics engine
i thought the same like yesterday or so xD "yo how did i land on wikipedia mobile page"
*looks into URL* "wait I'm not wtf"
i hope that at least it has dark mode now :D
"was it worth it? no."
lmao
Crazy!! Can you point me to some good resources to get started into graphics programming?
cold video g! ! !
It was worth it, believe me
I remember making a fps engine in away3d without properly using matrix and it did this stupid rotation bug when I manually modified rotation of x and y
game of the year
Hey, I was trying to implement something similar a while ago but got stuck in.. clipping. Can anyone explain or site any sources I can study to understand the implementation. It will be very helpful
Isn't this just a part of the Uni course?
Mom look I programmed this all by myself
amazing :0
You should try vulkan -
soooooo good
vulkan sdk