From c82bb12ec6d44b5753d4a2f26cc1d5cccb470a5e Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 8 Sep 2018 00:34:13 -0400 Subject: Add brot.1 --- gfx/brot.1 | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 gfx/brot.1 (limited to 'gfx') diff --git a/gfx/brot.1 b/gfx/brot.1 new file mode 100644 index 00000000..7d8186aa --- /dev/null +++ b/gfx/brot.1 @@ -0,0 +1,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 -- cgit 1.4.1 commit/port/cgram/Makefile?id=b057be291a8015dd0f13e6746177e30eaa77e9de&follow=1'>commit diff
path: root/port/cgram/Makefile (unfollow)
Commit message (Collapse)Author
2022-04-13Swap dates so the difference is always positiveJune McEnroe
2022-04-04Update "Care"June McEnroe
2022-04-03Publish "Care"June McEnroe
2022-03-31Publish "Compassion"June McEnroe
2022-03-24Skip matches with ident chars on either sideJune McEnroe
This fixes, for example, where the link gets placed on static regex_t regex(const char *pattern, int flags) in title.c.
2022-03-24Add The Invisible Life of Addie LaRueJune McEnroe
So good, but so long. Reminded me of The Ten Thousand Doors of January at the beginning, and more of that N. K. Jemisin series about gods later. I like this interacting with gods and becoming something like one sort of thing. God, it took me a whole month (more?) to read and this is only my third book of the year :( I need some more novellas to read, but the other books I have from the library currently are also thick.
2022-03-22Source ~/.profile.local if it existsJune McEnroe
2022-03-18Publish "Addendum 2021"June McEnroe
2022-03-16Remove wcwidth portJune McEnroe
DYLD_FORCE_FLAT_NAMESPACE no longer exists in macOS 12 so this approach doesn't work anymore. Moved to <https://git.causal.agency/jorts/tree/wcwidth> and compiled into <https://git.causal.agency/jorts/tree/ncurses>.
2022-03-16Remove -j4 from ./PlanJune McEnroe
Plan learned to set this automatically!
2022-03-15Rewrite Linux install.sh for DebianJune McEnroe
2022-03-15Remove dashJune McEnroe