Vadim
Results
2
comments of
Vadim
Hi, you can install any distribution. Then install any c/c++ IDE and then create project with this .h and .c
Hi, I solved this issue with adding determing scale factor. Add such method in application/platform_glfw.cpp ``` float getDisplayScaleFactor() { float xscale = 1.f; float yscale = 1.f; auto monitor =...