Why don't more games use vector art?

Posted by Parris on Game Development See other posts from Game Development or by Parris
Published on 2012-06-04T23:22:10Z Indexed on 2012/06/05 4:49 UTC
Read the original article Hit count: 401

Filed under:
|
|
|
|

It would seem to me that vector art is more efficient in terms of resources/scalability; however, in most cases I have seen artists using bitmap/rasterized art. Is this a limitation put on the artists by the game programmers/designers? As a programmer I think vector art would be more ideal, since it allows for scaling up resolution without having to recreate the art, creating really large graphics or causing graphics to become blurry.

The questions: why aren't more people using SVG/AI to create 2D game art? Would it actually be preferred (and who prefers it)? Are bitmap graphics a standard or a limitation (or maybe neither)?

Background: I am working on an engine, and I had some kinda cool ideas for vector based graphics; however, I don't want to piss off artists in the future.

I guess this is more a question centered around pragmatism and developing games.

© Game Development or respective owner

Related posts about 2d

Related posts about engine