-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in CImGui GlfwOpenGL3 renderloop! #149
Comments
What happens if you pin |
Pining I seem to have figured out the issue though; the OpenGL version. Changing it in the renderer to I double checked with my C++ imgui code and I do use |
I meant
Oh interesting, I would've thought an OpenGL version problem would manifest sooner 🤔 I believe there are some differences between the renderloop we implement and the official example with GLFW/OpenGL3 but I never looked into the differences. Perhaps that's causing it. |
Hello,
I am trying to get started with CImGui.jl and seem to have trouble getting anything to work properly. I am running on a Windows 10 machine, with Julia 1.10.5.
I started a project and have the following installed
I initially attempted to run the demo and examples and had trouble running either. So I decided to attempt something simpler and easier to trace. I copied the example 'Your First Gui \o/' and tried to run it. For the sake of completeness, here is the code used.
The window opens up just fine, but about 10 seconds later, it crashes on its own giving the following error message
Any ideas?
The text was updated successfully, but these errors were encountered: