How to build a game engine |

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024
  • Day 002 - Game engine macOS platform layer setup continued.
    Welcome to day 002 of lets build a game engine on macOS.
    In this video we continue setting up our macOS platform layer i.e adding window customisation features and quality of life things.
    this video format is inspired by the handmade hero series.
    The end goal with this series is to have a basic game engine that supports Vulkan and Metal and the process of setting up both these backend rendering APIs will be recorded and shared on this channel.
    Please note this is not a tutorial per say but a way of getting things done, so take every method shown with a grain of salt as I am not a professional but simply a computer science student learning and sharing what I know in my free time.

Комментарии • 9

  • @harshnj
    @harshnj Месяц назад

    Wallpaper is cool! Annnnddd... the series must be continued...

  • @Music_Eating_Fox_Productions
    @Music_Eating_Fox_Productions Месяц назад

    Objective-C syntax is actually making sense...
    That's really weird...
    Also somewhat random question, but are you on Intel or Apple Silicon?

    • @luthecoder
      @luthecoder  Месяц назад

      @@Music_Eating_Fox_Productions I’m on Apple Silicon M1 … yes Objective-c seems difficult at first but it’s actually quite easy to grasp after playing around with it for a while the fact u can mix it with C makes it more graceful to learn too..

    • @Music_Eating_Fox_Productions
      @Music_Eating_Fox_Productions Месяц назад

      @@luthecoder Okay sweet! I'm on an M2, so knowing you're also on Apple Silicon and the fact that these videos are uncut so I can see everything you do gives me more hope Vulkan will finally like me!

  • @realalphas
    @realalphas Месяц назад

    24:25 select multi-cursor all lines at start CTRL+RIGHTARROW, SHIFT+CTRL+RIGHTARROW, Backspace (Delete)

    • @realalphas
      @realalphas Месяц назад

      This works in all editors with multiline cursors at least ms VS Code, Xcode i sure

    • @luthecoder
      @luthecoder  Месяц назад +1

      @@realalphas thank you very much

    • @luthecoder
      @luthecoder  Месяц назад +1

      @@realalphas thanks for the tip