summary refs log tree commit diff
path: root/gfx/README
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-11 21:57:05 -0400
committerJune McEnroe <june@causal.agency>2018-09-11 21:57:05 -0400
commit56e8803c62da1f2a31e19b2b5ac460566f8e5d38 (patch)
treea8472c2484cd656bc2d5480cb2cb2135c6784c61 /gfx/README
parentRemove GAMES from BINS (diff)
downloadsrc-56e8803c62da1f2a31e19b2b5ac460566f8e5d38.tar.gz
src-56e8803c62da1f2a31e19b2b5ac460566f8e5d38.zip
Rewrite gfx.7 and render plaintext README
Diffstat (limited to 'gfx/README')
-rw-r--r--gfx/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/gfx/README b/gfx/README
new file mode 100644
index 00000000..206e1a11
--- /dev/null
+++ b/gfx/README
@@ -0,0 +1,18 @@
+gfx(7)                 Miscellaneous Information Manual                 gfx(7)
+
+NAME
+     gfx – graphical utilities
+
+DESCRIPTION
+     Graphial tools targeting Cocoa, X11 and Linux framebuffer.
+
+     brot(1)  Mandelbrot renderer
+     gfxx(1)  graphics data explorer
+
+     To build, run one of:
+
+           make GFX=cocoa
+           make GFX=x11
+           make GFX=fb
+
+Causal Agency                 September 11, 2018                 Causal Agency