|
Author |
Topic: Networking: CollaborativeDraw (Read 2405 times) |
|
Martin
|
Networking: CollaborativeDraw
« on: Feb 23rd, 2003, 1:57pm » |
|
CollaborativeDraw Networked Processing Application CollaborativeDraw enables real-time collaborative drawing on a single sheet of paper. Without using words, the user is invited to share ideas and thoughts with his/her peer. With the rampant usage of online chat tools where everyone wants everything instant, CollaborativeDraw serves as an alternative venue for self-expression in an interconnected society. On a technical note, CollaborativeDraw serves as an example in developing network applications using Processing. Further, it answers the question "what's it good for", with "it" referring to a previous multithreading code. CollaborativeDraw may be accessed at http://studio.instituteofmedia.com/experiments/collaborativedraw/ Source codes, screenshots, downloadable zip file included. Batteries not included.
|
|
|
|
_martin Guest
|
Re: Networking: CollaborativeDraw
« Reply #1 on: Feb 24th, 2003, 2:45am » |
|
just realized two things this morning. errata in the code: - comment on how to run DrawClient and DrawServer... should be 'java DrawClient <host> <port>' and 'java DrawServer <port>' respectively. the inclusion of 'BApplet' in the command line is excluded as main() is overridden. - the window of the other side doesn't clear when space is pressed on another end. will fix once i get home. comments would be much appreciated. thanks.
|
|
|
|
Martin
|
Re: Networking: CollaborativeDraw
« Reply #2 on: Feb 25th, 2003, 10:05am » |
|
Bugs fixed. Updated version released. Please refresh. CollaborativeDraw build 1.1 can be accessed at http://studio.instituteofmedia.com/experiments/collaborativedraw/ Comments, feedback, shouts of joy, random ramblings and the like would be highly appreciated. More features will be added in the near future.
|
|
|
|
benelek
|
Re: Networking: CollaborativeDraw
« Reply #3 on: Feb 25th, 2003, 10:07am » |
|
ooolalaaaa...
|
|
|
|
frank_andhisrobot Guest
|
Re: Networking: CollaborativeDraw
« Reply #4 on: Oct 27th, 2003, 9:47pm » |
|
maybe i am just stupid ...but i can't get it runnin NoClassDefFoundError: DrawClient any solution?
|
|
|
|
frank_andhisrobot Guest
|
Re: Networking: CollaborativeDraw
« Reply #5 on: Oct 29th, 2003, 2:33pm » |
|
ok...i am just stupid... solved it myself... thanks
|
|
|
|
|