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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.