Hacker News new | ask | show | jobs
by hooli_gan 459 days ago
Very cool, but the image in the bottom of the page flickers when scrolling.
3 comments

My code can (optionally, since it is often not useful) dither all the way down to the physical pixels of your display device for that really crisp, old-fashioned look. Most dithering projects on the web don't take this into account so look slightly soft around the edges of the pixels.

The image at the bottom is an example. On some devices this interacts weirdly with the pattern of pixels or even the refresh rate when in motion due to scrolling.

Dithering does that !
You're likely using a TN screen, which basically does dithering over time.