crgimenes / neko

Neko is a cross-platform cursor-chasing cat. This is the reimplementation write in Go.
BSD 2-Clause "Simplified" License
339 stars 29 forks source link

better scaling #27

Closed hajimehoshi closed 3 months ago

hajimehoshi commented 3 months ago

This change uses a scaled window size with a fix logical screen size in order to let Ebitengine do a better scaling.

Updates #24 Updates hajimehoshi/ebiten#2951

hajimehoshi commented 3 months ago

image

SolsticeSpectrum commented 3 months ago

@hajimehoshi I think you forgot to update back to 2.7.0 locally, I tried this fix and thought it works but then I realized I am on 2.6.7 and after updating back to 2.7.0, it broke again

master is currently on 2.6.7 because of https://github.com/crgimenes/neko/commit/eb5fed9b4f321d7914da25d03e88c0710d423c02

hajimehoshi commented 3 months ago

This PR focues on a rendering quality and doesn't resolve the issue at https://github.com/hajimehoshi/ebiten/issues/2951 yet.

SolsticeSpectrum commented 3 months ago

This PR focues on a rendering quality and doesn't resolve the issue at hajimehoshi/ebiten#2951 yet.

Oh, makes sense then