1intermomentary(6x) XScreenSaver manual intermomentary(6x)
2
3
4
6 intermomentary - Visualize the momentary and aggregate intersections
7 between slowly moving circles.
8
10 intermomentary [-display host:display.screen] [-foreground color]
11 [-background color] [-num-discs disc count] [-draw-delay delayms]
12 [-max-riders maxr] [-max-radius maxradius] [-fps]
13
15 The Intersection Momentary is a fun visualization defining the rela‐
16 tionships between objects with Casey Reas, William Ngan, and Robert
17 Hodgin. Commissioned for display at the Whitney Museum of American Art.
18
19 A surface filled with 100 medium to small sized circles. Each circle
20 has a different size and direction, but moves at the same slow rate.
21 Display:
22
23 A. The instantaneous intersections of the circles.
24 B. The aggregate intersections of the circles.
25
26 The circles begin with a radius of 1 pixel and slowly increase to some
27 arbitrary size. Circles are drawn with small moving points along the
28 perimeter. The intersections are rendered as glowing orbs. Glowing
29 orbs are rendered only when a perimeter point moves past the intersec‐
30 tion point.
31
32 Ported to XScreensaver from the art project "InterMomentary" at
33 http://www.complexification.net by J.Tarbell
34
36 intermomentary accepts the following options:
37
38 -num-discs disc count (Default: 85)
39 Number of slowly moving and growing discs to use. The more
40 discs, the more CPU power.
41
42 -draw-delay delayms (Default: 30000)
43 Delay in ms between drawing cycles. More delay, slower (but
44 smoother and less CPU intensive.) art.
45
46 -max-riders maxrider (Default: 40)
47 Maximum number of 'riders', single dots moving around the edge
48 of the discs.
49
50 -max-radius maxradius (Default: 100)
51 Maximum possible radius of a disc.
52
53
54 -fps Display the current frame rate and CPU load.
55
57 DISPLAY to get the default host and display number.
58
59 XENVIRONMENT
60 to get the name of a resource file that overrides the
61 global resources stored in the RESOURCE_MANAGER prop‐
62 erty.
63
64
65 BUGS
66
67 Setting the background to anything besides black confuses the
68 intensity
69 algorithm and will look terrible.
70
72 X(1), xscreensaver(1)
73
75 Copyright © 2003 by J. Tarbell (complex@complexification.net,
76 http://www.complexification.net).
77
78 Ported to XScreensaver 2004 by Mike Kershaw (dragorn@kismetwire‐
79 less.net)
80
82 J. Tarbell <complex@complexification.net>, Jun-03
83
84 Mike Kershaw <dragorn@kismetwireless.net>, Oct-04
85
86
87
88X Version 11 5.42-1.fc30.2 (03-Feb-2019) intermomentary(6x)