Commit | Line | Data |
---|---|---|
c37811e4 H |
1 | # Vizionix |
2 | Experimental VJ software for GNU/Linux | |
3 | ||
4 | ## Contents | |
5 | ||
6 | * mkxsocket | |
7 | * Creates empty window of specified properties with GTK socket and returns window ID | |
8 | * This window will be used for displaying video output | |
9 | * getxsock | |
10 | * singleton wrapper around mkxsocket allows you to use single common window per user | |
11 | * filters | |
12 | * mplaywrap | |
13 | * mplayer wrapper allowing you to play videos | |
14 | * xtermwrap | |
15 | * xterm wrapper allowing you to display asciiart, ansiart, etc... | |
16 | * vizionix-cli | |
17 | * first experimental queue manager (without GUI) | |
18 | * reads specified queue of filters and loops it forever (you can edit the queue while running) |