~amavect/whiteboardfs

collaborative drawing file server and client for 9front
turn off debug prints
fix dryerase crash, fix whiteboardfs non 2^x image size crash, update man page default sizes
dryerase: fix arg parsing (thanks umbraticus)

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~amavect/whiteboardfs
read/write
git@git.sr.ht:~amavect/whiteboardfs

You can also use your local clone with git send-email.

Whiteboardfs is a collaborative drawing file system.

Dependencies:
optional for dryerase -c
https://git.sr.ht/~amavect/makeu
https://git.sr.ht/~amavect/pal

Install:
mk install

It consists of 2 files in the tree.
canvas is the image to draw to. 
	On read, it returns a RGB24 image.
	To write, write a RGBA32 image, which will be composited SoverD.
update notifies of any changes.
	On read, it returns 1 character and then blocks.
	If a write completes, another character is sent.

Dryerase is a program meant to interface with whiteboardfs.
dryerase -c will start it connected to makeu
See man page for usage.

TODO:
make whiteboardfs understand multiple image types