From c37811e4b60e726d32fa70ae486b7f9d91ea858e Mon Sep 17 00:00:00 2001 From: Harvie Date: Tue, 24 Apr 2012 16:19:25 +0200 Subject: [PATCH] Vizionix README --- c/vizionix/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 c/vizionix/README.md 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) -- 2.30.2