Graphics
ASGen PDF Drucken E-Mail
Actionscript source for a variety of generative graphics.
http://github.com/joanofarctan/asgen
 
Bezier Curve PDF Drucken E-Mail
Lets you create and on the fly edit bezier curves with an easy syntax. You can add as many anchor and control points as you want.
http://code.google.com/p/beziercurve/
 
ContextFreeArt AS3 PDF Drucken E-Mail
Context Free Art for Actionscript3, Flash
http://github.com/mash/ContextFreeArt-AS3
 
Degrafa PDF Drucken E-Mail
Declarative graphics framework
http://www.degrafa.org/
 
GraphVisualize PDF Drucken E-Mail
A Flex 3 + ActionScript 3 web software to draw dynamic graphics
http://github.com/armisael/GraphVisualizer
 
MojoColors PDF Drucken E-Mail
Mojocolors allows you to work with color in Actionscript in a very natural way, for example by using HSB (Hue, Saturation, Brightness) for color manipulation. You can work with one color (ch.badmojo.color.Color) or with a whole list of colors (ch.badmojo.color.ColorWheel). Color theory / harmony rules, different shades of the same color, sorting by brightness or hue or saturation, creation of gradients and much more are implemented, so you can focus on writing better apps.
http://code.google.com/p/mojocolors/