INSTANCED RENDERING in my Game Engine

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 151

  • @TheCherno
    @TheCherno  3 роки тому +27

    Thank you all for watching, and for all of your amazing support recently! ❤️ Let me know what you think of hazelengine.com, and if you need a web host definitely check out Hostinger's great Black Friday sale (and use coupon code CHERNO for a discount): hostinger.com/cherno

    • @fire17102
      @fire17102 3 роки тому

      Hazel looks amazing
      Will you guys ever include a webgl flavor?
      Would love to utilize your engine on the browser
      Also, unrelated, I've got like 4 hostinger servers, and really like their service

    • @rolpon2871
      @rolpon2871 2 роки тому

      hi

  • @matastunkevicius3557
    @matastunkevicius3557 3 роки тому +198

    I'd very much like a technical breakdown. I implemented instancing in my own Vulkan engine also, but haven't gained much performance because of the way my Mesh system is set up :/ Also if you read this I wan't to let you know I became an actual graphics engineer at an actual game engine company because of you, thank you!

    • @mastershooter64
      @mastershooter64 2 роки тому +9

      lol idk why but i thought you said "I became an actual graphics card"
      also congrats!!

  • @ciberman
    @ciberman 3 роки тому +18

    About hostinger: I really recomend it. I work with hostinger a lot, with shared hostings and VPS for clients and Hostinger have improved their infrastructure a LOT in the last few years. Also the support is very good. And if you are in a third world country like me (Argentina) they have localized prices in my local currency so it's really affordable.

  • @sachhmoka2953
    @sachhmoka2953 3 роки тому +12

    It's incredible to see how far Hazel has come! I remember when it was used to create a clone of a Unity Game (Farty Rocket, I think).
    Respect man, and wishing you all the best!

  • @elin4364
    @elin4364 3 роки тому +13

    I'd love to see a more in depth look at the technical side of instancing

  •  3 роки тому +3

    This project went from educational to a showcase of the behind the scenes improvements.

  • @tzimmermann
    @tzimmermann 3 роки тому +2

    Maybe have a look at dual quaternions as a replacement for 4x4 transform matrices. Mathematically speaking, they are the algebra of quaternions in tensor product with dual numbers, and they represent any rigid transformation as a corkscrew motion. You only need 8 floats to store a dual quat, so that's quite the improvement. However you will need to convert them back to matrices in the shaders which may hit the performances a bit.
    I never used them personally in game dev, as I was more interested in the maths side of things, but I know some big game engines use them.
    Good job on your website man!

    • @pigworts2
      @pigworts2 3 роки тому

      What's the advantage over just a quaternion plus a translation and scale, that would also be eight floats. It also allows any rigid transformation (reflections can be achieved with a negative scale), and it seems like it would be cheaper to convert into a matrix.

    • @AntonioNoack
      @AntonioNoack 3 роки тому +2

      But they can't represent non-uniform scale themselves. So it would be 8+3 = 11 floats instead of 12 for this 3x4 matrix.

  • @S41L0R
    @S41L0R 3 роки тому +10

    0:20 there's a guy behind you. You should probably check that out.

  • @anonymoussloth6687
    @anonymoussloth6687 3 роки тому +16

    Where did you learn most of your game dev related knowledge? Was it self study, university, or something else? I mean, I know you worked at EA, but you probably knew a good amount of game dev and CG knowledge beforehand right?

    • @nobytes2
      @nobytes2 3 роки тому +1

      Backend engineer here, (not game dev) but the process is similar. You learn the basics of programming syntax. You design a few projects from the ground up, learn tons and patterns. You work with other people, learn more patterns. After several real world projects, things become quite easier to implement. Also you don't have to be a super programmer to start, you'll never know everything. You just have to know enough to get started, and then experience will make you a better dev.

    • @fangsunjian2
      @fangsunjian2 3 роки тому +2

      After finishing some kind of graphics API tutorial, you can understand most of content in this channel. Most of the technique here is about 10~20 years old. There's also a lot of books about how to make game engine which you can learn from. Or you can also google the specific technique about game development(e.g. ecs system, pbr rendering, instancing) to learn.

    • @anonymoussloth6687
      @anonymoussloth6687 3 роки тому

      @@fangsunjian2 could you recommend some resources like books or articles that go in depth into computer graphics stuff related to game engine dev and game dev

    • @fangsunjian2
      @fangsunjian2 3 роки тому +1

      @@anonymoussloth6687 I'm now working for a AAA console game studio. Wish this comment can help you.
      Here are some books which I personally recommended. I recommend you complete a graphics API tutorial first and read other books casually.
      You can learn a lot of technique terms from the last two books and just google the specific one when you want to implement it.
      Introduction to 3D Game Programming With Directx 11/12 (API tutorial)
      Mathematics for 3D Game Programming and Computer Graphics
      Real-Time Collision Detection
      Real-Time Rendering
      Game Engine Architecture

  • @joysaha3927
    @joysaha3927 3 роки тому +25

    Who is behind you cherno?? Btw, love your videos man! 😁❤

    • @alexbakker8785
      @alexbakker8785 3 роки тому +1

      Asking someone who/what is behind a person is a faux-pas :P

    • @TheCherno
      @TheCherno  3 роки тому +26

      That’s Tim, he’s on our team working mostly on making games with Hazel - that’s what he’s doing during this video!

    • @user-dh8oi2mk4f
      @user-dh8oi2mk4f 3 роки тому +1

      @@TheCherno I thought he was using unity lol

    • @alexbakker8785
      @alexbakker8785 3 роки тому

      @@user-dh8oi2mk4f Interesting that unity is something to make fun of -- i thought it propelled individiuals to mars:P

    • @alexbakker8785
      @alexbakker8785 3 роки тому +1

      @@TheCherno So... what's up tim? :P

  • @johnnyappleprng614
    @johnnyappleprng614 3 роки тому +1

    9:23 was pretty cute for me lol. I know nginx/apache/sysadmin stuff inside out and I am just in awe of you and your gaming god abilities feeling like "how will I ever get there". Of course I'll get there.

  • @mbwilding
    @mbwilding 2 роки тому +2

    Loving the UE5 style UI. This is turning out great.

  • @TheSpacecraftX
    @TheSpacecraftX 3 роки тому +20

    The Hostinger and Hazel websites are pretty close to each other.

    • @dealloc
      @dealloc 3 роки тому +1

      You mean logos?

  • @yahiashams2334
    @yahiashams2334 3 роки тому +1

    You are a brilliant man. The way you explain things is fantastic

  • @Tremah2
    @Tremah2 3 роки тому +1

    Please do a technical breakdown video of instanced rendering. Thank you for all your hard work!

  • @goodwayman
    @goodwayman 3 роки тому +4

    Maybe I missed it in the video. Do you expand the buffer with the transformation matrices every time you spawn a new sphere or do you just have a big preallocated buffer?

  • @sc5shout
    @sc5shout 3 роки тому +14

    Did you check what is more performant: one giant shader storage buffer (probably double or triple buffered) mapped once on the app start and on glsl side layout(...) buffer Transforms { mat4 transforms[]; }; indexed by gl_InstanceID or a second vertex buffer like you've got right now?

    • @DFPercush
      @DFPercush 2 роки тому

      My intuition says that it would be better to use a per-instance attribute buffer as it would allow better memory optimization than a global storage buffer where the gpu has to wrangle many random (as far as it knows) memory accesses across multiple lanes.

    • @sc5shout
      @sc5shout 2 роки тому

      @@DFPercush I'm not sure what you mean by saying random. If you create a UBO/SSBO (whatever) with size for 1024 instances, the GPU will only loop through linear, well-defined memory region.
      It's like you'd do something like this in C++
      std::vector transforms[1024];
      for(int instanceID = 0; instanceID

    • @DFPercush
      @DFPercush 2 роки тому +1

      ​@@sc5shout Yeah I understand. Hmm, I guess as long as it's a read only buffer in that stage, it would probably be ok. But you might want to check vkPhysicalDeviceLimits :: maxUniformBufferRange (64k on my RTX 2060) as well as maxVertexInputAttributes (32 on same card). Beyond those size limits, you're talking about storage buffers, which are writable from shaders, and that's when you can run into cache coherency issues slowing you down. Although there might be a way to flag it as read only.
      ... But I haven't tested any of this, so, short answer no. :P

  • @RumTerry
    @RumTerry Рік тому +1

    Would be great to see how changed transforms are handled by renderer. So, how to gpu's buffer checked and synchronized with transforms on cpu's side, when transform gets dirty and needs to be updated in buffer

  • @RiversJ
    @RiversJ 3 роки тому

    Just keep in mind that changing shaders is usually quite a bit slower than a whole bunch of draw calls, so it isn't the only thing to keep in mind when doing instanced rendering, especially when you start pushing like 100k instances or more.

    • @theRPGmaster
      @theRPGmaster 2 роки тому

      I think that depends on how fast the shader is. But for a fast shader, probably. (still not as fast as running from the cold into the sauna)

    • @RiversJ
      @RiversJ 2 роки тому

      @@theRPGmaster The actual context switching is what costs in terms of swapping from shader to another, setup time for the shader is a thing too but generally that is a fraction of the time the context switch takes. So what you want is master shaders that can do everything but are fast as hell, but those are contradictory goals obviously.

  • @drop0ne_f20
    @drop0ne_f20 2 роки тому

    0:50 YES! PLEASE! Thank you!

  • @sunzd4937
    @sunzd4937 3 роки тому +1

    Please, make more tech videos about rendering, you are a very good teacher in that.

  • @n-man6964
    @n-man6964 Рік тому

    What happens when you spawn new cubes? You create new entity in c++ memory, update the main vertex buffer + update instance buffer? Also, when these cubes are moving is the instance buffer also being updated every frame by some physics engine event? PS. Oh, as i'm writing this, i realized that you probably don't update main vertex buffer - geometry is already there, since it's the same cube.

  • @drpepiman
    @drpepiman 2 роки тому

    Rocking that Stress level zero merch! 👍🏻
    Probably my favorite game devs

  • @sc5shout
    @sc5shout 3 роки тому +7

    Will you implement multi draw (probably indirect if gpu culled) or you just leave CPU side draw calls loop?

  • @esparafucio
    @esparafucio 3 роки тому +4

    Hey Cherno, how about doing reaction/analysis videos of siggraph talks or slideshare presentations on subjects you like? I learned a lot digging those but it would be cool seeing your take from a graphics programming POV.

  • @hugoqueva
    @hugoqueva 2 роки тому

    MY GOD this content is too good for me ❤️❤️

  • @fleurbird
    @fleurbird 3 роки тому +1

    I really don't understand why people make systems where x and y aren't ground. And z is up.
    It's not a unreal fan girl thing, it's a real life thing. Look at GPS. Any coordinate system actually.
    Anyway. Interesting video

  • @netcodedev
    @netcodedev 3 роки тому +1

    The Hazel Logo is a little too similar to the Hostinger logo imho
    Dont you think?

  • @mogaara2899
    @mogaara2899 3 роки тому

    Just awesome bro keep it up best of luck

  • @loanselot325
    @loanselot325 3 роки тому +2

    would like to see you addressing different shadow techniques to improve quality of it, like for example using BVH hybrid ray tracing

    • @LittleRainGames
      @LittleRainGames 3 роки тому +1

      He will probably get to it.
      But there are more important things at the moment.

  • @jamesmnguyen
    @jamesmnguyen 3 роки тому

    I would like to see occlusion culling. Seems like a very cool topic to cover and look into.

  • @SC2Villares
    @SC2Villares 3 роки тому

    Truly beautiful !

  • @hoffmanpndmc2119
    @hoffmanpndmc2119 2 роки тому +1

    When and how can I use the game engine.

  • @jan-lukas
    @jan-lukas 2 роки тому

    I actually had the idea to implement a kind of instanced rendering, but then didn't properly implement it so I only got some of the upsides, with only minor performance increases. But at least I had the right idea!

  • @forbiddensongs
    @forbiddensongs 2 роки тому

    both a technical breakdown and an example of how it was before would be awesome ;>

  • @gracehall2897
    @gracehall2897 3 роки тому

    jesus this is incredible

  • @ApacheSenior
    @ApacheSenior 2 роки тому

    Hey, I've been toying with the idea of using instancing in complex scenes in unity. Basically just taking GameObject scenes we already have and converting all the rendering to using an instanced rendering system to avoid having to do batching (which don't quite work well with baked lights). I was also considering doing culling on a compute, do you know of any obvious pitfalls with this approach? Started watching your videos recently, they're really good.

  • @DakkyW
    @DakkyW 2 роки тому

    Give that technical breakdown pls hell yeah >3>

  • @kech-agmaio8620
    @kech-agmaio8620 2 роки тому

    thanks for the great vid!!!

  • @Darkrod99
    @Darkrod99 3 роки тому

    Does this mean Hazel is getting closer to be released?!! I'm excited!!

  • @gower1973
    @gower1973 3 роки тому +2

    Why do the cubes in your game fall at a constant speed, gravity is an acceleration that should be added to the cubes velocity so the bigger the mass of the cube and the further it falls then the faster the velocity until it matches the air resistance at which point its velocity would be constant, or am I barking up the wrong tree, it just looks kind of weird watching the cubes slowly fall

    • @jamesdadabo
      @jamesdadabo 3 роки тому +2

      Cherno def knows how gravity works. It’s maybe something he hasn’t thought about or he just prefers it this way

    • @dorkle9085
      @dorkle9085 3 роки тому +1

      It's an aesthetic choice I'm guessing.

  • @absorbingdude
    @absorbingdude 3 роки тому +4

    Если бы ты только знал, как я обожаю смотреть твои видео))

  • @kenan2386
    @kenan2386 3 роки тому +7

    Cherno is making a game engine while im trying to render triangle

  • @gameworkerty
    @gameworkerty Рік тому

    I am working on a hacky system to do this same thing for my Unity game and it would sure have been nice for it to do all this out of the box

  • @GamerPlaya12
    @GamerPlaya12 3 роки тому

    Do you think it would be a challenge to make it possible to switch rendering apis at runtime in hazel based off how the application is structured right now?

  • @R4venshore
    @R4venshore 3 роки тому

    So what is the endgoal for Hazel? Why would people choose this over Unity or UE? And how would you avoid slowly turning this into a Unity clone?

    • @experimentators8699
      @experimentators8699 2 роки тому

      The endgoal of Hazel is a comprehensive learning project / experience. Hazel was never intended to / designed to compete with major engines. Rather it was designed to teach the architectures and design of a game engine to a wider audience

  • @philippejean1102
    @philippejean1102 3 роки тому +1

    Amazing, can we have a more depth technical with opengl approach in your OpenGL serie ? and I would like to know, how can we join the dev team ??

  • @darodism
    @darodism 3 роки тому

    Does it have as many bugs as UE4, crashes, file management issues?
    If no, please make a book on the already finalized features.

  • @kalindu2974
    @kalindu2974 3 роки тому

    Awesome Hazel if official now.

  • @alexfish7792
    @alexfish7792 8 місяців тому

    Great pizza illustration.

  • @lengors1674
    @lengors1674 3 роки тому +2

    Do a technical breakdown pls. Perhaps as part of the OpenGL series?

  • @quriz4609
    @quriz4609 3 роки тому

    Wow the Hazel and Hostinger logos look really similar

  • @RoryBecker
    @RoryBecker 2 роки тому

    What licence is the hazel engine made available to patrons under?

  • @rodrigoguzmanescriba2155
    @rodrigoguzmanescriba2155 2 роки тому

    Actually I would really like see that technical explanation of this

  • @bagel7860
    @bagel7860 3 роки тому

    What happened to the tutorial part of Hazel?

  • @S41L0R
    @S41L0R 3 роки тому

    (40th comment) I'm glad I'm here. Hazel is nice.
    Also, I know firsthand how much instancing can help. Good luck with it!

  • @TennessseTimmy
    @TennessseTimmy Рік тому

    21:09 "I'm going to play this with a controller, becaus why would I not"
    Average game dev XD XD XD

  • @agentgamma771-08-B
    @agentgamma771-08-B 3 роки тому

    Will you make it public?

  • @ghostpeppered4524
    @ghostpeppered4524 3 роки тому

    Really cool

  • @quantumgamer6208
    @quantumgamer6208 2 роки тому

    What about the simulation physics engine for your game engine.

  • @sampletext69420
    @sampletext69420 2 роки тому

    Just wondering, will there a linux version of the engine
    Like Unity?

  • @Marlon-ld2jx
    @Marlon-ld2jx 3 роки тому

    Is Hazel running on Mac/Linux?

  • @aashakil4596
    @aashakil4596 2 роки тому

    Hi. Would you make a video on Testing C++?

  • @ddruganov
    @ddruganov 3 роки тому

    Hey! I always wondered how do you make money from developing a game engine? Is it a hobby in your free time or is it a full time job?

  • @TheOriginalDuckley
    @TheOriginalDuckley 8 місяців тому

    I just wanna know what the guy in the background is coding

  • @thatcoldtoast
    @thatcoldtoast 3 роки тому

    Day 2 of asking The Cherno to update the OpenGL series:
    Can you please update / continue the opengl series?

  • @neutrosis
    @neutrosis 2 роки тому

    How much is it?!

  • @AlleyKatPr0
    @AlleyKatPr0 2 роки тому

    caching? would that not solve that?

  • @3dman390
    @3dman390 3 роки тому

    Hostinger doesn't support windows for VPS. Dont't want to port my engine to linux, ejh. :S

  • @DarxDev
    @DarxDev 3 роки тому

    my engine just automatically groups any meshes using the same mesh asset and material asset into 1 draw call

  • @jcx5750
    @jcx5750 3 роки тому

    Do you still work in ea

  • @nextwave5164
    @nextwave5164 3 роки тому

    Tragically empty ect.. listen to the Canadian Band .. The Tragically Hip :)

  • @10bokaj
    @10bokaj 3 роки тому

    there is someone behind you

  • @karmavil4034
    @karmavil4034 3 роки тому

    omg I cried.. I should have born in the future

  • @lilyinaflowerpot
    @lilyinaflowerpot 2 роки тому

    hazel's logo looks like hostinger's

  • @TennessseTimmy
    @TennessseTimmy Рік тому

    21:43 - "Performance is great, it's clearly running at 60 fps"
    Bro, it's not 2010, wake up

  • @Asdayasman
    @Asdayasman 3 роки тому

    I am a very very stupid idiot and I'd like to know two things.
    1. What actually _is_ a draw call? Why is it expensive? Why is it expensive for the CPU and not (presumably) the GPU? What does it arrange to happen on the GPU?
    2. It seems obvious that you can't just give a triangle's mesh data as an instance and use that triangle for literally everything in every scene forever, but why?

    • @DFPercush
      @DFPercush 2 роки тому

      A draw call basically starts a "thread" on the gpu. The reason they are considered slow is that it takes time for the hardware to set up everything before it starts running your shaders. It's like booting up a computer, kind of. It's not really that bad, but if you're doing it thousands of times per second it starts to add up. There's also a "ramp down" time. Some pixels might finish running their shader before others, and the gpu has to finish everything before it can switch to a different pipeline and start rendering something else. So you're not getting full utilization at that point.
      2. Actually, in theory it might be possible to render a scene by using several instances of a single triangle, depending on the material, and just transforming that. But that would take a lot more data to store all those transform and be generally less efficient than having an indexed mesh. Plus you'd have to generate that asset data somehow for all those transforms, and that's just not the way 3d editing software works. But fundamentally that's what a mesh is.

  • @tabletopjam4894
    @tabletopjam4894 3 роки тому

    Are you ever going to split the renderer into different APIs? DirectX and Vulkan could give you a bunch of performance

  • @ivansanz4029
    @ivansanz4029 3 роки тому

    I had a programming and cybersecurity blog and it was taken down by hostinger, including the domain name even if the content was 100% legal and educational, never trusting hostinger again

    • @kyleleblancvlogs3820
      @kyleleblancvlogs3820 3 роки тому

      Why I just set up my own server for hosting and virtualization. Some great cheap hardware out there used.

    • @DFPercush
      @DFPercush 2 роки тому

      @@kyleleblancvlogs3820 Yeah but maybe you don't want the whole world knowing your home ip address.
      It's important to mitigate the risk of getting "cancelled" when looking at hosts though, for sure. It's an unfortunate calculation that has to be made these days.

    • @kyleleblancvlogs3820
      @kyleleblancvlogs3820 2 роки тому

      @DFPercush you don't need to expose your home ip. You isolate your home network through a bastion server that you harden for security and that allows outward traffic to the internet. Your internal network and all its ips would be hidden and not accessible from the outside world.
      I am considering setting up a data center for hosting etc. But that's....hard. so we will see. It will be small at first.

  • @lxy1312
    @lxy1312 2 роки тому

    500 pizzas, thats a lot

  • @IhorPrytula-z2p
    @IhorPrytula-z2p 3 роки тому +1

    Лайк!
    Сделай подробное видео про оптимизацию OpenGL в Hazel с примерами кода. Такого еще не было на канале, будет полезно!

  • @alexbakker8785
    @alexbakker8785 3 роки тому +2

    So... lots of bla bla bla... while the black guy is doing all the good stuff in the background :P Also... Hi Tim :P

    • @mr.mirror1213
      @mr.mirror1213 3 роки тому

      Shit had to process it for a moment

    • @alexbakker8785
      @alexbakker8785 3 роки тому

      @@mr.mirror1213 Now that you have, what is your conclusion? :P

  • @MrSandshadow
    @MrSandshadow 3 роки тому

    Nice censorship of comments bud.

  • @Kalightortaio
    @Kalightortaio Рік тому

    Just develop and host your own website. No need to mess with 3rd party middlemen.

  • @lzszl
    @lzszl 3 роки тому

    That dude in the background is WASTING HIS SCREEN ESTATE, ffs

  • @orlovskyconsulting
    @orlovskyconsulting 2 роки тому

    You can sell me your Engine, only if only it can support unit tests ;)

  • @paoloose
    @paoloose 3 роки тому

    bros, why is hostinger so cheap?

  • @КимЧенОрк
    @КимЧенОрк Рік тому

    Дмитрию не понравилось - переделывай

  • @cozeridk3684
    @cozeridk3684 3 роки тому +1

    ok, this is looking like unity too much, you need to give your engine a personality. At least change the UI man.
    and how you're saying optimization October, but it's already December?

  • @Jkauppa
    @Jkauppa 3 роки тому

    instance the whole scene

    • @Jkauppa
      @Jkauppa 3 роки тому

      you know what i mean by this

    • @Jkauppa
      @Jkauppa 3 роки тому

      I "order" 500x500 pizzas, lol

    • @Jkauppa
      @Jkauppa 3 роки тому

      thats a ton of pizzas, lol

    • @Jkauppa
      @Jkauppa 3 роки тому

      actually

    • @Jkauppa
      @Jkauppa 3 роки тому

      just from a different view points