Тёмный

I tried coding my own graphics engine 

Garbaj
Подписаться 462 тыс.
Просмотров 184 тыс.
50% 1

twitter: garbaj2

Игры

Опубликовано:

 

23 окт 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 384   
@banana_
@banana_ 7 месяцев назад
the most replayed part 💀
@theseangle
@theseangle 4 месяца назад
Garbaj, the collector. Collects the best 3d garbage there is for us ;)
@timelessnesses
@timelessnesses 3 месяца назад
you dont have to mention that- 💀
@abdou.the.heretic
@abdou.the.heretic 3 месяца назад
I saw the confusion meme and laughed then I saw the buttcheeks and comprehended.
@abdooowd
@abdooowd 3 месяца назад
💀
@definitlyEgirl-safetf2
@definitlyEgirl-safetf2 2 месяца назад
The internet has spoken
@pacifico4999
@pacifico4999 7 месяцев назад
When a normal person sees you make you first triangle: 😪 When a graphics programmer sees you make your first triangle: Here you go king 👑
@atomictraveller
@atomictraveller 7 месяцев назад
YOUR triangle ❣
@willtheoct
@willtheoct 7 месяцев назад
use regl to get a triangle in one step instead of 10 saving instructions is important
@pacifico4999
@pacifico4999 7 месяцев назад
@@willtheoct Looking into it, it automatically infers the vertex indices. Seems like an interesting library.
@calumwoodward9489
@calumwoodward9489 7 месяцев назад
@@atomictravellerour triangle 🛠️⚒️
@LaynaStambaugh
@LaynaStambaugh 3 месяца назад
LITERALLY!! I've been writing a 3D engine for one of my college courses over the past few months and I saw him talking about 3D and texture coordinates and things and I was like KING KING KING KING We love u Garbaj
@Armi1P
@Armi1P 7 месяцев назад
When Unity fucked up so bad people rather reinvent the wheel.
@colleagueriley860
@colleagueriley860 2 месяца назад
There are no wheels in graphics programming.
@lolcat69
@lolcat69 2 месяца назад
​@@colleagueriley860 autism
@Kero-zc5tc
@Kero-zc5tc 2 месяца назад
@@colleagueriley860it’s in reference to a very common idiom.
@notactuallyarealperson2267
@notactuallyarealperson2267 2 месяца назад
@@Kero-zc5tcThere are no idioms in graphics programming either, just tris
@kerhabplays
@kerhabplays Месяц назад
@@notactuallyarealperson2267 lolz
@moe__dev
@moe__dev 7 месяцев назад
It's a good day when Garbaj uploads a video.
@VGODP
@VGODP 7 месяцев назад
No
@Solutra
@Solutra 7 месяцев назад
why does everyone comment this on any video ever
@moe__dev
@moe__dev 7 месяцев назад
@@Solutra idk, lol
@Chaos1king
@Chaos1king 7 месяцев назад
​@@Solutraanoying init
@bear_m-117
@bear_m-117 7 месяцев назад
HEELLL YEAAAHH ITS ALWAYS BETTER
@SomeRandomPiggo
@SomeRandomPiggo 7 месяцев назад
Started learning OpenGL 3 months ago with the goal of creating a UI library and then a game engine. Only now I think I have a good enough grasp on it to start working on a real project rather than experiments. It's very fun to mess around with and the performance you get in your own engine is absolutely insane. I can draw 500 cubes to the screen with lighting and still have 4000fps (literally) easy
@alexandrepv
@alexandrepv 6 месяцев назад
It's a good start and please don't give up on your engine. I have tried making graphics engines several times in the past, and they all ended up as abandoned projects in different stages of completion. But every time I got further and further. Only after I matured my software engineering skills enough that I was finally able to put things together in a way that they would not need to be tore down everytime I needed to add a new feature. Making your engine is a challenging and yet extremely rewarding process that will help you grow as a problem-solver. Keep at it mate :)
@modernadventurer2
@modernadventurer2 7 месяцев назад
I love trying to make 3d engines. such a fun project to work on. great job!
@vibaj16
@vibaj16 7 месяцев назад
until you get to clipping
@user-dh8oi2mk4f
@user-dh8oi2mk4f 7 месяцев назад
@@vibaj16 the gpu does the clipping for you
@poolersjr1422
@poolersjr1422 7 месяцев назад
This was an interesting video to watch, thank you for making it! And also make sure to make videos of other such journeys of yours :)
@Smaxx
@Smaxx 7 месяцев назад
For simple model importing, just look at obj. The ANSI version is rather trivial (and human readable), so all you have to do is read a text file. You can ignore stuff not implemented yet (like textures/UVs) and it should still work. But such experiments are great, considering all this knowledge (math and brain mush included) can be used e.g. when working with vertex shaders, too.
@westvirginiaglutenfreepepp7006
@westvirginiaglutenfreepepp7006 7 месяцев назад
😮
@Null-byte
@Null-byte 4 месяца назад
Assimp (it's not an insult, it stands for Open Asset Import Library) is an alternative, too, if you want to have a look on how they do it for the most popular formats.
@alphenex8974
@alphenex8974 7 месяцев назад
Honestly, it just takes time to learn OpenGL and make complex stuff. I'd be happy if you continued on.
@MohamedBenamer940
@MohamedBenamer940 7 месяцев назад
OpenGL is simple compared to other APIs, a tringle in pur Vulcan takes 2500 lines ...
@handlemonium
@handlemonium 7 месяцев назад
Try Vulkan?
@abuxTMK
@abuxTMK 6 месяцев назад
only if you like suffering that is@@handlemonium
@katto1937
@katto1937 4 месяца назад
@@handlemonium Both of you saying OpenGL isn't complex because something else exists that is even more complex is stupid af. Calculus isn't complex compared to phd mathematics, doesn't mean it's not hard for 99% of people.
@prodmatze
@prodmatze 4 месяца назад
@@MohamedBenamer940 congratulations
@ntPingu
@ntPingu 7 месяцев назад
For the really crazy stuff you should give jdh a chance. This guy is doing some wild magic with his own engines, OSs and self made graphic cards
@eualuchiha2383
@eualuchiha2383 7 месяцев назад
this is really wholesome and reminiscent to a graphics engine i tried to make a year ago, i managed to add basic 3D model importer for it and i gave up when i started dealing with basic lighting and shadows.
@OmeletteGirl
@OmeletteGirl 7 месяцев назад
OUR QUEEN RETURNS!!! (I don't mean to put pressure on you, these take a lot of effort to make! Just excited to see you in my subscriptions feed!)
@Craig6443
@Craig6443 7 месяцев назад
I love it when I randomly start thinking about something and its just happens the next day or two, I was wondering when you would post again.
@aashu3D
@aashu3D 7 месяцев назад
Based vid for naming the dva mod. Yeah and something=something about graphic rendering
@TheNSJaws
@TheNSJaws 7 месяцев назад
i love when people go back to absolute basics. Goes over my head more often than not, but it's incredibly fun to watch.
@TiaguinhouGFX
@TiaguinhouGFX 7 месяцев назад
Abstraction is a double edged sword. It's nice when used by people who understand how it works, so they make utilities, but it's an ignorance pill when used by those who don't understand what lies beneath. Go back to the basics and build from there, then one day build your own abstractions, or use other peoples's.
@TheNSJaws
@TheNSJaws 7 месяцев назад
@@TiaguinhouGFX oh, right on!
@BeconIsYeck
@BeconIsYeck 6 месяцев назад
Tonight, I just made an even more basic 3D renderer using C# and WinForms. No OpenGL, no DirectX, not even a way to define a 3D point, and I "finished" it in about 3 days. It wasn't that hard, the only two difficult parts were getting a perspective projection matrix working and defining the 36 3D points and 12 triangles that made up the cube I rendered. This video was my biggest inspiration for the project, though I've been wanting to work on something like this for a few weeks now. Planning on using meshes and mesh files to speed up the process of the creating new 3D shapes, as well as on camera / object movement and rotation.
@dryewall
@dryewall 7 месяцев назад
Yooo he uploaded!! Glad to see you've been keeping up with programming.
@NoxiousPluK
@NoxiousPluK 6 месяцев назад
I feel this. Way back in the day I started with the NeHe (Neon Helium) OpenGL tutorials. Really old stuff now, but getting that first triangle, or spinning cube. It's always the same route it seems. :D Congratulations on the progress! Edit: Oh I can also greatly recommend looking into SDL2 if you haven't yet.
@zeurumvr
@zeurumvr 7 месяцев назад
nice, Unity kinda shot themselves in the foot and it’s nice to see people’s alternatives!
@mostlime12195
@mostlime12195 7 месяцев назад
Garbarj doesn't use Unity. He has always used Godot.
@zeurumvr
@zeurumvr 7 месяцев назад
@@mostlime12195he refrenced it at the beginning
@A_Balanced_Breakfast
@A_Balanced_Breakfast 7 месяцев назад
🤡🤡🤡
@hingedevoper69
@hingedevoper69 7 месяцев назад
@@zeurumvr yes, but garbage was always a godot guy, if im not mistaken
@mostlime12195
@mostlime12195 7 месяцев назад
@zeurumvr Yes, he referenced it, but what I believe you were saying is that making a graphics engine was *his* alternative to Unity, when it isn't actually an alternative for him, because he doesn't use it, and I believe still uses Godot, which has actually gotten far more funding because of Unity.
@A_Balanced_Breakfast
@A_Balanced_Breakfast 7 месяцев назад
Building an engine is an immense task. That's why Unity, Lumberyard, Frostbite, Creation, Unreal, etc. last so long. It's a crazy task to build a new one.
@No-mq5lw
@No-mq5lw 7 месяцев назад
Lumberyard is a little weird to include since it's not really new. It started off life as a fork of CryEngine and Amazon had to pay Crytek for it to use it in house. Then parts of Lumberyard became Open 3D Game engine. I think a lot of in house game engines currently are modifications on already existing engines, than wholly from scratch implementations. Though their history is very much a secret to most.
@NEO97online
@NEO97online 7 месяцев назад
These are general-purpose engines that try to solve every possible task and give abstractions over everything. To build a game from scratch with OpenGL is not as immense as you think. Only took me a couple months to get to a nice looking first-person shooter in OpenGL.
@DiThi
@DiThi 7 месяцев назад
Depending on what type of game, it's not that big of a deal. Particularly for 2D games, making the engine is frequently simpler than making the game itself.
@atomictraveller
@atomictraveller 7 месяцев назад
first 3d game in 7 weeks using SetPixel, if it's just a height field, lighting and a couple of objects, it could take a weekend or two.
@DarkSession6208
@DarkSession6208 6 месяцев назад
@@NEO97online Define a First Person shooter. Drawing Vertexes and Edges and rasterizing them with OpenGL communicating with your GPU, using a Modelimporter API is not building a game from scratch. Its like you saying you are building a car from scratch when you buy the engine, tires and glass, electronics from other people, the most complex things basically. And again, a 3d Model that resembles a weapon, a Rotation from the origin point and key input mapped to movement and velocity in world space is far from a FPS. Its basically a 3D Rendering but not a engine, you made a rendering engine. A true FPS has to have : Animations (good luck with adding complex ones which take bones into consideration), AI-Bots (good luck again, horrible to do from scratch).
@stickguy9109
@stickguy9109 7 месяцев назад
So this is what you have been up to. Good to finally hear from you mate
@ReneSteenNielsen
@ReneSteenNielsen 4 месяца назад
This video was cute and it made me smile. And then I realized it was a Garbaj video, dude, your stuff is nice, thanks!
@elatronion
@elatronion 7 месяцев назад
Years ago I decided to make my own (bad) game and graphics engine. Though it wasn't great, it did allow me to learn a lot of about how these engines actually work, which made me both appreciate and understand tools like Godot more! Now, I can confidently work on some pretty advance tools, plugins and engine extensions, I better understand what can cause lag, and I overall feel more empowered having gone though that journey. Personally, I don't plan on revisiting such low-level things unless I have too, such as making a game for PSX or contributing to Godot, if ever I do.
@LillyCox777
@LillyCox777 7 месяцев назад
Coding in open GL is simultaneously the most interesting and infuriating thing I’ve done. But I’m super glad I’ve done it even if I do work with engines as you get a sneak peak out not just how render pipelines and lighting work but also the base starting level of every engine out there
@pcy113
@pcy113 4 месяца назад
Good job for going so far ! I find the OpenGL documentation really hard to understand, but with a bit of reflection & some tutorials (from ThinMatrix on RU-vid especially) I managed to create a small game engine using opengl, it currently handles shaders, materials, lighing, instancing, input, etc. I am currently working on the audio using OpenAL but it might take some time 😌
@wd357dui
@wd357dui 7 месяцев назад
RU-vid recommended this video to me on the home page, I'm glad to see people trying to write graphics engines, I've been trying too. It's only just that I hoped it was DirectX
@xm214-aminigun9
@xm214-aminigun9 7 месяцев назад
Being talented enough to attempt such feat. Must be a good feeling.
@billymays8864
@billymays8864 7 месяцев назад
as an engine dev, you are in for a ride buddy.
@pro_gemer
@pro_gemer 7 месяцев назад
The 3 month wait for a new garbaj video was worth it
@GamerDude27
@GamerDude27 7 месяцев назад
Here's to hoping we'll see a custom game engine renaissance happen again
@WwZa7
@WwZa7 7 месяцев назад
You know why I clicked. The video preview was on spot.
@icreatesomethin3835
@icreatesomethin3835 6 месяцев назад
Devs of the game Haydee knew exactly what the players want
@MotorBorg
@MotorBorg 4 месяца назад
Exactly! I love mysterious mazes filled with traps and deadly robots!
@nattythepanda4692
@nattythepanda4692 7 месяцев назад
Good to see you again, Garbaj!
@tsartarry3995
@tsartarry3995 7 месяцев назад
Everyone has to start somewhere, but not everyone will. You did, so good job
@holden_fella
@holden_fella 7 месяцев назад
I started coding mine in 2007, made it as far as making a couple of 1-level demos, ported it to linux and then to PSP, all was going well then I started learning GLSL and that's what entirely killed my enthusiasm.
@elvismd
@elvismd 7 месяцев назад
This is always an awesome experience! Back in 2018-2019 I'd do a lot of different mini game engines with SDL/GLFW/etc, some using opengl, others directx, others libraries like SFML etc or event from zero like setting up a win32 layer and all. Nowadays I think I'd use RayLib. It's pretty compact and small and it has model/animation loading as well as many 3D methods to interact with models using raycasting which are useful and hard to implement if you're just starting to learn these things. Of course you won't have a lighting system buy you have all the model, shading and texturing loading with nice examples and you are left with the single problem of solving lighting youself instead of having to solve animations as well for example. Nice video!
@bluesillybeard
@bluesillybeard 7 месяцев назад
Raylib is my favorite game toolkit, hands down. Nothing else compares in its simplicity and ease of use, while still having a decent set of features.
@PiopioJuegos
@PiopioJuegos 7 месяцев назад
I think it's good to make (or just try) to create your own game engine, to understand how to they work. I'm working in my very own GE intermittently for the last nine months based in a project from a JAM 12 years ago. I don't regret but it is too hard and still far to be "usable".
@igorthelight
@igorthelight 7 месяцев назад
Maybe you could hook it to someone else's Editor and save yourself a hassle of building your own? ;-) All rendering would be calculated with your renderer!
@PiopioJuegos
@PiopioJuegos 7 месяцев назад
Nah... Part of the fun is to do it everything. I don't care if noone else use it. And I'm not in a hurry.
@theseangle
@theseangle 4 месяца назад
​@@igorthelightcan you for example take Godot and use its editor with your engine? Is it possible? How difficult is it?
@igorthelight
@igorthelight 4 месяца назад
@@theseangle Technically it should be possible but I didn't found any instructions on how to do that. You could just build it without any additional modules (without ANY of them!), generate a project, do some stuff and then use generated files in your own projects (all files are just plain text).
@ProgrammingWithRook
@ProgrammingWithRook 5 месяцев назад
Hi Garbaj, Welcome to the 3d world scene, good progress so far, it took me a while to understand some concepts, following along with a few different tutorials did not help either, some used old opengl ( fixed pipeline, which isn't bad if you want to play around with opengl to get a feel of things), others done modern opengl... and some done a mixture which raised soo many bugs and wasted time ::/ (below: lighting | under da hood | Framebuffer | ) I would say leave the lighting until you're 100% happy with everything else, it is just another resource that will be used when it is not needed in early stages, by all means you can start on it and not call it, but every time you'll go test out your work, you will always think "hmm What would it look like with light"... As far as "more under the hood", in what terms was you thinking, I believe there are some of us who "JUST'S NEEDS TO KNOW WHY" things work :) See below(bottom-ish maybe) if you're on a nix box ( linux machine ), you could play around with the fb ( framebuffer), you can even use python, to write out to it, so there is no GL/SDL/GLFW needed, as the FB file just contains pixel data informations < hope this helps a little. As for the under the hood here is some information that you may have seen already but could help others: you will have to look into reverse engineering your own work and putting many debug statements (a call function that = (printf HELLO WE ARE HERE 1.... 2.... 3->1000)), because each function you call with opengl will set certain registers on the CPU, to allow you to talk to the GPU, once communication has been made ( accepted ) more data is sent to the GPU that will set registers on the GPU ( as far as i know we can not view them) however we can view the memory/ stack to see what is pushed / popped. to get a grasp on how things may work, it will be beneficial for you to get a copy of your graphics architecture specs, that will sometimes display the registers so you can get an idea how information is passed through etc, if you have an AMD card then your luck has changed, because AMD does released their documents... Sooo many Documents, Perhaps ask chatGPT what type of documents that could help you out, anyways this messages has gotten rather long, good luck on your quest and keep us updated!! I hope that scratch gets itched ;-)
@Flat_Erik
@Flat_Erik Месяц назад
this guys is REALLY good, especially his SDL2 tutorial (which in general is a nightmare to find on the internet)
@3DSage
@3DSage Месяц назад
Keep going on your game engine! :)
@orange451
@orange451 6 месяцев назад
Careful going down that rabbit hole. I spent 8 years doing this. Learned a whole lot, but I feel like I wasted a lot of time I could have spent on other projects.
@finesseandstyle
@finesseandstyle 2 месяца назад
Exactly. If you're planning a game and debating whether to create a game engine from scratch or use an existing engine, 100% go for an existing engine unless you're damn sure know what you're doing.
@DaniDrengen
@DaniDrengen 7 месяцев назад
nice to see you back
@lusunguchansa5586
@lusunguchansa5586 7 месяцев назад
facts
@func_e
@func_e 7 месяцев назад
I think it's great that you've at least tried expanding your horizons, even if they didn't end up going that far. I know I wouldn't've done that :D
@no-ld3hz
@no-ld3hz 7 месяцев назад
I recommend using assimp which supports a lot of formats and is easy to use. also look into basic shading (like phong and toon) as well as take a peak into deferred lighting. good work on the engine though, ive been personally expereimenting with vulkan which is like opengl but way more in-depth. My brain is toasted from it.
@mason-greylong4792
@mason-greylong4792 7 месяцев назад
It's good that you tried, but sounds like a nice project to come back to.
@wacky.racoon
@wacky.racoon 3 месяца назад
Awesome ! That looks great ! Keep it up !
@SeanJMay
@SeanJMay 6 месяцев назад
Fun little bit of pedantry: it's not quite the basis of all 3D... but most 3D. There are voxels, point-clouds, signed-distance fields, et cetera... and if you are rasterizing those, then yeah, you still end up back in a triangle (one that you might not even create manually), but if you're doing a path-tracer, and your scene is made of SDF objects or voxels, or whatever, then there's no triangle ... unless you are looking at a triangle... Regardless, glad to see more people getting their hands dirty with this stuff.
@DevNull-pb5fm
@DevNull-pb5fm 4 месяца назад
Thanks for not turn this into a "how I make a full feature game engine in a weekend because I'm genius and figure everything out in a tackle" video. For those who had tried graphic engine APIs knows how challenging is to make a textured cube on the screen.
@travis8106
@travis8106 Месяц назад
As someone learning software engineering I have to give you high praise on a job well done. By doing this you've shown your mettle with programming, you have a great future ahead of you sir garbage.
@maxomega3
@maxomega3 7 месяцев назад
took a computer graphics course in college and it was easily one of the hardest classes I've ever taken. Had to make a raycaster and it was very buggy
@AdonijahFinch
@AdonijahFinch 7 месяцев назад
I thought yesterday man its been a minute since I have seen a garbaj upload
@victfv
@victfv 7 месяцев назад
I made an engine in OGL for my CG fundamentals class and once you get the foundation done (texture loading, model loading, uniforms, eyc) it's really rewarding to add stuff later, like PBR and IBL. I'm trying to create a Vulkan game engine now. Vulkan is kicking my ass though.
@willtheoct
@willtheoct 7 месяцев назад
if vulkan is kicking your ass, make sure you're learning from a good source! The top result on google recommends like 10 pages of logging before completing a basic program, that's how you know it's bad
@smc_onetwo
@smc_onetwo 14 дней назад
Great explanation. Thank you
@stickzman
@stickzman 7 месяцев назад
i think that's a huge first step
@cadturt9295
@cadturt9295 7 месяцев назад
weird that I happened to see this while im taking my computer graphics course because this is exactly what ive done this semester, only got to the part where I can create artifacts and apply textures to them, and I dont see the class going any further.
@joeroeinski1107
@joeroeinski1107 4 месяца назад
If you think OpenGL is hard, you never want to try Vulkan. Setting up OpenGL is trivial in comparison (except for loading functions but even then GLAD has you covered) as the driver and OS will initiate the context and client/server connection to the GPU. Vulkan requires creating instances, querying and selecting physical devices to create logical devices, manual memory management, graphics pipelines and caching and so many lower level details. But when done properly can result in extremely optimized and graphically impressive works like Doom Eternal.
@darkzeroprojects4245
@darkzeroprojects4245 6 месяцев назад
I too am trying to learn how to make one for paticular projects I have in mind. But Im wanting to use BGFX for one of them. I aim to make first 2 to run with low end hardware smooth as I can get it. Nice work sofar btw, hoping you start making it able to serve the games you want to do with it.
@handlemonium
@handlemonium 7 месяцев назад
Lol nice job. I highly recommend binge-watching Ben Eater's series on building a graphics card using only breadboard connections.
@ilovepainting1996
@ilovepainting1996 Месяц назад
Keep up the good work man 🥳😄
@LuzuVlogsGamer
@LuzuVlogsGamer 6 месяцев назад
Thats just how it is it becomes more complex but if you keep doing it eventually you will get the hang of it, some of it, its not only you I watch other people try and be disapointed how little they can do.
@thelavanation
@thelavanation 4 месяца назад
The bump in viewer retention when DVA is in the video 😂
@iplayminecraft2248
@iplayminecraft2248 6 месяцев назад
1:25 im glad you know your audience
@RexHeckz
@RexHeckz 3 месяца назад
when you realize 1:24 is the most replayed you start to see the game dev community true colors 💀
@LautaroQ2812
@LautaroQ2812 7 месяцев назад
This is completely out there, but I wonder if you could collab with Road to Vostok dev. He's also making a game by himself and as far as he told us in the dev videos, he was also rewriting stuff. Not sure if it was his own engine as well for the game because ~UNITY~ things, but something along those lines. And I find the idea interesting that the 2 of you suddenly come up with a basic yet robust new engine.
@MahdiyDev
@MahdiyDev 7 месяцев назад
Great! Also, I started learning opengl a few days ago
@3DProgramming
@3DProgramming 4 месяца назад
very good! congratulations
@unluckypanda5448
@unluckypanda5448 7 месяцев назад
lesson: don't.
@CGMatter
@CGMatter 7 месяцев назад
this channel name had me rolling
@Idk-pu5kg
@Idk-pu5kg 6 месяцев назад
All my OpenGL homies hate apple for deprecating it on all apple devices. But jokes aside, OpenGL is great for starting with your graphics programming adventure. I was a part of a team writing a custom engine and a game. We tried to force Vulkan at the beginning of the project to make a "modern" engine, but after a month of stuggling with Vulkan we rewrote the entire month's progress in OpenGL in one day and finished the engine (and a game on it) in the next two months. It was a great experience. To sum it up: OpenGL and chill, Vulkan and existential crisis.
@the-guy-beyond-the-socket
@the-guy-beyond-the-socket 7 месяцев назад
most replayed part. not surprised.
@sashabagdasarow497
@sashabagdasarow497 7 месяцев назад
I'm sure if you get to this project after a while you'll be 1000% better at it. Our brain needs time to understand things, sometimes, it's real time, like a month.
@emily_boop
@emily_boop 3 месяца назад
a very interesting video and i love the conclusion of hey at least i made it :3
@alguem24
@alguem24 7 месяцев назад
Thanks for the DvA
@Developers_den
@Developers_den 7 месяцев назад
Great work man
@tinkubora9336
@tinkubora9336 6 месяцев назад
damn!! that's why it was the most replayed part
@Bodenman
@Bodenman 7 месяцев назад
Good luck!
@AssassinIronMan
@AssassinIronMan Месяц назад
Imagine the people that build *WHOLE OPERATING SYSTEMS!* that’s insane!
@SleepingFumos
@SleepingFumos 7 месяцев назад
making a model loader is quite easy. just check the .obj file structure and then structure that data so that it fits your vertex specification.
@TeamUnpro
@TeamUnpro 6 месяцев назад
the challenge of this is a lot more than most would think, but as you mentioned most of the difficulty comes from the requirement of memorizing openGL, unless you use an already existing library but thats boring xD its all about the learning
@xaviersmorag8025
@xaviersmorag8025 7 месяцев назад
This is quite an ambitious task, happy to see you got so far. Have you tried making your own game engine though? I ask because I heard about somebody (Codemonkey made a vid about him) who thought it was better to learn a coding language in and out before you make a game with it.
@willtheoct
@willtheoct 7 месяцев назад
1. you learn both at the same time 2. 80% of what you learn about a coding language is going to be useless conjecture coming from some nerd's ego 3. opengl runs on 2000 threads at a time, but maybe 4x slower, than C / JS / Python, who run on 1-8 threads, but have limitless instructions where they run. Because the very nature of these languages is different, it helps to learn about the big picture even before you learn a single language.
@ErsatzCoding
@ErsatzCoding 3 месяца назад
If you really wanna get intimate with the graphics pipeline, write a software renderer.
@Pokabbie
@Pokabbie 7 месяцев назад
I'm a rendering programmer by trade and I can say quite confidently that it doesn't ever stop with feeling overwhelming or like there always being a more complex thing to learn 😅 Rendering is such an in depth discipline and requires such depths of knowledge anywhere from physics to photography or painting to statistics; so no one person can ever truly know it it all imo and it's always best to take comfort in that 😉 I would suggest, given you're starting out, just pursue what you're finding fun! If you start looking into a topic and are feeling overwhelmed please don't be too discouraged! It's perfectly fine to put that topic down to come back to later and try something else for a bit 🙂 E.g. You mentioned that you struggled with the model importer and lighting. So why not place them down for a moment. For models, why don't you try making basic levels out of cubes and then move towards having those levels/models read in from your own simple file format? It would give you an appreciation for what sort of information is included and how it flows through the graphics pipeline whilst still being grounded in something you know. For lighting start simple! Don't worry about shadows for now, just worry about the 3 building blocks: diffuse (The base brightness of a surface), specular (The "shiny" spots on surfaces) and ambient (The background colour you get from light that, irl bounces from object to object) There are many resources on basic lighting thankfully! Once you're feeling comfortable with those, it then opens up the opportunity to dip your toes into most other lighting topics/sub disciplines 🙂 Hopefully this was helpful!
@Refue
@Refue 7 месяцев назад
welcome back:)
@leroymilo
@leroymilo 7 месяцев назад
What a coincidence, I just had my first ever OpenGL experience too! I only made a fragment shader tho, no fancy 3d.
@wrymhole
@wrymhole 7 месяцев назад
YAYYY GARBAJ IS BACK :D
@HerrDoktorWeberMD
@HerrDoktorWeberMD 7 месяцев назад
I tried to do my own thing with graphics too, but in my case, wgpu with Rust lang. It was... a LOT of setup for basically nothing, and when it just abruptly stopped working, I was like "okay, FINE, let's just use Bevy." since Bevy has its own render pipeline and... basically everything I set up in wgpu is doable with Bevy in like ten minutes. But, that's just me... I thought about OpenGL, but its rust bindings are apparently subpar, and I didn't feel like learning C (or C++) so here I am. But all in all... SUPER cool to learn how graphics are done and how exactly the pipeline works so if I really need to get in there and tweak something, I'll at least somewhat know what I'm doing!
@MatheusKlSch
@MatheusKlSch 7 месяцев назад
It took me 1 year until I was capable to create a basic OpenGL renderer on my own (kinda), 1 more year until I was capable of doing PBR stuff. Recently, my engine ended up being toast but gonna fix it, trying something less hardcore. OpenGL has some quirks, and works in a black-box kind of way which is annoying and difficult to debug, but as a complete API it's good enough for an indie. Trying to learn Vulkan as well, but the gigantic amount of boilerplate code is overwhelming and I don't have anything working nicely on it. Other APIs are kinda single-platform (DirectX, Metal) or unfinished (WebGPU, SDL GPU API), so in the end OpenGL is still the best option for indies or beginners. You can kinda simplify the stuff with wrappers or libraries such as sokol-gfx (wrapper for OpenGL/WebGL/DirectX/Metal for C/C++) or raylib (mini-engine/library for C/C++). There are other options for other languages as well (there are several bindings for raylib for example)
@alexanderwilliams5797
@alexanderwilliams5797 6 месяцев назад
I've switched from game making to engine making too. It just seems more directed and straightforward. I'm using metal n swift tho
@Juss_Chillin
@Juss_Chillin 7 месяцев назад
Thats cool! I coded a realtime and raytracing engine myself with raw 2D shapes but never learnt OpenGL. So thanks for the quick overview since I may wanna touch it at some point because the performance in my (single-threaded purely cpu based) realtime 3D engine is... not the best😅
@willtheoct
@willtheoct 7 месяцев назад
shadertoy for your hardware accelerated experimenting needs
@LinguisticMirage
@LinguisticMirage 7 месяцев назад
yea (open) gl with that.
@MaxIzrin
@MaxIzrin 7 месяцев назад
I used OpenGL and built a little 2d framework, animating sprites, collision using a texture, etc... Had Ayala from Chrono Trigger running around, it felt good when it finally worked. That was before Unity broke the market and offered all features for free starting with Unity 5, gotta give them props for that. People forget Unreal was expensive as hell, most engines were, until Unity broke the dam, didn't mess with OpenGL since.
@bandobandit353
@bandobandit353 7 месяцев назад
In first year at uni I decided it would be a good idea to apply math 101 and make a 3D engine from scratch without any OpenGL or DirectX. It worked some of the time and was dog slow. But it ran on Java for mobile in the age of dumb phones.
@kipchickensout
@kipchickensout 7 месяцев назад
Next thing you know he creates Hazel 2
@user-by8fp5uw2o
@user-by8fp5uw2o Месяц назад
the most replayed part of this video is quite sus
@hexiram
@hexiram 7 месяцев назад
I guess everyone starting with OpenGL does that. I started with a triangle and then I made a cube and then I copied and pasted a random .gltf importer. After that I left the project. It has been 1 year. I will come to it soon. The hardest part in OpenGL for me is lighting. I can't predict what calculus is OpenGL doing on the background.
@robertwaremusic
@robertwaremusic 4 месяца назад
That's about as far as I got when I tired this lol
@goob8945
@goob8945 7 месяцев назад
Inspiring!
@ike__
@ike__ 7 месяцев назад
im making a game engine / renderer using webGL/webGPU and SVGs for my A-level coursework. Its very rewarding when you get to more advanced techniques
@Pengin-yg1qx
@Pengin-yg1qx Месяц назад
RU-vid thumbnail tip: some people use dark mode so it may make your video blend in to the background so try to make the thumbnail pop out more
Далее
I Optimised My Game Engine Up To 12000 FPS
11:58
Просмотров 487 тыс.
Khabib came to check on Poirier 👀 #UFC302
00:25
Просмотров 586 тыс.
She’s Giving Birth in Class…?
00:21
Просмотров 6 млн
What Is A Graphics Programmer?
30:21
Просмотров 367 тыс.
The purest coding style, where bugs are near impossible
10:25
I made a game with less than 100 pixels!
10:38
Просмотров 51 тыс.
When Optimisations Work, But for the Wrong Reasons
22:19
2D water magic
10:21
Просмотров 522 тыс.
Optimizing my Game so it Runs on a Potato
19:02
Просмотров 339 тыс.
I made a better Ray-Tracing engine
17:38
Просмотров 243 тыс.
The Formula for Replayable Games
18:44
Просмотров 175 тыс.
Dear Game Developers, Stop Messing This Up!
22:19
Просмотров 676 тыс.
try to go to the toilet in time 🚽?
0:12
Просмотров 599 тыс.