Description
PaintBrush is a public domain class that can be used in various drawing applications or games.
It's really simple to use. You just set a destination surface and a surface to be used as a brush. Then you can set the color and alpha value for that brush. You can also tell the brush to be rotated in the drawing direction.
It's also possible to specify a line pattern to be able to draw dotted lines.
The source package includes two different demos of how to use the PaintBrush class. In the AdvancedDemo.py you can try out all advanced features and in the SimpleDemo.py you can see how easy it is to use the class.
You start them by "python AdvancedDemo.py" and "python SimpleDemo.py".
User Reviews for PaintBrush FOR LINUX 1
-
PaintBrush FOR LINUX is an excellent tool for drawing applications. The demos provided are helpful for exploring both basic and advanced features.