1hilbert(6x)                   XScreenSaver manual                  hilbert(6x)
2
3
4

NAME

6       hilbert - 3D Hilbert fractal.
7

SYNOPSIS

9       hilbert   [-display  host:display.screen]  [-visual  visual]  [-window]
10       [-root] [-delay number] [-speed ratio] [-depth number]  [-spin]  [-wan‐
11       der]  [-2d] [-3d] [-closed] [-open] [-max-depth number] [-thickness ra‐
12       tio] [-wireframe] [-fps]
13

DESCRIPTION

15       This draws the recursive Hilbert space-filling curve, in both 2D and 3D
16       variants.   It  incrementally  animates the growth and recursion to the
17       maximum depth, then unwinds it back.
18
19       The Hilbert path is a single contiguous line that  can  fill  a  volume
20       without crossing itself.  As a data structure, Hilbert paths are useful
21       because ordering along the curve preserves locality: points that  close
22       together  along  the  curve are also close together in space.  The con‐
23       verse is often, but not always, true.  The coloration reflects this.
24

OPTIONS

26       -visual visual
27               Specify which visual to use.  Legal values are the  name  of  a
28               visual  class,  or the id number (decimal or hex) of a specific
29               visual.
30
31       -window Draw on a newly-created window.  This is the default.
32
33       -root   Draw on the root window.
34
35       -delay number
36               Per-frame delay, in microseconds.  Default:  30000  (0.03  sec‐
37               onds.).
38
39       -speed number
40               How  fast  the  animation  should run.  Less than 1 for slower,
41               greater than 1 for faster.
42
43       -max-depth number
44               Max depth to descend.  Default: 5, which peaks at around half a
45               million polygons.
46
47       -spin   -no-spin Whether to rotate the object.  Default: true.
48
49       -wander -no-wander  Whether  to wander the object around on the screen.
50               Default: false;
51
52       -2d     -3d Whether to draw the 2D or 3D variant. Default: random.
53
54       -closed -open Whether to draw the open or closed-path variant. Default:
55               random.
56
57       -thickness ratio
58               How thick the lines should be.  Default: 0.25.
59
60       -wireframe
61               Render in wireframe instead of solid.
62
63       -fps    Display the current frame rate, CPU load, and polygon count.
64

ENVIRONMENT

66       DISPLAY to get the default host and display number.
67
68       XENVIRONMENT
69               to  get  the  name of a resource file that overrides the global
70               resources stored in the RESOURCE_MANAGER property.
71

SEE ALSO

73       X(1), xscreensaver(1)
74
76       Copyright © 2011 by Jamie Zawinski.  Permission to use,  copy,  modify,
77       distribute,  and  sell this software and its documentation for any pur‐
78       pose is hereby granted without fee, provided that the  above  copyright
79       notice  appear  in  all  copies and that both that copyright notice and
80       this permission notice appear in supporting documentation.   No  repre‐
81       sentations are made about the suitability of this software for any pur‐
82       pose.  It is provided "as is" without express or implied warranty.
83

AUTHOR

85       Jamie Zawinski.
86
87
88
89X Version 11               6.04-1.fc36 (06-Jun-2022)               hilbert(6x)
Impressum