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
33 Intermomentary accepts the following options:
34
35 -num-discs disc count (Default: 85)
36 Number of slowly moving and growing discs to use. The more
37 discs, the more CPU power.
38
39 -draw-delay delayms (Default: 30000)
40 Delay in ms between drawing cycles. More delay, slower (but
41 smoother and less CPU intensive.) art.
42
43 -max-riders maxrider (Default: 40)
44 Maximum number of 'riders', single dots moving around the edge
45 of the discs.
46
47 -max-radius maxradius (Default: 100)
48 Maximum possible radius of a disc.
49
50 -fps Display the current frame rate and CPU load.
51
53 DISPLAY to get the default host and display number.
54
55 XENVIRONMENT
56 to get the name of a resource file that overrides the global
57 resources stored in the RESOURCE_MANAGER property.
58
60 Setting the background to anything besides black confuses the intensity
61 algorithm and will look terrible.
62
64 X(1), xscreensaver(1)
65
67 Copyright © 2003 by J. Tarbell <complex@complexification.net>.
68 XScreenSaver port: Mike Kershaw <dragorn@kismetwireless.net>
69
71 J. Tarbell <complex@complexification.net>, Jun 2003.
72 Mike Kershaw <dragorn@kismetwireless.net>, Oct 2004.
73
74
75
76X Version 11 6.04-1.fc36 (06-Jun-2022) intermomentary(6x)