1sierpinski(6x) XScreenSaver manual sierpinski(6x)
2
3
4
6 sierpinski - draws Sierpinski triangle fractals
7
9 sierpinski [-display host:display.screen] [-foreground color] [-back‐
10 ground color] [-window] [-root] [-mono] [-install] [-visual visual]
11 [-ncolors integer] [-delay microseconds] [-cycles integer] [-count in‐
12 teger]
13
14 [-fps]
15
17 The sierpinski program draws Sierpinski triangle fractals.
18
20 sierpinski accepts the following options:
21
22 -window Draw on a newly-created window. This is the default.
23
24 -root Draw on the root window.
25
26 -mono If on a color display, pretend we're on a monochrome display.
27
28 -install
29 Install a private colormap for the window.
30
31 -visual visual
32 Specify which visual to use. Legal values are the name of a
33 visual class, or the id number (decimal or hex) of a specific
34 visual.
35
36 -ncolors integer
37 How many colors should be used (if possible). Default 64. The
38 colors are chosen randomly.
39
40 -cycles integer
41
42
43 -count integer
44
45
46 -fps Display the current frame rate and CPU load.
47
49 DISPLAY to get the default host and display number.
50
51 XENVIRONMENT
52 to get the name of a resource file that overrides the global
53 resources stored in the RESOURCE_MANAGER property.
54
56 X(1), xscreensaver(1), xlock(1)
57
59 Copyright © 1996 by Desmond Daignault.
60
61 Permission to use, copy, modify, and distribute this software and its
62 documentation for any purpose and without fee is hereby granted, pro‐
63 vided that the above copyright notice appear in all copies and that
64 both that copyright notice and this permission notice appear in sup‐
65 porting documentation.
66
68 Desmond Daignault <tekdd@dtol.datatimes.com>, 05-Sep-96. (Original
69 xlock version was called tri.c.)
70
71 Ability to run standalone or with xscreensaver added by Jamie Zawinski
72 <jwz@jwz.org>, 10-May-97. (Renamed to sierpinski.)
73
74
75
76X Version 11 6.04-1.fc36 (06-Jun-2022) sierpinski(6x)