http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / interaggregate.man
1 .TH Interaggregate 1 "08-Oct-04" "X Version 11"
2 .SH NAME
3 interaggregate - Visualize the momentary and aggregate intersections 
4 between slowly moving circles.
5 .SH SYNOPSIS
6 .B interaggregate
7 [\-display \fIhost:display.screen\fP]
8 [\-foreground \fIcolor\fP]
9 [\-background \fIcolor\fP]
10 [\-num\-circles \fIdisc count\fP]
11 [\-growth\-delay \fIdelayms\fP]
12 [\-max\-cycles \fImaxr\fP]
13 [\-percent\-orbits \fIpercent\fP]
14 [\-base\-orbits \fIpercent\fP]
15 [\-base\-on\-center]
16 [\-draw\-centers]
17 [\-fps]
18 .SH DESCRIPTION
19 The Intersection Aggregate is a fun visualization defining the relationships 
20 between objects with Casey Reas, William Ngan, and Robert Hodgin. Commissioned 
21 for display at the Whitney Museum of American Art.
22
23 A surface filled with 100 medium to small sized circles. Each circle has a 
24 different size and direction, but moves at the same slow rate. Display:
25
26     A. The instantaneous intersections of the circles.
27     B. The aggregate intersections of the circles.
28
29 Ported to XScreensaver from the art project "InterAggregate" at
30 http://www.complexification.net by J.Tarbell
31 .SH OPTIONS
32 .I interaggregate
33 accepts the following options:
34 .TP 8
35 .B \-num\-circles \fIdisc count\fP (Default: \fI100\fP)
36 Number of slowly moving and growing discs to use.  The more discs, 
37 the more CPU power.
38 .TP 8
39 .B \-growth\-delay \fIdelayms\fP (Default: \fI18000\fP)
40 Delay in ms between drawing cycles.  More delay, slower (but smoother 
41 and less CPU intensive.)
42 art.
43 .TP 8
44 .B \-fps
45 Display the current frame rate and CPU load.
46 .SH ENVIRONMENT
47 .PP
48 .TP 8
49 .B DISPLAY
50 to get the default host and display number.
51 .TP 8
52 .B XENVIRONMENT
53 to get the name of a resource file that overrides the global
54 resources stored in the RESOURCE_MANAGER property.
55 .TP 8
56 .SH BUGS
57 .PP
58 .TP 8
59 Setting the background to anything besides black confuses the intensity 
60 algorithm and will look terrible.
61 .SH SEE ALSO
62 .BR X (1),
63 .BR xscreensaver (1)
64 .SH COPYRIGHT
65 Copyright \(co 2003 by J. Tarbell
66 (complex@complexification.net, http://www.complexification.net).
67
68 Ported to XScreensaver 2005 by David Agraz.
69 .SH AUTHOR
70 J. Tarbell <complex@complexification.net>, Jun-03
71
72 David Agraz <dagraz@mindspring.com>, Apr-05.