gavinblair / pixel-game-resize

When dealing with pixel art, different pixel sizes and things appearing between pixels is a Bad Thing. The solution is then to code your game at the pixel level and then scale up the game so that everything isn't tiny. There are many ways to do this, and apparently no good cross-platform way. The solution presented here is fast and works in a lot of browsers, but not IE. I am OK with that.

Home Page:http://gavinblair.github.io/pixel-game-resize

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

When dealing with pixel art, different pixel sizes and things appearing between pixels is a Bad Thing. The solution is then to code your game at the pixel level and then scale up the game so that everything isn't tiny. There are many ways to do this, and apparently no good cross-platform way. The solution presented here is fast and works in a lot of browsers, but not IE. I am OK with that.

http://gavinblair.github.io/pixel-game-resize


Languages

Language:JavaScript 95.7%Language:HTML 4.3%