What would be a good game making engine supporting Vector images?

Posted by Qqwy on Game Development See other posts from Game Development or by Qqwy
Published on 2012-05-03T11:54:29Z Indexed on 2012/07/07 21:24 UTC
Read the original article Hit count: 217

Filed under:
|
|
|
|

I want to create a simple platforming game, in which you are a square in a wonderful world. I would like this game to be able to be played in browsers. Basically I am searching for something similar to "Flixel", but with the following features:

  • Support Vector Graphics

  • Allow zooming/rotating objects without producing huge amounts of lag as soon as you are using more objects. (Because I want to rotate the map around the player) So in other words, preferably zoom the viewport/camera instead of the objects themselves.

Does an engine like that exist?

© Game Development or respective owner

Related posts about engine

Related posts about flash