Reputation: 2773
Are there any libraries or tools that will help me draw something complex and still be able to use it in a flex project?
I talk about drawing with plain AS3 code.
I mean is there a certain opensource replacement for the Graphics
class in AS3?
Upvotes: 0
Views: 365
Reputation: 27536
I think you may be looking for SVG. You can draw vector graphics with tools such as Inkscape and display them in a flex project using as3svgrendererlib for example. You can even SVG images using svgeditor-as3.
Upvotes: 1