diff options
-rw-r--r-- | graphics/tuxpaint/README | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/graphics/tuxpaint/README b/graphics/tuxpaint/README index 1400ccad3538..a4941a0d9085 100644 --- a/graphics/tuxpaint/README +++ b/graphics/tuxpaint/README @@ -1,15 +1,10 @@ Tux Paint: Open Source Drawing Software for Children -"Tux Paint" is a drawing program for young children. -It provides a simple interface and fixed canvas size, -and provides access to previous images using a thumbnail -browser (e.g., no access to the underlying file-system). - -Unlike popular drawing programs like "The GIMP," it has a -very limited tool-set. However, it provides a much simpler -interface, and has entertaining, child-oriented additions -such as sound effects. - -Require: libpaper. - -Optional libraries: SDL_pango, librsvg. +"Tux Paint" is a drawing program for young children. It provides a +simple interface and fixed canvas size, and provides access to previous +images using a thumbnail browser (e.g., no access to the underlying +file-system). Unlike popular drawing programs like "The GIMP," it has +a very limited tool-set. However, it provides a much simpler interface, +and has entertaining, child-oriented additions such as sound effects. + +This requires libpaper, and SDL_pango is an optional dependency. |