We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, I've been having issues with Processing looking pixelated on my MacBook Pro, because of the Retina display. Is there a way to make Processing draw at a higher resolution and keep the window the same size (HiDPI mode)?
Answers
Note that the editor itself is not pixelated; the programs themselves are.
are you calling background on every frame?
https://forum.processing.org/two/discussion/8075/why-are-text-and-graphics-so-ugly-and-blocky
I am, it's just that with the Retina screen the window is twice the size but the same resolution, making it look pixelated.
How can I make it draw at twice the resolution while maintaining the window size?
In setup, you need the line
pixelDensity(2)
(https://processing.org/reference/pixelDensity_.html).Hi, i have a little problem with this.
my display is a 4K panel, but is not a HiDPI compilant ( Asus PB287Q 28". with 157x161 dots per inch)
if use pixelDensity(2) gets a error, and the main window/text/menu too smal without it (and cut in bottom)
exist other method to adjust the scale factor?
for example, in chrome/ium uses "--force-device-scale-factor=1.5" and all chrome/ium fits great in my panel/desktop (no small and no bigger)
using pixelDensity() or displayDensity() examples:
any help?
the downstream bug
https://github.com/ShikOfTheRa/scarab-osd/issues/259
greetings
Fixed by switching to Windows XP