parasyte/pixels

Feature request: force a particular scaling factor

Offen

#89 geöffnet am 14.06.2020

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (147 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (2.121 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

I recently ported my emulator to use pixels, and it's great! I love the automatic scaling to the window size.

However, I would also like to allow my users to select a scaling factor that they prefer, regardless of window size. I tried passing my own values to pixels.resize, but this doesn't do what I want.

Contributor Guide