neetdraw/README.adoc

57 lines
1.8 KiB
Plaintext
Raw Normal View History

autistdraw
==========
2015-09-27 02:08:32 +02:00
'autistdraw' is a terminal drawing application with multiplayer support.
2015-09-27 02:08:32 +02:00
image::http://www.image-share.com/upload/2848/201.png[screenshot]
2015-02-09 09:02:12 +01:00
Building and Running
--------------------
2015-09-27 02:08:32 +02:00
Build dependencies: CMake, pkg-config, liberty (included), termo (included) +
Runtime dependencies: ncursesw, libev
2015-02-28 21:49:28 +01:00
2015-09-27 02:08:32 +02:00
$ git clone --recursive https://github.com/pjanouch/autistdraw.git
$ mkdir autistdraw/build
$ cd autistdraw/build
2015-02-28 21:33:08 +01:00
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug
$ make
2015-09-27 02:08:32 +02:00
Now, for standalone mode you can run:
2014-10-28 03:17:39 +01:00
$ ./autistdraw
2015-09-27 02:08:32 +02:00
To run as a server for other clients to connect to and draw simultaneously:
2014-10-28 03:17:39 +01:00
$ ./autistdraw -s :1234
2015-09-27 02:08:32 +02:00
Finally, to connect to a running server, run:
2014-10-28 03:17:39 +01:00
$ ./autistdraw -c localhost:1234
Usage
-----
Simply select a colour you like from the palette and draw by clicking and
dragging the mouse. Use the middle mouse button to move the canvas.
2014-10-24 23:01:11 +02:00
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
2015-09-27 02:08:32 +02:00
or xterm. These two are feature-full and *fast*. st also works great.
2014-10-24 23:01:11 +02:00
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
-------
2015-09-27 02:08:32 +02:00
'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