probcomp/curve-fitting

Support high-DPI displays

Ouverte

#69 ouverte le 28 nov. 2018

 (0 commentaire) (0 réaction) (0 personne assignée)Clojure (3 forks)auto 404
enhancementgood first issue

Métriques du dépôt

Stars
 (3 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur