Tesla Zhang
Tesla Zhang
@ocornut > Screenshot?  + Left: imgui with Darcula style + Right: IntelliJ IDEA with Darcula style
@ocornut What do you think about this? It works perfectly on my Ubuntu 16.04 machine.
I mentioned that gtk3 has enabled vsync by default (the Framerate is around 60fps, which is good but uncontrollable. The vsync provided by glfw doesn't work on my machine, making...
Thanks for your help. This implementation is already very efficient afaik, thanks again.
@djdeath I have a minor suggestion: Omar is working on the viewport branch of imgui which requires additional functionality of native backend. Could you please take a look at that...
> I gave a try to the GLFW example on the viewport under Gnome (wayland) and it doesn't work so well. The dragged window keeps jumping around. Does the SDL...
@djdeath An update of the Makefile script is needed due to a recent refactoring of imgui code base: ```diff EXE = example_gtk3_opengl3 SOURCES = main.cpp SOURCES += ../imgui_impl_gtk3.cpp ../imgui_impl_opengl3.cpp -SOURCES...
@djdeath Your `gl3wInit` is returning `-1`, which is unexpected. I did a little search about it and people said it's because the OpenGL context is not initialized. I'm not sure...
What's the current state of this PR? @ocornut
Thanks @ocornut happy to hear that