summary refs log tree commit diff
path: root/bin/man1/brot.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-08-28 17:21:32 -0400
committerJune McEnroe <june@causal.agency>2019-08-28 17:21:32 -0400
commit6aee75628fd37000265e4498cabd948a50ab6804 (patch)
treee3ef9914e443ccddef5564a2722a13077a7a1bd3 /bin/man1/brot.1
parentUse rand(3) in beef (diff)
downloadsrc-6aee75628fd37000265e4498cabd948a50ab6804.tar.gz
src-6aee75628fd37000265e4498cabd948a50ab6804.zip
Remove brot and gfxx
Diffstat (limited to '')
-rw-r--r--bin/man1/brot.163
1 files changed, 0 insertions, 63 deletions
diff --git a/bin/man1/brot.1 b/bin/man1/brot.1
deleted file mode 100644
index 7c1a4087..00000000
--- a/bin/man1/brot.1
+++ /dev/null
@@ -1,63 +0,0 @@
-.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