probcomp/curve-fitting

Support high-DPI displays

Aberta

#69 aberto em 28 de nov. de 2018

 (0 comentário) (0 reação) (0 responsável)Clojure (3 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (3 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

If a configuration flag is enabled auto-detect the display's pixel density with quil.core/pixel-density then set it with quil.core/display-density.

Note that the above Quil functions are only available inside "Sketch functions", i.e. functions passed to the applet Quil manages. You'd probably want to put this logic in the :settings function.

Guia do colaborador