Tweak graphics/piddle version 1.0.15,1
[dports.git] / graphics / piddle / pkg-descr
1 PIDDLE - Plug-In Drawing, Does Little Else
2 ------------------------------------------
3
4 PIDDLE is a Python module for creating two-dimensional graphics in a
5 manner that is both cross-platform and cross-media; that is, it can
6 support screen graphics (e.g.  QuickDraw, Windows, Tk) as well as file
7 output (PostScript, PDF, GIF, etc.). It makes use of the native 2D
8 drawing calls of each backend, for maximum efficiency and quality. It
9 works by defining a base class (piddle.Canvas) with methods for all
10 supported drawing primitives. A particular drawing context is provided
11 in the form of a derived class. PIDDLE applications will be able to
12 automatically select an appropriate backend for the user's environment.
13
14 WWW: http://piddle.sourceforge.net/