aerys / minko

3D framework for web, desktop and mobile devices.
http://minko.io
Other
906 stars 210 forks source link

What about vector graphics? #191

Open VladimirCores opened 9 years ago

VladimirCores commented 9 years ago

Will you plan include any way to render scale independent vector graphics from Flash like it does with Scaleform?

warrenseine commented 9 years ago

Good news here: you can already leverage vector graphics with CSS and SVG. If you can do it in HTML, then you can do it in Minko.

amerkoleci commented 9 years ago

NanoVG would be great addition too

VladimirCores commented 9 years ago

I would like to use scale independent flash vector graphics from swf files

warrenseine commented 9 years ago

If you really need .swf import, then there's no way to do that in Minko at the moment. You could integrate Scaleform but that's a considerable amount of work.

On the other hand, if you have access to the source .fla file, you should be able to re-export to HTML5 from Flash. I haven't tried it but this should work.

NanoVG sounds like a good idea but won't solve @DQvsRA's need. Also, I don't know how that'd integrate with Minko.