probcomp/curve-fitting

Support high-DPI displays

开放

#69 创建于 2018年11月28日

 (0 条评论) (0 个反应) (0 位负责人)Clojure (3 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (3 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南