From Editor to Runtime - The Hazel Engine Workflow

Поділитися
Вставка
  • Опубліковано 20 лют 2024
  • To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/TheCherno. The first 200 of you will get 20% off Brilliant’s annual premium subscription!
    Patreon ► / thecherno
    Instagram ► / thecherno
    Twitter ► / thecherno
    Discord ► / discord
    Hazel ► hazelengine.com
    🕹️ Play a game we made in Hazel for FREE ► studiocherno.itch.io/dichotomy
    🌏 Need web hosting? ► hostinger.com/cherno
    🔗 LINKS
    Code ► github.com/Eduard0110/Path-tr...
    RenderDoc ► renderdoc.org/
    Nvidia Nsight ► developer.nvidia.com/nsight-g...
    💰 Links to stuff I use:
    ⌨ Keyboard ► geni.us/T2J7
    🐭 Mouse ► geni.us/BuY7
    💻 Monitors ► geni.us/wZFSwSK
    This video is sponsored by Brilliant.

КОМЕНТАРІ • 81

  • @TheCherno
    @TheCherno  3 місяці тому +45

    Power outages aren’t going to stop Hazel 💪
    To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/TheCherno. The first 200 of you will get 20% off Brilliant’s annual premium subscription!

  • @jonesy_b
    @jonesy_b 3 місяці тому +78

    Me just sitting down with my lunch ready to relax and watch cherno, instantly confronted with catastrofic weather and disasters and power generators needing to be powered up

  • @Jorven
    @Jorven 3 місяці тому +26

    I would to see how the asset packs work! Great video!

  • @DilauraExp
    @DilauraExp 3 місяці тому +18

    Definitely been waiting for an Asset Pack video! 🤩

  • @thebutterappletutorials6553
    @thebutterappletutorials6553 3 місяці тому +14

    I'd love to see the inner workings of the asset pack!

  • @I_____666_____I
    @I_____666_____I 3 місяці тому +5

    A video about asset pack format and how it works sounds really interesting, however I think even more interesting topic is what kind of magic stands behind one button exe export (distribution process).

  • @PedroOliveira-sl6nw
    @PedroOliveira-sl6nw 3 місяці тому +6

    This information should be on the documentation, if not already.
    Glad to know the weather didn't do that much harm to Hazel et al.

  • @NannaNorin-go3qy
    @NannaNorin-go3qy 3 місяці тому +1

    Hi from todays stream! Many thanks for your amazing content 🤩

  • @mrshodz
    @mrshodz 3 місяці тому

    Amazing work.

  • @Sandalmoth
    @Sandalmoth 3 місяці тому

    Hello from the stream! Thanks for the interesting content 😁

  • @themoocroo
    @themoocroo 3 місяці тому

    Hey dude, glad to see you’re doing well

  • @ahappyguy6136
    @ahappyguy6136 3 місяці тому

    Hello from twitch. Thank you the Cherno, you inspired me a lot :D

  • @InverseTachyonPulse
    @InverseTachyonPulse 3 місяці тому

    I'm very sad because of the disasters, but seeing you smile and work passionately in something you love brings joy to my life, as always 😊

  • @emomaxd2462
    @emomaxd2462 3 місяці тому +1

    I remember I asked that this topic thanks for recording a video about it

  • @HereticB
    @HereticB 3 місяці тому

    would love to see you talk more about whatever excites you. There is no what I want to see.
    I watch for theCherno being excited about new features in hazel

  • @benm6861
    @benm6861 3 місяці тому

    I’m from Melbourne as well. My area was hit by the storm too. Had the power go out for a whole day and had to grab a generator too 😂 hope your power comes back on really soon 👍

  • @mattware-alt
    @mattware-alt 3 місяці тому +1

    Package formats/serialisation is an interesting topic, so I'd like to see a deeper look into Asset Pack Files.
    Also, this title made me think of another interesting (imo) video idea: a look into the flow and structure of a hazel application, effectively looking at the call stack of the app and seeing how that works throughout the lifetime of a fairly advanced hazel app. I think it would give a fairly good overview of game engine architecture, or at least your approach to it.

  • @CoDEmanX47
    @CoDEmanX47 3 місяці тому +5

    The no in Cherno stands for not accepting a power outage.

    • @ker0356
      @ker0356 3 місяці тому

      this comment is so silly i love it

  • @hamzaabdelal2305
    @hamzaabdelal2305 3 місяці тому +2

    Would love to see how the whole asset management system works and integrates with the rest of the engine

  • @VerdASMR
    @VerdASMR 3 місяці тому +1

    Yay new cherno

  • @iAmTaki
    @iAmTaki 3 місяці тому +1

    Please, make a video on how the asset packs work. It's surprisingly difficult to find good resources in how to do it.

  • @luisyebra7657
    @luisyebra7657 3 місяці тому

    Hi Cherno, Amazing work, What skills is requred to build a game engine like Hazel? Math skills? Design Patterns? Thanks guy.

  • @kgnet8831
    @kgnet8831 3 місяці тому

    Hello from Stream!
    Nice Video 👍👍

  • @GreenCrowDev
    @GreenCrowDev 3 місяці тому

    So sorry for the disaster! 🙏
    Great dedication to the project, and thank you for the content 💪

  • @zdspider6778
    @zdspider6778 3 місяці тому

    I would be interested in seeing how to get a GLTF or FBX converted to a "native" format that the engine can use directly. Are those what you call "asset packs"?

  • @onejdc
    @onejdc 3 місяці тому

    IDK where to submit bug reports, but here's one I saw at 4:34 -- cosmetic bug: New Project Dialog --> What you see: "Full project path folder name has a forward slash instead of backslash on Windows". What you expect to see: "A slash type based on Operating System, e.g. / for MacOS/Linux, \ for Windows"

  • @Faby__
    @Faby__ 3 місяці тому +1

    I think a video about assets packing could be really interesting

  • @Zimbleton
    @Zimbleton 3 місяці тому

    Can I suggest a better method for creating asset unique ids from name? UUID v3 and v5 can create UID from string (in this case asset path). You could then load the main scene asset by path by converting from path to UUID first. The rest of the assets could be references by UUID for speed.

  • @Meddten
    @Meddten 3 місяці тому

    Hello from the stream!

  • @Nomax_Official
    @Nomax_Official 3 місяці тому

    Very insightful! It would be awesome if you made a video about how to set up a Dear ImGui project! I think you've mentioned potentially covering that in a few past videos. There's unfortunately not a lot of resources on how to actually get started with ImGui

    • @smokinglife8980
      @smokinglife8980 3 місяці тому +1

      Bro your drag imgui into your project like any other library make sure to add the additional includes and bam you got imgui, then just open their examples go to witch one you want and see how they put it together

    • @JtagSheep
      @JtagSheep 3 місяці тому +1

      If you watch through the Game Engine series you should be able to figure out how to add it to a project, like the other comment said its realtively easy to get working. The Game Engine vidoes show more than enough of what you need to get ImGui up and running and updating every frame.

  • @676-Games
    @676-Games 3 місяці тому

    Hey :) i realy like your videos. An intresting topic for a video would be rendering transparancy correct. It sounds easy but its actualy more tricky then people might think.

  • @anubhavsinha1028
    @anubhavsinha1028 3 місяці тому

    The amazing Hazel

  • @Zimbleton
    @Zimbleton 3 місяці тому

    Any plans to use smart pointers?

  • @simpeers
    @simpeers 3 місяці тому +1

    At absolute zero?! God damn, you managed that in the Melbourne streets?! I'm amazed! Where is the nobel prize?!
    Edit: In all seriousness though, sounds like crap and I hadn't heard about it at all! I lived in Melbourne for half a year and it was an amazing city! Wish I could go back and revisit.

  • @lunaerx2017
    @lunaerx2017 3 місяці тому +1

    Hi Cherno!
    I want to ask you to make a review of WebGPU technology. I see it has some potential in the future not only for web, but also for native platforms because it provides an abstraction layer over native APIs like Vulkan, Metal and DirectX. I would really like to hear thoughts and opinion from you as a very experienced graphics software engineer.
    Hope you'll see this message and eventually make the review!
    Thank you🙏

  • @mjthebest7294
    @mjthebest7294 3 місяці тому

    Hello from the stream :)

  • @baanchas
    @baanchas 3 місяці тому

    Hello from stream!

  • @kaiweiyeo4279
    @kaiweiyeo4279 3 місяці тому

    Hi Yan Chernikov,
    Thanks for the tutorials.
    Could you do a series on the Gang of 4 software architectural design patterns?
    e.g. Observer Pattern (publisher-subscriber), Command Pattern
    Thank you.

  • @obinator9065
    @obinator9065 3 місяці тому

    can anyone tell me what the "batch renderer" equivalent is for dx12 or dx11?

  • @xTriplexS
    @xTriplexS 3 місяці тому

    9:42 Take notes Epic

  • @user-sb4lx3hz2u
    @user-sb4lx3hz2u 3 місяці тому

    it's cool

  • @VioletGiraffe
    @VioletGiraffe 2 місяці тому

    I want to create a procedurally generated visualization of a city, in somewhat abstract shapes (not photorealistic). Is it something that could be reasonably doable in Hazel? First I installed UE 5 with the intention to learn its basics, but the performance is so so bad on my iGPU it's actually hard to believe that essentially an empty scene can be so slow.

  • @anon_y_mousse
    @anon_y_mousse 3 місяці тому

    All I've got to say is it's incredibly frustrating how many tools aren't reflexive in their path usage. Use the PATH environment variable to look for resources as well as the binary path and user relative paths. The amount of times I've had to configure the runtime linker with an environment variable or use a symlink to get a program working is far too many, and I can't imagine what it's like for you on Windows given that you can't take either of those last two steps.

  • @rishiniranjan1746
    @rishiniranjan1746 3 місяці тому +1

    Are you building Hazel engine just for learning purpose or why reinvent the wheel ?

  • @learn0more
    @learn0more 3 місяці тому

    Hey from the stream :)

  • @otis3744
    @otis3744 3 місяці тому

    this seems to be a theme all around the world, south africa lightening struck 4 people as we battle rain storms that come with hail and strong winds, this isnt something i am used but it seems its a reoccurring event now

  • @bashiraddean-mufarreh
    @bashiraddean-mufarreh 3 місяці тому

    If you don't mind sir. I wish I would roadmap for full-stack programming

  • @gsestream
    @gsestream 3 місяці тому

    powah

  • @RealCatDev
    @RealCatDev 3 місяці тому

    when power generator reveal?

  • @Mozart523
    @Mozart523 3 місяці тому

    Hi from the stream its amadeus

  • @dealloc
    @dealloc 3 місяці тому +1

    Full project path is displayed incorrectly on Windows. It displayed the base path as "C:\Dev\..." with backslash, but then appended the project name using forward slash '/'. It should be backslash to follow the OS' file-system convention.

  • @TheVisualDigitalArts
    @TheVisualDigitalArts 3 місяці тому

    Using a generator to continue development, what a mad lad.

  • @welming
    @welming 3 місяці тому

    I work for FQA in video game testing and do video editing, if you need assistance I'm available to work :)

  • @davidbowl9650
    @davidbowl9650 3 місяці тому

    What’s really sad is I literally started making a game on unity for my computer science project at uni. I literally
    Just have a 2D rabbit jumping around thaty girlfriend drew as well as its animations and I have now got it moving around and playing correctly to jump on platforms but for some reason it’s glitching out and driving me insane. I couldn’t imagine actually coding the game engine itself 😵😵

  • @chriscampbell4857
    @chriscampbell4857 3 місяці тому

    Your video thumbnails remind me of Ricky Gervais in The Office when he was posing for photos. Good grief, isn't this a programming channel lol

  • @enriquebenedicto9429
    @enriquebenedicto9429 3 місяці тому

    "The settings on how to process the mesh". (or interpret)

  • @quaffie
    @quaffie 3 місяці тому +2

    do you have onlifäns?

  • @SownJevan
    @SownJevan 3 місяці тому

    Be safe Yan.

  • @alexdefoc6919
    @alexdefoc6919 3 місяці тому

    huh, runtime is always a nightmare

  • @pepsiman_official
    @pepsiman_official 3 місяці тому +1

    " Power outages aren’t going to stop Hazel 💪"
    THATS WHAT I WANT TO HEAR BROTHER, YEAH

  • @submaryne3518
    @submaryne3518 3 місяці тому

    actually SO GLAD to see you getting sponsered by Brilliant

  • @techwithtee8721
    @techwithtee8721 3 місяці тому +1

    Welcome to Nigeria 😂😂

  • @not_halls
    @not_halls 3 місяці тому

    He making a game engine with the help of a real engine

  • @alexdefoc6919
    @alexdefoc6919 3 місяці тому

    9:57 A better word would be "understood"

  • @kevinkkirimii
    @kevinkkirimii 3 місяці тому +1

    Power outage - Our daily lives here in Africa....

  • @anti_fur_guy
    @anti_fur_guy 3 місяці тому

    i dont like ue5 because its basicly its own language, i dont want to learn everything in ue5 to use it. is hazle thee same?

    • @JtagSheep
      @JtagSheep 3 місяці тому

      Well Hazel has its own API yeah so you can interact with the engine but you can use native c++ scripting or C# scripting.

    • @anti_fur_guy
      @anti_fur_guy 3 місяці тому

      @JtagSheep i mean, in ue5 there are a lot of components and you dont use std, they made everything for the engine by them self. I used unity and i like that you use a lot of c#. So will the c++ part of hazle be like c++ or ue5

    • @JtagSheep
      @JtagSheep 3 місяці тому

      @@anti_fur_guy The c++ is somewhat a lot like unity c# where you can use regular c++ in your scripting, its not like some custom c++ library with all wierd naming.

    • @anti_fur_guy
      @anti_fur_guy 3 місяці тому +1

      @@JtagSheep thanks bro

  • @jenniegaming13
    @jenniegaming13 3 місяці тому

    i know youll be watching this egayo

  • @nicholas3895
    @nicholas3895 3 місяці тому

    Bro let us listen to how u play guitar

  • @Stariy_Pirat
    @Stariy_Pirat 3 місяці тому

    Ask Ukrainians (including me) how to overcome power outages. We have some experience)