From b3381c53b0761284f86881e6780e04dcfb93d799 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 17 Jan 2019 15:57:00 -0500 Subject: Reunify gfx and bin --- gfx/man/brot.1 | 63 ---------------------------------------------------------- 1 file changed, 63 deletions(-) delete mode 100644 gfx/man/brot.1 (limited to 'gfx/man/brot.1') diff --git a/gfx/man/brot.1 b/gfx/man/brot.1 deleted file mode 100644 index 7c1a4087..00000000 --- a/gfx/man/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 -- cgit 1.4.1