Replies: 2 comments 1 reply
-
Ooops, thanks for taking the time to review my changes and pointing out that Glad is not needed! I just pushed 0dd93cd to build the example without Glad, and it is working great in Linux. I'll take a more in-depth look at Thank you!! |
Beta Was this translation helpful? Give feedback.
1 reply
-
The PR #83 was merged, so I'll close this task. Thank you again for the feedback @ocornut! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am not sure I understand why Glad is bundled and initialized by the example code:
https://github.com/brenocq/implot3d/tree/main/example
It doesn't seem to be using/requiring it at all considering it is only calling basic GL functions such as glViewport, glClearColor, glClear.
The equivalent example_glfw_opengl3/main.cpp example in dear imgui doesn't requires a loader.
Beta Was this translation helpful? Give feedback.
All reactions