diff --git a/README.md b/README.md index 8ea4761..d395769 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A small app for collecting drawings in real time. Runs on a small express server that connects sources (where to draw) and destinations (where to display) via websockets. -_(hei! this is still work in progress! currently adapting some aspects in the server in order to: a. make it more general, and not strictly related to vvvv, and b. make it possible to have more destinations connected to receive the drawings at the same time)_ +_(hei! this is still work in progress! currently adapting some aspects in the server in order to: a. make it open-end and not strictly related to vvvv, and b. make it possible to have more destinations connected to receive the drawings at the same time)_ ## Setup diff --git a/destination.html b/destination.html new file mode 100644 index 0000000..f8f22ae --- /dev/null +++ b/destination.html @@ -0,0 +1,61 @@ + + + + + + + Draw draw draw + + + + +

Display

+
+ +
+ + + + diff --git a/index.html b/index.html index 4315cd4..1734ba6 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ -

Disegna

+

Draw

- - + +