parasyte/pixels

Feature request: force a particular scaling factor

Aperta

#89 aperta il 14 giu 2020

 (3 commenti) (0 reazioni) (0 assegnatari)Rust (147 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (2121 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor