From ef54af11a9206a0b6d1bd55e6eeff3c7b0cbfabd Mon Sep 17 00:00:00 2001 From: "kam (from the studio)" Date: Thu, 23 Feb 2023 18:49:37 +0100 Subject: [PATCH] ws script --- projects/ws-js-ws/.ws-js-ws.md.swn | Bin 16384 -> 16384 bytes projects/ws-js-ws/ws-js-ws.md | 24 +++++++++++++++++++----- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/projects/ws-js-ws/.ws-js-ws.md.swn b/projects/ws-js-ws/.ws-js-ws.md.swn index 457591c3dff415c6c3b71f3ee0953281ccd80207..fec8f9db536c2bd277fb8da00b8d35df8d7d3b4e 100644 GIT binary patch delta 1033 zcmYk5J!=#}7{})lF+~!SG!at7Cmwhxm(xT9u`m!~)WSxC77B50ckXs_yF0_o?7awb z*J~r!YiBQ4`3(e1D?7h{B1EvT@jtWC+`{jUnSEaW&$FXZWi+a+Hm^Ot|A1~bwi%vf z#{Rtj9bH}fu=;hj!X`gwX`#{|uPk4vtWCC-zbq|2ht;#0(zHKWq2s0D%X!8s3+2@s z{`~V}iLvkC8~6xbgI8b!5SRmJ!Mk&ey#;r{K3E5z78z@Sb?^&ukHKf~0_=cUFatu) z1vZ&EGnyX~(cwK|1oZ@E!dmJ{mrzsT$0dTSFkNAY=W#ejsT8>*D`Q~~8GH{E^_1z9 zURD*bQ-+-AyEZDHj0BNmog|1Vx zaHUZ!TP@Uz3OdqfYEh(e=Yu!cc7q;ye{P~gIuW_Th&r8ml$|sn<5b6PDDw^yg{FN8 zQw=skgS*JhQ>#cP11lq*Qo>E#<50}^Lfn!Ok&xPvHWI}cFMt*~=~Ou!PrBX5t?2Vi zr-Iz6Xv2gcwXZ-lN%OX_!QH5~;aMj0_OyimGwK^hwoY9L?p{dyL z9uB4Y+9;>oK>N3)GD9zBj}MTxg)8fY_is^C=EH8Cs9LHwttU3X$(%c>a;VSt1bU9W zt3vDCI2lRJF_{_#RbU-9$Zv~Hl%|O1m>$L_^FqL8YE-d=q#^Jv#ttx*y@yYTYfaM9 zQE?KeDcUm6k#K|djmiijB8&@hn*v&6FJck@TO4e$#mL5QYUgVxw_2q;dM0uN*5WI+LWM()jq z0+;!D)qtwhm>^0kHw!9!=6Bl5$H2hK4-w)9QXsGm$lnUYi-C9%5Kjf-JRo)iVh12L z24W*12I*tr-|Q%`pU+BH!BHVOKP6QmH6^nozequ&xHKszGdER7A+aPsS4W|&7$mEs zkXn+g$-v+SRFRWdl3JvYpEtS7zD$+DEi*4gp(GlA1W#Qb&$Mxj40?v_O*q0Hm!yHvj+t diff --git a/projects/ws-js-ws/ws-js-ws.md b/projects/ws-js-ws/ws-js-ws.md index 75471ee..b60e991 100644 --- a/projects/ws-js-ws/ws-js-ws.md +++ b/projects/ws-js-ws/ws-js-ws.md @@ -118,15 +118,29 @@ console.log(message.data) ## Installation -Step to step process to install DRW on your machine. -Find the documentation on --> [Gitea](https://git.xpub.nl/kamo/drw#setup) - What do you need: - A terminal - [git](https://git-scm.com/downloads) - [Node.js](https://nodejs.org/en/download/) -For later on -- A code editor (sublime, atom, vscode, etc) +Find the step to step process to install DRW here --> [Documentation](https://git.xpub.nl/kamo/drw#setup) + +## Examples & Brainstorm + +The DRW app is just the beginning! From here it can be extended with diverse sources and destinations. + +Depending on participants' interest the workshop can continue in different directions: + +1. Same server, different destinations. + To keep working with drawings and prototyping different ways of displaying them. + For example to work with other web pages or programming environment such as p5js, vvvv, etc. + But also physical hardware such as receipt printer or pen plotter. + _Here we tinker with the client side._ + +2. Same architecture, different server. + To play with the same multiplayer setup, but with different kind of contents. + To work with sound or text, 3d environments and such. + _Here we mess with both the server and the client sides_ +