OpenGL icon indicating copy to clipboard operation
OpenGL copied to clipboard

OpenGL support library so you can just dive in and write OpenGL code

Results 10 OpenGL issues
Sort by recently updated
recently updated
newest added

### 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...

![image](https://user-images.githubusercontent.com/26794315/103451017-3b2deb00-4cc7-11eb-80ae-8cd8d2a431a3.png) 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.

![Desktop Screenshot 2020 09 13 - 11 41 22 49 (2)](https://user-images.githubusercontent.com/59084679/93009660-375e4780-f5b6-11ea-8ead-404bb0371e9f.png)

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...

![1](https://github.com/user-attachments/assets/eed2c6eb-c6f7-42db-ab5f-6503a4f93d9f)