Hacker News new | ask | show | jobs
by jordoh 5169 days ago
Using a vector representation may be a more practical approach as retina-style screens become more pervasive. Microsoft Research has an interesting paper on this from last year's SIGGRAPH: http://research.microsoft.com/en-us/um/people/kopf/pixelart/

That said, once you switch over to more advanced scaling, the artist loses a lot of the fine control over the result that can really make pixel art shine.

1 comments

The technique in that paper kills the effect completely. Its a way to de-pixel the pixel art. Also, vector representations quickly become much more CPU intensive. Would be more efficient to scale the pixels as suggested above.