abg

Animated background for X11
git clone git://git.laack.co/abg.git
Log | Files | Refs | README

commit abb07a4b38ac7c5baed1f2ee8948b19fb8df5230
parent bd4c39654ce3dd13ad8e5a2202470f79fd89575e
Author: Andrew Laack <andrew@laack.co>
Date:   Tue, 15 Sep 2026 23:59:55 -0500

Updated readme

Diffstat:
MREADME | 10++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/README b/README @@ -1,13 +1,14 @@ abg - animated background ========================= +A program that executes Prim's algorithm, rendering each step using raylib, set as an X11 background. -dependencies +Requirements ============ -X11, raylib, g++ +X11, raylib, g++, make -usage +Usage ===== Usage: abg [--help] [--version] [--vertices VAR] [--edges VAR] @@ -17,7 +18,8 @@ usage --vertices number of vertices in the graph [nargs=0..1] [default: 200] -e, --edges number of edges in the graph [nargs=0..1] [default: 1000] -examples + +Examples ======== abg --edges 50 --vertices 10 abg --edges 1500 --vertices 1000