1boing(6x) XScreenSaver manual boing(6x)
2
3
4
6 boing - draws a bouncing ball like the ancient Amiga demo
7
9 boing [-display host:display.screen] [-window] [-root] [-install]
10 [-visual visual] [-delay usecs] [-smooth] [-lighting] [-scanlines]
11 [-speed] [-no-spin] [-angle degrees] [-size ratio] [-parallels n]
12 [-meridians n] [-wireframe] [-fps]
13
15 The boing program draws a bouncing checkered ball on a grid.
16
17 This is a clone of the first graphics demo for the Amiga 1000, which
18 was written by Dale Luck and RJ Mical during a break at the 1984 Con‐
19 sumer Electronics Show (or so the legend goes.) The boing ball was
20 briefly the official logo of Amiga Inc., until they were bought by Com‐
21 modore later that year.
22
23 With no arguments, this program looks a lot like the original Amiga
24 demo. With "-smooth -lighting", it looks... less old.
25
27 boing accepts the following options:
28
29 -window Draw on a newly-created window. This is the default.
30
31 -root Draw on the root window.
32
33 -install
34 Install a private colormap for the window.
35
36 -visual visual
37 Specify which visual to use. Legal values are the name of a
38 visual class, or the id number (decimal or hex) of a specific
39 visual.
40
41 -delay usecs
42 The delay between frames of the animation, in microseconds:
43 default 15000.
44
45 -smooth Draw a smooth sphere instead of a faceted polyhedron.
46
47 -lighting
48 Do shaded lighting instead of flat colors.
49
50 -scanlines
51 If the window is large enough, draw horizontal lines to simu‐
52 late the scanlines on a low resolution monitor.
53
54 -speed ratio
55 Change the animation speed; 0.5 to go half as fast, 2.0 to go
56 twice as fast.
57
58 -no-spin
59 Don't rotate the ball.
60
61 -angle degrees
62 The jaunty angle at which the ball sits. Default 15 degrees.
63
64 -size ratio
65 How big the ball is; default 0.5 meaning about half the size of
66 the window.
67
68 -parallels n
69 -meridians n The pattern of rectangles on the ball. Default
70 8x16.
71
72 -wireframe
73 Look crummy.
74
75 -fps Display the current frame rate, CPU load, and polygon count.
76
78 DISPLAY to get the default host and display number.
79
80 XENVIRONMENT
81 to get the name of a resource file that overrides the global
82 resources stored in the RESOURCE_MANAGER property.
83
85 bsod(6x), pong(6x), xscreensaver(1), X(1)
86
88 Copyright © 2005 by Jamie Zawinski. Permission to use, copy, modify,
89 distribute, and sell this software and its documentation for any pur‐
90 pose is hereby granted without fee, provided that the above copyright
91 notice appear in all copies and that both that copyright notice and
92 this permission notice appear in supporting documentation. No repre‐
93 sentations are made about the suitability of this software for any pur‐
94 pose. It is provided "as is" without express or implied warranty.
95
97 Jamie Zawinski <jwz@jwz.org>, 19-Feb-2005.
98
99
100
101X Version 11 5.44-2.fc32 (16-Apr-2020) boing(6x)