retifrav / retifrav.github.io

Mirror of my blog, the original thing is at https://decovar.dev/
https://retifrav.github.io
Other
13 stars 2 forks source link

179-glfw-dear-imgui #26

Open retifrav opened 5 years ago

retifrav commented 5 years ago

GLFW and Dear ImGui comments.

Plasmoxy commented 4 years ago

Thanks! I got a 2K notebook screen and it was terrible to look at without DPI scaling.

ItsAnas commented 3 years ago

Thank you for this tutorial. It perfectly works on windows 10. The only trick I had to do was to to rename the folder lib-vc2019 from glfw into lib.

linkov commented 2 years ago

In case someone else is loosing sanity, Ubuntu 22.04 gotcha: You need to run build with prefix, i.e. cd to build dir and run MESA_GL_VERSION_OVERRIDE=4.3 ./glfw-imgui in terminal

retifrav commented 2 years ago

It might have to do with the fact that in sources it initializes exactly OpenGL 4.3, so perhaps it would initialize "better" with default values.