abg.1 (844B)
1 .TH abg 1 abg\-VERSION 2 .SH NAME 3 abg \- animated background 4 .SH SYNOPSIS 5 .B abg [--help] [--version] [--vertices VAR] [--sleep VAR] [--edges VAR] 6 .SH DESCRIPTION 7 abg is a program that executes Prim's algorithm, rendering each step using raylib, set as an X11 background. 8 .SH OPTIONS 9 .TP 10 .B -h, --help \n 11 shows help message and exits 12 13 .TP 14 .B -v, --version 15 prints version information and exits 16 17 .TP 18 .B --vertices 19 number of vertices in the graph [nargs=0..1] [default: 200] 20 21 .TP 22 .B -s, --sleep 23 amount of time to sleep between traversals [nargs=0..1] [default: 1] 24 25 .TP 26 .B -e, --edges 27 number of edges in the graph [nargs=0..1] [default: 1000] 28 29 prints version information to stderr, then exits. 30 .SH EXAMPLES 31 32 abg --vertices 10 --edges 20 33 34 abg --vertices 300 --edges 2000 --sleep 3 35 36 .SH BUGS 37 Send all bug reports with a patch to andrew@laack.co.