Image quality with line(); & (TRIANGLE_STRIP);

Hello @asymmetric,

There is a tutorial about the renderers here:
https://processing.org/tutorials/rendering

I have a very simple pixel viewer here:

Replace the shapes with a line and experiment a little.

You are also limited by the pixel density of your device; you can’t do better than a single pixel and smoothing will just give the appearance of a “smoother” line. Try the pixel viewer to see this.

:)

1 Like