Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 480 Bytes

readme.md

File metadata and controls

20 lines (16 loc) · 480 Bytes

WebGL TileMap Artifact Tester

This little app demonstrates a few possible tilemap issues and remedies from this blog post.

Rendering artifacts show up best on standard dpi screens

  • chrome (zoom to 110%)
  • firefox (zoom to 150%)

Running locally

Prerequisite: NodeJS & NPM installed

On the command line:

  • npm install
  • npm run start