nurpax / petmate

PETSCII editor with Electron/React/Redux
MIT License
185 stars 14 forks source link

Investigate using a different pixel ratio #42

Closed Esshahn closed 5 years ago

Esshahn commented 6 years ago

Just a sidenote, I noticed to things:

bildschirmfoto 2018-07-27 um 10 31 26

nurpax commented 6 years ago

Maybe the pixel aspect rationis not 1:1 on a real C64? Petmate assumes 1:1.

Palette: I guess this will be covered by palette selection?

Esshahn commented 6 years ago

Correct, the pixel ratio is a bit off from 1:1 http://codebase64.org/doku.php?id=base:pixel_aspect_ratio

nurpax commented 6 years ago

I have some divs hardcoded two vertical/horizontal 2x scaling. I'll take a look at the pixel aspect ratio once I look into screen zoom levels.

Esshahn commented 6 years ago

Done:

Open:

Esshahn commented 5 years ago

closing as this might be tough to implement with little benefits.