LowRes game template

Hi everyone!

I had to urge to put together an extremely simple template/base for low res games… The idea is that you define a “native” resolution which it will always render to, then upscale the result to the actual window size, keeping it “blocky/pixelated”.

This is just a brain dump of something I had in mind, but it might be of interest for someone! :slight_smile:

##Caveats:

  • The resolution selection screen does not work for bundled apps currently. :frowning:

Code: https://github.com/andsveking/LowResExample

Screenshots:

7 Likes

Nice, thanks for sharing!

2 Likes