summary refs log tree commit diff
path: root/bin/man1/brot.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-17 15:57:00 -0500
committerJune McEnroe <june@causal.agency>2019-01-17 15:57:00 -0500
commitb40f7ba007080624f3b976591ee6de87502c145c (patch)
treebf5e8a89001fcd3da46460e29e418f74283cf25e /bin/man1/brot.1
parentReorganize bin and Makefile once again (diff)
downloadsrc-b40f7ba007080624f3b976591ee6de87502c145c.tar.gz
src-b40f7ba007080624f3b976591ee6de87502c145c.zip
Reunify gfx and bin
Diffstat (limited to 'bin/man1/brot.1')
-rw-r--r--bin/man1/brot.163
1 files changed, 63 insertions, 0 deletions
diff --git a/bin/man1/brot.1 b/bin/man1/brot.1
new file mode 100644
index 00000000..7c1a4087
--- /dev/null
+++ b/bin/man1/brot.1
@@ -0,0 +1,63 @@
+.Dd September 8, 2018
+.Dt BROT 1
+.Os
+.
+.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