nmwsharp / polyscope

A C++ & Python viewer for 3D data like meshes and point clouds
https://polyscope.run
MIT License
1.72k stars 184 forks source link

DPI scaling? #124

Open darikg opened 2 years ago

darikg commented 2 years ago

Hi, using py-polyscope on a Windows laptop with a 4k display the default font size is extremely small. Any chance to add some sort of font-size scaling?

nmwsharp commented 2 years ago

Totally agree, makes sense. I think this just needs some ImGui wizardry, plus converting some of the Polyscope sizing/layout parameters to be font-size-sensitive.