SMAA (Enhanced Subpixel Morphological Antialiasing) post-processing; WebGL (OpenGL ES 2.0) implementation with no fluff.
-
Updated
Apr 8, 2021 - JavaScript
SMAA (Enhanced Subpixel Morphological Antialiasing) post-processing; WebGL (OpenGL ES 2.0) implementation with no fluff.
gl.antialias=true does not guarantee it is actually going to be ON because browser accepts antialias attribute just as a hint and decides on itself there. This library checks for actual AA availability.
Add a description, image, and links to the antialiasing topic page so that developers can more easily learn about it.
To associate your repository with the antialiasing topic, visit your repo's landing page and select "manage topics."