OpenGL
OpenGL copied to clipboard
OpenGL support library so you can just dive in and write OpenGL code
### Error `Error: cannot open OpenGL-Core/vendor/GLFW: No such file or directory` ### Fix replace `GLFW` to `glfw` in root level `premake5.lua`
Hi Cherno, I add a MacOS support using CMake. Check the README.md of https://github.com/ZerenLong/OpenGL for installation instruction.
Proper Linux support for project *OpenGL*! This contribution is intended to be inline with Cherno's programming intent and style. Premake creates multiple Makefiles as `.make` files. Each project Makefile needs...
 Any idea why it doesn't work? I changed the capital letters of "GLFW" in base premake5.lua to lowercase and still didn't work.

Should the following libraries be added to the GLCore.h? ```c #include "GLCore/Core/Input.h" #include "GLCore/Core/MouseButtonCodes.h" #include "GLCore/Core/KeyCodes.h" ``` In the sandbox example, I was trying to get the mouse location to...
