autistdraw ========== `autistdraw' will be a terminal drawing application with multiplayer support. Building and Running -------------------- Build dependencies: CMake, pkg-config, ncursesw, libuv>=0.11.x, termo (included) $ git clone https://github.com/pjanouch/autistdraw.git $ git submodule init $ git submodule update $ mkdir build $ cmake .. -DCMAKE_BUILD_TYPE=Debug $ make $ ./autistdraw Known Issues ------------ VTE-based terminals, such as gnome-terminal, are terminally broken and you will experience drawing artefacts. Those are neither a problem of this application, nor a problem of ncurses as far as I can tell. To achieve the best results, please use a decent terminal such as rxvt-unicode or xterm. These two are feature-full and _fast_. st also works great. Even so, try not to strain the application too much. It can and will break if you flood the communication channel with the terminal. License ------- `autistdraw' is written by Přemysl Janouch