Nuklear.jl
Nuklear.jl copied to clipboard
Fonts + high DPI
Fonts look pretty bad and elements are very small on a high dpi display. Those issues are likely related!
Fonts seem like they can look nice: https://github.com/vurtun/nuklear/issues/69
I guess I can also answer my second question: https://github.com/vurtun/nuklear/issues/283 :D It's pretty easy to figure out the dpi of a screen with GLFW, so maybe we can do that and scale the demo accordingly
Thanks for the info! This is already on my radar, joa-quim complained about this a while ago: https://discourse.julialang.org/t/nuklear-jl-a-julia-wrapper-for-nuklear/17990/13
Currently, even changing fonts will crash Julia, I'm gonna debug this in the upcoming holiday :)
hi @SimonDanisch, the simple solution is to use larger fonts. With Roboto-Bold+18 font size, it actually looks good on my display(227 ppi).
screen capture