From: Harvie Date: Tue, 24 Apr 2012 14:19:25 +0000 (+0200) Subject: Vizionix README X-Git-Url: http://git.harvie.cz/?p=mirrors%2FPrograms.git;a=commitdiff_plain;h=c37811e4b60e726d32fa70ae486b7f9d91ea858e Vizionix README --- 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)