parent
1f2e487302
commit
ac22d17491
15
README
15
README
|
@ -1,7 +1,7 @@
|
||||||
autistdraw
|
autistdraw
|
||||||
==========
|
==========
|
||||||
|
|
||||||
`autistdraw' will be a terminal drawing application with multiplayer support.
|
`autistdraw' is a terminal drawing application with multiplayer support.
|
||||||
|
|
||||||
Building and Running
|
Building and Running
|
||||||
--------------------
|
--------------------
|
||||||
|
@ -13,8 +13,21 @@ Build dependencies: CMake, pkg-config, ncursesw, libuv>=0.11.x, termo (included)
|
||||||
$ mkdir build
|
$ mkdir build
|
||||||
$ cmake .. -DCMAKE_BUILD_TYPE=Debug
|
$ cmake .. -DCMAKE_BUILD_TYPE=Debug
|
||||||
$ make
|
$ make
|
||||||
|
|
||||||
|
Now, for standalone mode you can run:
|
||||||
$ ./autistdraw
|
$ ./autistdraw
|
||||||
|
|
||||||
|
To run as a server for other clients to connect to and draw simultaneously:
|
||||||
|
$ ./autistdraw -s :1234
|
||||||
|
|
||||||
|
Finally, to connect to a running server, run:
|
||||||
|
$ ./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.
|
||||||
|
|
||||||
Known Issues
|
Known Issues
|
||||||
------------
|
------------
|
||||||
VTE-based terminals, such as gnome-terminal, are terminally broken and you will
|
VTE-based terminals, such as gnome-terminal, are terminally broken and you will
|
||||||
|
|
Loading…
Reference in New Issue