X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;ds=sidebyside;f=c%2Fvizionix%2FREADME.md;fp=c%2Fvizionix%2FREADME.md;h=2aa2c231bc1ce24ec25f068690d315ea2044686f;hb=c37811e4b60e726d32fa70ae486b7f9d91ea858e;hp=0000000000000000000000000000000000000000;hpb=fee6ec9ef953f4ae050a01e0221732aa93fc4ee9;p=mirrors%2FPrograms.git diff --git a/c/vizionix/README.md b/c/vizionix/README.md new file mode 100644 index 0000000..2aa2c23 --- /dev/null +++ b/c/vizionix/README.md @@ -0,0 +1,18 @@ +# Vizionix +Experimental VJ software for GNU/Linux + +## Contents + +* mkxsocket + * Creates empty window of specified properties with GTK socket and returns window ID + * This window will be used for displaying video output +* getxsock + * singleton wrapper around mkxsocket allows you to use single common window per user +* filters + * mplaywrap + * mplayer wrapper allowing you to play videos + * xtermwrap + * xterm wrapper allowing you to display asciiart, ansiart, etc... +* vizionix-cli + * first experimental queue manager (without GUI) + * reads specified queue of filters and loops it forever (you can edit the queue while running)