Setup OpenGL with GLFW and GLAD

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ก.ค. 2023
  • In this tutorial, I will guide you through the process of setting up OpenGL with GLFW and GLAD
    GLFW: www.glfw.org/
    GLAD: glad.dav1d.de
    Github project: github.com/codeandmagicchanne...

ความคิดเห็น • 24

  • @user-dc5zm1oh9q
    @user-dc5zm1oh9q 7 วันที่ผ่านมา +1

    Дуже дякую за такий корисний туторіал, єдиний, який дійсно допоміг🥰
    Thank you very much for such a useful tutorial, the only one that really helped🥰

  • @spededrokay6882
    @spededrokay6882 9 หลายเดือนก่อน +3

    best tutorial ive ever seen for setting this up, thank you so much man

  • @YouWillDoAsYouAreTold
    @YouWillDoAsYouAreTold 7 หลายเดือนก่อน

    this is the best tutorial, thank you so much

  • @damienjurado9267
    @damienjurado9267 5 หลายเดือนก่อน

    That turned out to be a lot easier! Thank you very much

  • @jugaloe240
    @jugaloe240 2 หลายเดือนก่อน

    I had so many problems trying to set it up yesterday so I thank you for this video! It helped me so much.

  • @user-iv9tc4li1e
    @user-iv9tc4li1e 2 หลายเดือนก่อน

    Thank you so much man. I had spent days trying to set up the thing. You helped me set it up in minutes. Wish you all the best.

  • @itchitrigger8185
    @itchitrigger8185 8 หลายเดือนก่อน

    Very good tutorial, thank you 🙏 very much

  • @tripvif9862
    @tripvif9862 4 หลายเดือนก่อน

    thank you sm. I have seen a lot of videos, but they are old and I had a lot of problems watching them. After your tutor I had none

    • @tripvif9862
      @tripvif9862 4 หลายเดือนก่อน

      please just do not stop!

  • @berkeenver6752
    @berkeenver6752 8 หลายเดือนก่อน

    Thank you!

  • @juandeybycarlos-chullo6741
    @juandeybycarlos-chullo6741 4 หลายเดือนก่อน

    Thank you, I understood easily

  • @Witzkhalifa
    @Witzkhalifa หลายเดือนก่อน

    even in 2024 it's working ty

  • @sirfmgamer5655
    @sirfmgamer5655 28 วันที่ผ่านมา

    this method though it seems quite confusing, it works. But do you prefer using linker page settings to set the libraries to glfw and glad instead?

  • @gabegonzalez764
    @gabegonzalez764 หลายเดือนก่อน

    Thanks!

  • @aleksi5792
    @aleksi5792 21 ชั่วโมงที่ผ่านมา

    My visual studio doesnt show the depencencies at all

  • @user-nf5hw3rb3r
    @user-nf5hw3rb3r 5 หลายเดือนก่อน

    hey man so when i was trying to set up glad i.e. the last part i kept running into a error where my x64 folder was being duplicated and my openglsetup while could not open can you help me out with that?

  • @draft_fusion
    @draft_fusion 6 วันที่ผ่านมา

    I sue visual studio code and was not sure how to set it up, if you have ideas do let me know!

  • @DalpakaNBA
    @DalpakaNBA 5 หลายเดือนก่อน

    i cant seem to add the include folder any help maybe but otherwise cool vid

  • @user-vu6nk9ug1f
    @user-vu6nk9ug1f 6 หลายเดือนก่อน

    are you using windows xp ??

    • @CodeAndMagic
      @CodeAndMagic  6 หลายเดือนก่อน

      No, It's Window 11

  • @thkbonfjpsthlaydg945
    @thkbonfjpsthlaydg945 3 หลายเดือนก่อน +6

    C/C++\General\Additional Include Directories: $(SolutionDir)\projectname\dependencies\include
    Linker\General\Additional Library Directories: $(SolutionDir)\projectname\dependencies\lib
    Linker\Input\Additional Dependencies:
    glfw3.lib
    opengl32.lib
    user32.lib
    gdi32.lib
    shell32.lib

    • @iam_mausam
      @iam_mausam 3 หลายเดือนก่อน

      hey can i setup this in visual studio code?

    • @eanoxd
      @eanoxd 3 หลายเดือนก่อน

      u have to learn cmake for that @@iam_mausam