-
Notifications
You must be signed in to change notification settings - Fork 6
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
GLSL error using Ubuntu. #2
Comments
I don't have a linux machine now, by fix edbf1a0 |
hi @diegozea, according to the following list, your desktop OpenGL version seems to be 3.0. https://github.com/mattdesl/lwjgl-basics/wiki/glsl-versions#glsl-versions unfortunately, I only implement a backend based on ModernGL(OpenGL 3.2+) for now, so you could try upgrading your GPU driver to see whether the hardware supports ModernGL. |
@diegozea I'm also writing a wrapper for imgui which do support GLSL 130, maybe you're interested in this https://github.com/Gnimuc/CImGui.jl/blob/master/examples/demo.jl I'm currently translating imgui demos from C++ to Julia. For now, about 80% of the widgets can be working correctly but don't worry if you trigger segfaults, that's definitely my bad. :P |
I've found this problem when I was trying to run the README example using Ubuntu.
System info:
The text was updated successfully, but these errors were encountered: