Terminal drawing application with multiplayer support
Go to file
Přemysl Eric Janouch ee5f1b4cf2 Rewrite to use libuv
Also instead of resize_term() we use resizeterm() because the former
seems to cause massive glitches.  Not flicker-free in urxvt anymore
though.
2014-10-24 23:01:57 +02:00
termo@f1f9a00cda Add the termo git submodule 2014-10-24 08:33:46 +02:00
.gitignore Initial commit 2014-10-22 23:58:25 +02:00
.gitmodules Initial commit 2014-10-22 23:58:25 +02:00
CMakeLists.txt Rewrite to use libuv 2014-10-24 23:01:57 +02:00
LICENSE Initial commit 2014-10-22 23:58:25 +02:00
README Initial commit 2014-10-22 23:58:25 +02:00
autistdraw.c Rewrite to use libuv 2014-10-24 23:01:57 +02:00
config.h.in Rewrite to use libuv 2014-10-24 23:01:57 +02:00

README

autistdraw
==========

`autistdraw' will be a terminal drawing application with multiplayer support.

Building and Running
--------------------
Build dependencies: GCC/Clang, pkg-config, GNU make, Jansson, cURL, readline

If you don't have Clang, you can edit the Makefile to use GCC or TCC, they work
just as good.  But there's no CMake support yet, so I force it in the Makefile.

 $ git clone https://github.com/pjanouch/autistdraw.git
 $ git submodule init
 $ git submodule update
 $ mkdir build
 $ cmake .. -DCMAKE_BUILD_TYPE=Debug
 $ make
 $ ./autistdraw

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