Show HN: A virtual whiteboard for working or teaching remotely
91–100 of 143 posts
Re: Show HN: A virtual whiteboard for working or teaching remotely
#92Re: Show HN: A virtual whiteboard for working or teaching remotely
#93Re: Show HN: A virtual whiteboard for working or teaching remotely
#94This is little 'scratch-your-own-itch' project I started working on about 9 months ago. Front end is GWT, back end is Java servlets. Database was originally MySQL but switched to Prevayler for performance reasons. My YouTube video gives a nice overview of the benefits of a virtual whiteboard: http://youtu.be/MDEHFHG1l3Y What does Hacker News think?
Re: Show HN: A virtual whiteboard for working or teaching remotely
#95Very impressed Mark. Nicely done. Do you mind telling the technology stack?
I have built a similar tool that is also an HTML5 / Canvas collaborative drawing app which uses Google Drive for storage and has no server code beyond that. It works offline (and syncs up with collaborators when you come online) and runs in Chrome, Firefox, Safari, iOS, and Android and supports touch. http://thesavior.github.io/draw/
Re: Show HN: A virtual whiteboard for working or teaching remotely
#96I played around with something like this when I was a kid (it was a group of kids drawing anime characters if I recall). Every once in a while I search for something like that and I can never find it. Now it's back :D
Re: Show HN: A virtual whiteboard for working or teaching remotely
#97This is little 'scratch-your-own-itch' project I started working on about 9 months ago. Front end is GWT, back end is Java servlets. Database was originally MySQL but switched to Prevayler for performance reasons. My YouTube video gives a nice overview of the benefits of a virtual whiteboard: http://youtu.be/MDEHFHG1l3Y What does Hacker News think?
This is another HTML5 / Canvas collaborative drawing app that I built which uses Google Drive for storage and thus runs completely locally. Works offline and runs in Chrome, Firefox, Safari, iOS, and Android and supports touch. http://thesavior.github.io/draw/
Re: Show HN: A virtual whiteboard for working or teaching remotely
#98I did something like this a few years ago, but we were forced to use flash- http://flockdraw.com
Re: Show HN: A virtual whiteboard for working or teaching remotely
#99Great work! My feature request: similar to the "insert pic", create an insert slide. You upload a .PPT and select which slide you want to use. If teachersare going to use this, many of them will already have a powerpoint to use. Adding to this, an easy way to navegate betweens different whiteboards of the same author (so it is easy to go to the next slide). Just my opinion about what might work.
The problem is that it will then become an interactive powerpoint, not a whiteboard anymore. It sounds more like a new product to me, not just a simple new feature.
Re: Show HN: A virtual whiteboard for working or teaching remotely
#100This is little 'scratch-your-own-itch' project I started working on about 9 months ago. Front end is GWT, back end is Java servlets. Database was originally MySQL but switched to Prevayler for performance reasons. My YouTube video gives a nice overview of the benefits of a virtual whiteboard: http://youtu.be/MDEHFHG1l3Y What does Hacker News think?
This looks awesome!! Using servlets how did you make it so that the changes on the whiteboard take effect on all browser windows? or is that something GWT does?