summary refs log tree commit diff
path: root/gfx/brot.1
blob: 7d8186aad4c87f8ace82f727e4b83fb282cd5a2f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.Dd $Mdocdate$
.Dt BROT 1
.Os "Causal Agency"
.Sh NAME
.Nm brot
.Nd Mandelbrot renderer
.Sh SYNOPSIS
.Nm
.Op Fl i Ar depth
.Op Fl s Ar samples
.Op Fl t Ar a+bi
.Op Fl f Ar a+bi
.Sh DESCRIPTION
.Nm
renders the Mandelbrot set
in grayscale.
.Pp
The arguments are as follows:
.Bl -tag -width Ds
.It Fl f Ar a+bi
Set complex transform factor.
.It Fl i Ar depth
Set number of iterations.
.It Fl s Ar samples
Set number of samples per pixel.
.It Fl t Ar a+bi
Set complex translation term.
.El
.Pp
The interactive keys are as follows:
.Bl -tag -width Ds
.It Ic q
Quit.
.It Ic ,.
Adjust depth.
.It Ic []
Adjust samples.
.It Ic hl
Adjust real component of translation.
.It Ic kj
Adjust imaginary componenent of translation.
.It Ic ui
Adjust rotation.
.It Ic -+
Adjust scale.
.It Ic 0
Reset translation and transform.
.El
02-19 23:25:36 -0500'>2022-02-19Remove unneeded includes in ui.cJune McEnroe 2022-02-19Reimplement tab completeJune McEnroe 2022-02-19Handle errors from editFn, etc.June McEnroe 2022-02-19Reimplement text macrosJune McEnroe 2022-02-19Factor out input handling to input.cJune McEnroe 2022-02-19Factor out window management to window.cJune McEnroe 2022-02-19Enable -Wmissing-prototypesJune McEnroe 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe 2022-02-18Implement new line editing "library"June McEnroe 2022-02-18Simplify cursor positioning in inputJune McEnroe 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe