aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 84fc9ed5470db6bbc9f95d0be1c38ff9f6bad3d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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 <p.janouch@gmail.com>.

You may use the software under the terms of the ISC license, the text of which
is included within the package, or, at your option, you may relicense the work
under the MIT or the Modified BSD License, as listed at the following site:

http://www.gnu.org/licenses/license-list.html