MENU

Fun & Interesting

The EASIEST way to setup OpenGL with Visual Studio. (CMake Setup for Gamedev)

Low Level Game Dev 34,071 2 years ago
Video Not Working? Fix It Now

I have for you all the things you need to start writing OpenGL. It is difficult to configure libraries like GLFW GLAD GLM or IMGUI and that is why I already configured them for you. I used CMake to configure OpenGL but you don't have to learn it, just use my template. Thank me later. #cpp #opengl #gameprogramming #graphicsprogramming #visualstudio #cmake Followup video on using my setup to make your first game: https://www.youtube.com/watch?v=zJoXMfCI9LM The first setup: https://github.com/meemknight/openglConfiguration The second(bigger) setup: https://github.com/meemknight/cmakeSetup Join my Discord server: https://discord.gg/eehehsPAka Wishlist my game on Steam 💪: https://store.steampowered.com/app/2310670/Midnight_Arrow/ Check out my Cmake Video: https://www.youtube.com/watch?v=A735Y4kMIPM Check out my OpenGL guiding video: https://www.youtube.com/watch?v=HPBXr6Zdm4w Check out my Game Dev in C++ video: https://www.youtube.com/watch?v=7qm4OR3EmnQ

Comment