Wicked Engine - Using the Editor

Поділитися
Вставка
  • Опубліковано 23 січ 2025

КОМЕНТАРІ • 12

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

    You have put a lot of work into this! Nice! Gratula!

  • @Theophilus-E
    @Theophilus-E 3 роки тому

    Very Nice!

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

    Can you move the object as you duplicate? I have lots more questions but not enough time right now to type them up. Great work with the engine though!

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

      Yes, the video shows that you can also move it.

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

    This is awesome! I am curios how you implement object picking, on CPU or GPU?

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

      It's implemented by ray tracing on the CPU.

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

    I respect your desire to create your own ui library, but if i may, what is your reasoning when libraries like imgui exist? If it's the performance impact, couldnt you just only use imgui in your editor and not package it with the distrubted gamed? In my opinion its best to not reinvent the wheel in every aspect (yes I know as game engine devs we do reinvent alot), but in this case I cannot help but feel like imgui is just the way to go. Anyway, mad respect for what youve achieved, ive only just started implemented pbr in my engine as I just finished settling up the editor module containing all the imgui stuff separate from the core engine. Your render pipeline is super impressive btw

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

      also with the existence of add on libraries like ImGuizmo, its a no brainer for me.

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

      And ImNodes, just to name a few. I'm working on unreal engine like blueprints materials, scripting, and just general I/O from editor to scene

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

      would love to chat game architecture with you sometime if you get the chance

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

      I am simply interested in working on my gui, that's all. Sounds like imgui is the way to go for you though.

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

      @@specialisthun I get it dude, looks super cool good job!