2D vector graphic html5 framework
Posted
by
Yury
on Game Development
See other posts from Game Development
or by Yury
Published on 2014-06-11T08:46:29Z
Indexed on
2014/06/11
9:43 UTC
Read the original article
Hit count: 274
I trying to find html5 game framework by following criteria: 1)Real good performance. 2)Good support of vector graphic( objects which contains canvas elements -line, rec,bezierCurve etc.) 3)Easy port to mobile. Optional- Physics Engine.
I found 1)Pixi.js- it looks like real good, but i didn't find any info about "vector objects" support.
2) i found "vector objects" support in paper.js I need something like these: http://paperjs.org/examples/chain/ and http://paperjs.org/examples/path-intersections/. But it looks like paper.js- not so good performance as pixi.js. And it is not game engine.
Is there any good framework meets these requirements?
P.S. I found similar question here Which free HTML5-based game engine meets these requirements?. But it was a long time ago. A lot of new things were created since 2011.
© Game Development or respective owner