1juggler3d(6x) XScreenSaver manual juggler3d(6x)
2
3
4
6 Juggler3D - a 3D juggling simulation.
7
9 juggler3d [-display host:display.screen] [-visual visual] [-window]
10 [-root] [-delay number] [-speed number] [-trans number] [-spin number]
11 [-maxobjs number] [-minobjs number] [-maxhinc number] [-minhinc number]
12 [-wireframe] [-fps]
13
15 Displays a 3D simulation of a juggler performing with balls, clubs and
16 rings. Juggling patterns are either created randomly using siteswaps
17 or from a small library of predefined patterns. juggler3d is partially
18 based on the Win32 screensaver Juggle Saver (www.jugglesaver.co.uk) by
19 the same author.
20
22 -visual visual
23 Specify which visual to use. Legal values are the name of a
24 visual class, or the id number (decimal or hex) of a specific
25 visual.
26
27 -window Draw on a newly-created window. This is the default.
28
29 -root Draw on the root window.
30
31 -delay number
32 Per-frame delay, in microseconds. Default: 20000 (0.02 sec‐
33 onds.).
34
35 -speed number
36 Speed of objects being juggled in beats per seconds. Default:
37 2.2.
38
39 -trans number
40 Speed of horizontal juggler movement (translational) across the
41 screen in degrees/seconds. Default: 0.1
42
43 -spin number
44 Speed of juggler rotation in degrees/seconds. Default: 20
45
46 -maxobj number
47 Maximum number of objects used in a random juggling pattern. 3
48 - 36.
49
50 -minobj number
51 Minimum number of objects used in a random juggling pattern. 3
52 - maxobj.
53
54 -minhinc number | -maxhinc number
55 Used to determine maximum throw weight in random siteswap.
56 Options refer to minimum height increment and maximum height
57 increment. Maximum weight chosen will lie between maxobj +
58 minhinc and maxobj + maxhinc. Defaults: minhinc=1 and max‐
59 hinc=6.
60
61 -wireframe | -no-wireframe
62 Render in wireframe instead of solid.
63
64 -fps | -no-fps
65 Whether to show a frames-per-second display at the bottom of
66 the screen.
67
69 DISPLAY to get the default host and display number.
70
71 XENVIRONMENT
72 to get the name of a resource file that overrides the global
73 resources stored in the RESOURCE_MANAGER property.
74
76 X(1), xscreensaver(1)
77
79 Copyright © 2005 by Brian Apps. Permission to use, copy, modify, dis‐
80 tribute, and sell this software and its documentation for any purpose
81 is hereby granted without fee, provided that the above copyright notice
82 appear in all copies and that both that copyright notice and this per‐
83 mission notice appear in supporting documentation. No representations
84 are made about the suitability of this software for any purpose. It is
85 provided "as is" without express or implied warranty.
86
88 Brian Apps <brian@jugglesaver.co.uk>
89
90
91
92X Version 11 5.05-3 (06-Apr-2008) juggler3d(6x)