Penpad is small widget for free-hand drawing.
This widget has been inspired by a lot of toy applications, many of those you can find at Tcl/tk wiki.
All those applications, re-implemented the same functionalities in a different way. It's time to standardize these common features, by providing a generic, reusable widget
Penpad is a pure-tcl widget, running on any platform. Tested on Windows and Unix (Linux).
With penpad you can:
For full details read the documentation :
package require Penpad penpad .penbox -bg yellow -pencolor blue pack .penbox # now you can start drawing .... # you can now save your scribbles ... .penbox export mywork.gif # .. also with a transparent background .penbox export mywork-transp.gif -transparency # you can now clean the penpad ... .penbox clean
For full details see the Penpad Reference
Run files in demo directory ..
All these packages are delivered with standard Tcl distributions.
Penpad 1.2 and all the required packages should be installed under standard library path.
Copyright (c) 2007 <Irrational Numbers>
For comments and suggestions, please write to : <aldo.buratti@tiscali.it>