visualizations

Programmatic visualizations
git clone git://git.laack.co/visualizations.git
Log | Files | Refs | README

README (560B)


      1 abg - animated background
      2 =========================
      3 
      4 
      5 dependencies
      6 ============
      7 X11, raylib, g++
      8 
      9 
     10 usage
     11 =====
     12     Usage: abg [--help] [--version] [--vertices VAR] [--edges VAR]
     13 
     14     Optional arguments:
     15       -h, --help     shows help message and exits
     16       -v, --version  prints version information and exits
     17       --vertices     number of vertices in the graph [nargs=0..1] [default: 200]
     18       -e, --edges    number of edges in the graph [nargs=0..1] [default: 1000]
     19 
     20 examples
     21 ========
     22     abg --edges 50 --vertices 10
     23     abg --edges 1500 --vertices 1000