Creating a Window in C++! WIN API for Game Developers, day 11.

Sdílet
Vložit
  • čas přidán 5. 09. 2024
  • In this tutorial series, I aim to help you learn the Windows API. By the end, you will be able to make a basic game, using no libraries except Windows.h
    In this lecture, I will show you how to open a window in C++ using the windows API.
    Playlist:
    • WIN API for Game Devel...
    #cpp #gamedev #programming #windows
    code: github.com/mee...
    join my Discord!
    / discord
    Wishlist My Steam Game!
    store.steampow...
    Join this channel if you want to support me 😻:
    / @lowlevelgamedev9330
    Do you want to learn some more stuff from me?
    • Make a C++ game FULL G...
    Music:
    Evan King - Everything is Okay
    Evan King - Virtually Impossible
    Evan King - e n t r o p y
    / contextsensitive
    contextsensiti...

Komentáře • 17

  • @mony7859
    @mony7859 Před 5 měsíci +3

    No way there is a video like this
    I think I have found my new fav channel

    • @lowlevelgamedev9330
      @lowlevelgamedev9330  Před 5 měsíci +2

      glad you like it 💪 this series doesn't make a lot of views so I am always happy to get some nice feedback

  • @dimi144
    @dimi144 Před 9 měsíci +5

    The cool thing about Windows is that everything is actually a window

  • @pine_and_appl
    @pine_and_appl Před 8 měsíci +1

    You are extremely underrated.

  • @jdudeofficial4263
    @jdudeofficial4263 Před 9 měsíci +1

    LET'S GOOOOOOOO

  • @AdamNoone
    @AdamNoone Před 9 měsíci

    Hell yeah lets goooo!!!

  • @Voidptr0403
    @Voidptr0403 Před 9 měsíci +2

    can i ask you a question, you are using glfw or win api (or even x11) for your opengl projects? (if i have grammar issues forgive me)

    • @lowlevelgamedev9330
      @lowlevelgamedev9330  Před 9 měsíci +3

      good question I used to use winapi in the past but now I switched to glfw mainly to be able to port to linux. In the end it doesn't really matter since glfw will also do the winapi stuff that I'll show here

  • @Zaripov11
    @Zaripov11 Před 3 měsíci +1

    when i am trying to run this code winnt.h file is toggling in another tab can anyone help me

  • @theRealOverLorD_
    @theRealOverLorD_ Před 9 měsíci +1

    Why not use WinMain entry point instead of main?

    • @lowlevelgamedev9330
      @lowlevelgamedev9330  Před 9 měsíci +1

      I'll switch to winmain in the future yes but I just wanted to keep this video as simple as possible

  • @epicstar86
    @epicstar86 Před 9 měsíci

    literal peak

  • @AdamNoone
    @AdamNoone Před 9 měsíci

    Do you have any recommendations for C++ libraries? Just in general I mean, I just started using SFML and its pretty neat and easy to get basic stuff working quickly. I really like spdlog too I would love to work on a personal project that is similar because I love using the console.

    • @lowlevelgamedev9330
      @lowlevelgamedev9330  Před 9 měsíci +2

      I don't use sfml anymore but it is ok for beginers. I use fastnoisesimd for noise enet for networking and raudio for audio. glm with glfw and glad for opengl and imgui for debug and tools (you should try out imgui for sure) Apart from that I jse my own libraries 💪

    • @AdamNoone
      @AdamNoone Před 9 měsíci

      @@lowlevelgamedev9330 "Apart from that I jse my own libraries 💪" - Adonis.
      Lol. I have used imgui with opengl and SDL2 but to be honest it was kind of confusing, I have trouble linking libraries sometimes but I will keep trying! I downloaded glfw but havent tried it out yet. Looking forward to more videos bro !