diff options
Diffstat (limited to 'examples/desktop/README')
-rw-r--r-- | examples/desktop/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/desktop/README b/examples/desktop/README new file mode 100644 index 0000000..dcbb7a1 --- /dev/null +++ b/examples/desktop/README @@ -0,0 +1,12 @@ +The desktop demo contains three routines, each of which draws simple +shapes on the desktop. + +"desktop -rotate" rotates a shaded square. Some nice color work. + +"desktop -poly" draws qix-like moving shapes. + +"desktop -shadetext" and "-troll" draw pretty shaded text on the +desktop; "-shadewidget" and "-trollwidget" use the background as a +widget. The latter can be used to make animated background widgets +that work efficiently, which is very cool but possibly not very +useful. |