1kaleidocycle(6x) XScreenSaver manual kaleidocycle(6x)
2
3
4
6 kaleidocycle - draws twistable rings of tetrahedra
7
9 kaleidocycle [--display host:display.screen] [--window] [--root]
10 [--window-id number] [--visual visual] [--delay microseconds] [--count
11 number] [--speed number] [--wander] [--no-wander] [--spin axes] [--no-
12 spin] [--wireframe] [--fps]
13
15 The kaleidocycle program draws a ring composed of tetrahedra connected
16 at the edges that twists and rotates toroidally. Segments are occa‐
17 sionally inserted or removed.
18
20 kaleidocycle accepts the following options:
21
22 --window
23 Draw on a newly-created window. This is the default.
24
25 --root Draw on the root window.
26
27 --window-id number
28 Draw on the specified window.
29
30 --install
31 Install a private colormap for the window.
32
33 --visual visual
34 Specify which visual to use. Legal values are the name of a
35 visual class, or the id number (decimal or hex) of a specific
36 visual.
37
38 --count number
39 The initial number of segments. Default 16. Must be 8 or
40 greater, and an even number.
41
42 --speed number
43 Adjust the animation speed. 0.5 for half as fast, 2.0 for twice
44 as fast.
45
46 --wander
47 Move the text around the screen. This is the default.
48
49 --no-wander
50 Keep the text centered on the screen.
51
52 --spin Which axes around which the text should spin. The default is
53 "Z", meaning rotate the object the plane of the screen only.
54
55 --no-spin
56 Don't spin the text at all: the same as --spin "".
57
58 --wireframe
59 Render in wireframe instead of solid.
60
61 --fps Display the current frame rate, CPU load, and polygon count.
62
64 DISPLAY to get the default host and display number.
65
66 XENVIRONMENT
67 to get the name of a resource file that overrides the global
68 resources stored in the RESOURCE_MANAGER property.
69
70 XSCREENSAVER_WINDOW
71 The window ID to use with --root.
72
74 X(1), xscreensaver(1)
75
77 Copyright © 2001-2013 by Jamie Zawinski. Permission to use, copy, mod‐
78 ify, distribute, and sell this software and its documentation for any
79 purpose is hereby granted without fee, provided that the above copy‐
80 right notice appear in all copies and that both that copyright notice
81 and this permission notice appear in supporting documentation. No rep‐
82 resentations are made about the suitability of this software for any
83 purpose. It is provided "as is" without express or implied warranty.
84
86 Jamie Zawinski <jwz@jwz.org>
87
88
89
90X Version 11 6.08-1.fc39 (17-Oct-2023) kaleidocycle(6x)