PAIR-code / megaplot

Apache License 2.0
19 stars 5 forks source link

Regl string properties #33

Closed jimbojw closed 2 years ago

jimbojw commented 2 years ago

When invoking regl methods, pass explicit string properties rather than literal property names to prevent renaming by aggressive minifiers/compilers. Also setting preserveDrawingBuffer to true and explicitly clearing the drawing buffer before each draw. This ensures that upstream applications taking screenshots will be able to read the pixels of the canvas.

Fixes #32