1substrate(6x) XScreenSaver manual substrate(6x)
2
3
4
6 substrate - Grow crystal-like lines on a computational substrate
7
9 substrate [-display host:display.screen] [-foreground color] [-back‐
10 ground color] [-wireframe] [-max-cycles cyclecount] [-growth-delay de‐
11 layms] [-initial-cracks numinitial] [-max-cracks nummax] [-sand-grains
12 numgrains] [-circle-percent circlepercent] [-fps]
13
15 Lines like crystals grow on a computational substrate. A simple per‐
16 pendicular growth rule creates intricate city-like structures. Option‐
17 ally, cracks may also be circular, producing a cityscape more familiar
18 to places for which city planning is a distant, theoretical concern.
19
21 substrate accepts the following options:
22
23 -wireframe (Default: False)
24 Don't draw sand-painting colored effects, only make a wire‐
25 frame.
26
27 -max-cycles cyclecount (Default: 10000)
28 Maximum number of growth cycles before restarting. The higher
29 this is, the more complex the art.
30
31 -growth-delay delayms (Default: 18000)
32 Delay in ms between growth cycles. More delay, slower (but
33 smoother and less CPU intensive) art.
34
35 -initial-cracks numinitial (Default: 3)
36 Initial number of cracks in the substrate
37
38 -max-cracks nummax (Default: 100)
39 Maximum number of cracks in the substrate at a single time
40
41 -sand-grains numgrains (Default: 64)
42 Number of sand grains dropped during coloring. More grains
43 cause a denser colour but use more cpu power.
44
45 -circle-percent circlepercent (Default: 0)
46 The percentage of the cracks will be circular.
47
48 -fps Display the current frame rate and CPU load.
49
51 DISPLAY to get the default host and display number.
52
53 XENVIRONMENT
54 to get the name of a resource file that overrides the global
55 resources stored in the RESOURCE_MANAGER property.
56
58 X(1), xscreensaver(1)
59
61 Copyright © 2003 by J. Tarbell <complex@complexification.net>.
62 XScreenSaver port: Mike Kershaw <dragorn@kismetwireless.net>
63
65 J. Tarbell <complex@complexification.net>, Jun 2003.
66 Mike Kershaw <dragorn@kismetwireless.net>, Oct 2004.
67
68
69
70X Version 11 6.04-1.fc36 (06-Jun-2022) substrate(6x)