source: trunk/third/xscreensaver/hacks/truchet.man @ 20148

Revision 20148, 3.5 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20147, which included commits to RCS files with non-trunk default branches.
Line 
1.TH XScreenSaver 1 "27-May-97" "X Version 11"
2.SH NAME
3truchet - draws curved or angular Truchet patterns
4.SH SYNOPSIS
5.B truchet
6[\-display \fIhost:display.screen\fP]  [\-foreground \fIcolor\fP] [\-background \fIcolor\fP]
7[\-window] [\-root] [\-mono] [\-install] [\-visual \fIvisual\fP] [\-delay \fImicroseconds\fP]
8[\-min\-width \fIinteger\fP] [\-min-height \fIinteger\fP] [\-max-width \fIinteger\fP]
9[\-max-height \fIinteger\fP] [\-max\-linewidth \fIinteger\fP] [\-min-linewidth \fIinteger\fP]
10[\-erase] [\-no\-erase] [\-erase\-count \fIinteger\fP] [\-square] [\-not\-square] [\-curves]
11[\-no\-curves] [\-angle] [\-no\-angles] [\-scroll] [\-scroll\-overlap \fIinteger\fP]
12[\-anim\-delay \fIinteger\fP] [\-anim\-step\-size \fIinteger\fP]
13
14.SH DESCRIPTION
15The \fItruchet\fP program draws arc and line based Truchet patterns.
16.SH OPTIONS
17.l truchet
18accepts the following options:
19.TP 8
20.B  \-window
21Draw on a newly-created window.  This is the default.
22.TP 8
23.B \-root
24Draw on the root window.
25.TP 8
26.B \-mono
27If on a color display, pretend we're on a monochrome display.
28.TP 8
29.B \-install
30Install a private colormap for the window.
31.TP 8
32.B \-visual \fIvisual\fP
33Specify which visual to use.  Legal values are the name of a visual class,
34or the id number (decimal or hex) of a specific visual.
35
36.TP 8
37.B \-delay \fImicroseconds\fP
38How long to wait between drawing each screenful. Default is 3 seconds.
39
40.TP 8
41.B \-min-width \fIinteger\fP
42The minimum width in pixels of each square. Default is 40.
43
44.TP 8
45.B \-min-height \fIinteger\fP
46The minimum height in pixels of each square. Default is 40.
47
48.TP 8
49.B \-max-width \fIinteger\fP
50The maximum width in pixels of each square. Default is 150.
51
52.TP 8
53.B \-max-height \fIinteger\fP
54The maximum height in pixels of each square. Default is 150.
55
56.TP 8
57.B \-max-linewidth \fIinteger\fP
58The maximum width of the lines used to draw. Default is 25.
59
60.TP 8
61.B \-min-linewidth \fIinteger\fP
62The minimum width of the lines used to draw. Default is 2.
63
64.TP 8
65.B \-erase
66
67.TP 8
68.B \-no-erase
69Whether to clear the screen after each screenful is drawn. Default is True (erase).
70
71.TP 8
72.B \-erase-count \fIinteger\fP
73The number of screenfuls to draw before erasing. Default is 25.
74
75.TP 8
76.B \-square
77
78.TP 8
79.B \-not-square
80Whether to force the tiles to be square. Defualt is False (not-square).
81
82.TP 8
83.B \-curves
84
85.TP 8
86.B \-no-curves
87Whether to draw the arc based Truchet pattern. Default is True (curves).
88
89.TP 8
90.B \-angles
91
92.TP 8
93.B \-no-angles
94Whether or not to draw the line based Truchet pattern. Default is True (angles)
95
96.TP 8
97.B \-scroll
98Use the scroll mode. Default is False.
99
100.TP 8
101.B \-scroll-overlap
102The amount to scroll from one side to another. Default is 400.
103
104.TP 8
105.B \-anim-delay
106The time to pause between each animation step. Default is 100.
107
108.TP 8
109.B \-anim-step-size
110The amount of steps to skip between each animation step. Default is 3.
111
112
113.SH ENVIRONMENT
114.PP
115.TP 8
116.B DISPLAY
117to get the default host and display number.
118.TP 8
119.B XENVIRONMENT
120to get the name of a resource file that overrides the global resources
121stored in the RESOURCE_MANAGER property.
122.SH SEE ALSO
123.BR X (1),
124.BR xscreensaver (1)
125.SH COPYRIGHT
126Copyright \(co 1998 by Adrian Likins.
127
128Permission to use, copy, modify, and distribute this software and its
129documentation for any purpose and without fee is hereby granted,
130provided that the above copyright notice appear in all copies and that
131both that copyright notice and this permission notice appear in
132supporting documentation.
133.SH AUTHOR
134Adrian Likins, 1998.
135
Note: See TracBrowser for help on using the repository browser.