Hacker News new | past | comments | ask | show | jobs | submit login
Witeboard (witeboard.com)
331 points by striking on Oct 4, 2020 | hide | past | favorite | 134 comments



I wrote "Hello World!" on witeboard.com using the active pen on my ThinkPad Yoga. It couldn't keep up with my writing and made a mess of it.

Out of curiosity, I tried ziteboard.com (which came up in a search for "online whiteboard"), and it rendered my handwriting perfectly.

Here are the results from the two sites:

https://imgur.com/a/nCKMEKE

I repeated the experiment on my Galaxy Note 8 with its active pen, with similar results on both sites (not included in the images above). Witeboard completely failed, while Ziteboard rendered my handwriting as expected.

I also tried conventional touchscreen/TrackPoint/touchpad input on both devices to make sure it wasn't an issue with the active pen, but the results were again the same.

As one last test, I connected a mouse to the ThinkPad and tried both sites. Witeboard worked a little better with this pointing device: it mostly kept up but did have a lot of straight lines and sharp angles when I tried to draw scribbly circular patterns. Ziteboard again performed perfectly.

I have no affiliation or prior knowledge of either of these sites, I am just reporting my experience in a quick test of each.


My first three tests of anything like this are:

1. Does it keep up with rapid movement? (If something fails this, it’s a total non-starter.)

2. Does the eraser on the back of my pen work? (If not, it’s very frustrating and a very bad sign.)

3. Does pressure sensitivity vary the thickness of lines? (I just find it’s a bad sign if something lacks this—tools that support pressure sensitivity seem to pretty consistently be far better than tools that don’t.)

Witeboard fails all three, badly. So no way am I ever going to use it.

Ziteboard is a bit better at #1 (though still not good), but fails #2 and #3 and has hideous latency and accuracy as well—it’s postprocessing strokes heavily, which makes sense for mouse but shouldn’t be done either at all or as much for a pen. So I’m not going to use Ziteboard either, it’s unpleasant to use.

Browserboard is the worst of the three: hideous latency, terrible accuracy, missing the start and end of each stroke, and fails all three.

I’m using Firefox on Windows on a Surface Book. I know much better is possible, because I wrote a simple, local, pressure-sensitive drawing tool some years back (in the early days of pointer events), and it worked just about as well as local apps like Microsoft Whiteboard or Krita or GIMP do. All three of these tools just seem to be making rookie errors like doing too much processing probably on the main thread, and skipping coalesced events. (Those are my guesses of the problems, as a developer that has dealt with this space.) None of them are good; Ziteboard is merely the least terrible.


> 2. Does the eraser on the back of my pen work? (If not, it’s very frustrating and a very bad sign.)

That's just such a random feature to expect from a web app, leave alone to use as a "very bad sign". I can see how it can be useful, but I disagree that the lack of it is critical.


Not all styli have erasers, but a very substantial fraction do. Detecting it is a basic operation when you’re using the Pointer Events API (event.button == 5 and event.buttons &== 32). I use not supporting this as a proxy for other basic errors of implementation, such as using mouse events instead of pointer events. This is why I say it’s a very bad sign. It’s a simple thing that I can point at and say, “this thing is half-baked; they have very probably done a bad job”, without needing to go through a larger battery of comparative and subjective tests.


The eraser not working is a sign the app hasn't been thought out from the perspective of graphic tablet users, which would likely be a pretty major target demographic.


Sure, but not to the level of a "very bad sign". Especially when the whole thing is sluggish to begin with and seems to be struggling with far more basic operational tasks.


If it's sluggish to begin with and fails basic operational tasks, sure, it doesn't matter that much whether the eraser works—because it hasn't even met the low bar to be judged on its tablet functionality at all.


> Browserboard is the worst of the three: hideous latency, terrible accuracy, missing the start and end of each stroke, and fails all three.

Sounds like I have some work to do. Not owning a pen-based device seems to be really hurting my ability to create a good experience here. I only own Windows, Mac, and iOS devices, and no tablet.

Thanks for trying it out, I really appreciate the notes.

> All three of these tools just seem to be making rookie errors like doing too much processing probably on the main thread, and skipping coalesced events.

I promise Browserboard works really hard to get this right, though in JS it's not really possible to move things off the main thread. I wrote and maintain Literally Canvas, a fairly popular open source embedded drawing app, and dealt with some of these issues, but without owning hardware for testing it's really hard to cover the unknown unknowns.


Those are great insights.

Have you found any online collaborative whiteboard tool that does what you want here? It is so frustrating compared to native apps where low latency, pressure sensitivity, and the pen eraser are table stakes.


Mr.doob's multiuser sketchpad has the essentials as far as real-time sharing and drawing capacity. It would work very well in private mode: you could share a link to start recording a live session.

https://multiuser-sketchpad.glitch.me

https://mrdoob.com/#/125/multiuser_sketchpad


As soon as I put my pen to the surface and made a big sweeping movement, it popped up five or ten alerts in a row, all reading “please, draw slowly”, and broke (the socket disconnected and stayed disconnected). Um. When I drew things small, this didn’t happen, but it was as badly broken as Browserboard in that it wasn’t registering the first (and maybe last?) short time of each stroke, which makes it completely useless for writing. So, total failure of #1, and #2 and #3 seem inapplicable by design so I can’t judge them. But I’m not in the slightest bit impressed with this, functionally.


What is the best one you've come across?


No idea. I’ve never needed a collaborative whiteboard, and for non-collaborative use I haven’t found anything on the web anywhere near as good as the desktop options of Microsoft Whiteboard and Krita (though Krita has a definite learning curve), so on the odd occasions I want to share things with others I just do screen sharing of these. I started making one of my own a few years back and had the basic interactions down pat, but shelved that project before it ever got really good or could have supported collaboration. Mine was also bitmap-based rather than vector-based, which is a significant difference in approach in some regards, losing you some functionality but gaining you a lot of speed.


More of an input for developers than actual suggestion but collaborative art boards like MagicalDraw[1] aren't new among digital artists and they're quite robust

1: https://draw.kuku.lu/index.php


> This is a non-supported browser.

> Your browser is not compatible with this site. Please try accessing the site from your Chrome browser.

That’s a new type of hard fail. That’s the first time I’ve had Firefox be rejected.


I... think back then(tm) those web apps used to run as Java Applet or Flash, then switched to HTML5 when those were obsoleted and while Firefox was still struggling to modernize.


Sorry, I haven’t ever gone looking.


And it also needs voice and video to be useful.


No it should definitely not. I really see this as an extra tool you use when you are already in a call with people, And if you don't like the Microsoft teams / zoom culture just use https://jitsi.org/jitsi-meet/ its free and opensource and works just by sharing a url.


Could you also give feedback on https://wbo.ophir.dev ?

Contrarily to the other mentioned before, it is opensource [1], and you can easily host your own instance if you don't like the idea of sharing your whiteboards on a random server on the internet.

[1] https://github.com/lovasoa/whitebophir


Awesomely responsive, great sharing model, very easy to use.

Drawbacks I saw (for my own use patterns):

- Not great for use with a pencil-based tablet: pencil vs. hand or other pointer are not distinguished. I don't want my finger to draw, I want only my pencil to draw.

- Couldn't find how to permanently set a different size for pencil vs. eraser. I want a huge eraser (and a large eraser didn't work too well, independently of this comment) but a thin point pencil.

- No "erase region" or "clear page" functionality.

All of the above may look independent, but in fact are highly inter-related. If I wasn't constantly smudging the screen with my fingers being confused for pencils, I wouldn't need an eraser that much. If the large eraser worked well (and I didn't need to reset the size every time I switch from pencil to eraser) I wouldn't need the "clear board" functionality.


The clear page functionality has been asked before, but I'm not sure I want to implement it. It seems useful when you are alone on your board, but when there are dozens of participants, you don't want a single one to be able to clear everything in a single button press, be it by mistake or maliciously.


Maybe add a confirmation dialog and clear the page while showing a message as to who cleared it?

If you already have an undo system then you could push the pre-cleared state to it as well.

it's easy to make armchair feature request suggestions when I haven't even so much just looked at the code, so I will end by saying good work on having a tool that people actually use!


Maybe require a quorum on the confirmation dialog? Less than 5 participants on the board - single confirmation. Less than 20 — 2 need to agree to erase. etc.


> https://wbo.ophir.dev

Good show!

It's impossible to get something exactly like Apple Pencil/iPad Pro, in a shared Web-based tool, but this comes close.


Woo this is my new favorite whiteboarding tool! I love how I don't have to log in and that it works with my ipad pencil


Thanks for commenting, this one worked for me.


I like that you can easily share a private board between people, unfortunately it didn't seem to work well with my mouse. Something about the postprocessing messed up every single line I was trying to draw, which made it impossible to write anything legible.

Edit: it's quite a bit better in chrome, but still not perfect.


Not GP. Tested on my Dell Latitude 5290 2-in-1 (AKA. my sidearm), with Dell's active pen, running Firefox.

Works very well with the pen indeed. I love this, and the fact that it's self-hostable only makes it better. Also, props for deferring to the system color picker!


This worked great with my iPad Pro and Apple Pencil. Well done!


This one is excellent! Thank you for sharing it.


I'm not sure why this is being downvoted. I had a similar experience. Witeboard seems to have trouble with curves. Trying to draw an "o" would invariably result in geometric shapes, a perfect circle, or some sort of rectangle. I was experiencing a lot of latency as well, which only aggravated the situation.


There's a shape detection checkbox in the menu. That's probably the cause of geometric shapes.


That stopped it from conversion to perfect circles or elongated rectangles, but I still have issues drawing anything with smooth curves. E.g. Here's a side by side just drawing "o's" at varying speeds on witeboard and ziteboard.[0]

To get anything remotely legible on witeboard, I have to be exceptionally slow. Even then, it's not a great result.

[0]: https://imgur.com/a/QqJ3vpq


Thanks for the tip.

I tried turning off that option and unfortunately it didn't improve things at all.


While you're trying things out, would you mind testing https://browserboard.com? It's a little thing I made similar to these tools. It's not commercial, I just want to make sure it works well.


My pleasure! I love trying out stuff like this, especially in these days of trying to whiteboard remotely. As it is getting late, I may just make this a brief test right now.

A minor point to note is that the URL with the www does not work - you may want to fix this:

https://www.browserboard.com

Also I love this bit of humbleness:

> A pretty good online whiteboard

So on to the handwriting test. Yes! You are much closer to the Ziteboard experience. Pen input works very well on both the ThinkPad Yoga and the Note 8 and it renders my writing nicely.

You seem to be doing a similar kind of smoothing that Ziteboard does? When I write on Ziteboard I see a bit of angularity as I write, which gets smoothed out when I'm done. Yours seems to do this more in real time.

One thing I got confused on: trying it on the Note 8, I wanted to scroll the view to get some blank space to write on. I found the four headed arrow icon which did exactly what I wanted - I can now scroll the view with the pen or finger. But now I can't figure out how to get out of this mode and write again?

More later as I experiment with it...


The pan feature works like a "tool", so you can select any tool (pen, text, etc) to get back to drawing.

Touch interactions are definitely a work in progress, I just want to make sure they aren't broken for now. :-)

I'm doing fancy incremental line smoothing. It's not that hard, but no one else seems to do this, and it really bugs me. It takes some effort to understand how and make it performant, but it's such a nice boost to the feel of it, in my opinion.


Yeah, that incremental line smoothing makes such a difference. Ziteboard is pretty good and I have no complaints about it - my writing seems a bit angular in realtime, but seeing that almost-immediate smoothing makes me think "Yeah, that's exactly what I meant to write."

But you do it immediately as I go!

I noticed a little bug on the Note 8 - when I'm on the main page where I can sign up or create a board, it's chopped off on the left and right sides. Selecting "Desktop site" from the Chrome menu fixes it.


Tested on my Dell Latitude 5290 2-in-1 (AKA. my sidearm), with Dell's active pen, running Firefox.

Works surprisingly well, it's the first web whiteboard that's actually usable with the pen. Congratulations on getting this right! One minor inconvenience: when I draw with the pen, it doesn't show the line I'm drawing until I lift the pen back.


I think you found a bug! I didn't build any special support for pens, and it sounds like something's wrong here.


late to this thread, but I noticed the same behavior on Firefox (81.0.1) without a stylus/pen. whatever tool is the default when creating a new board, when I started writing nothing showed up until I stopped clicking.


I like it.

Its a little awkward that the line doesn't draw when your cursor / finger is held down, and only on release. Other than that, great. I had no dramas getting out of pan mode.


Tried it with my iPad Pro and Apple Pencil, and it worked great. Well done!


How do you like your ThinkPad Yoga for note taking? I'm thinking if to get something like this or Samsung tablet for pdf reading and annotation writing notes on pdf for learning what do you think?


I don't actually use it that much for note taking, so can't advise on that specifically. I do use it for things like taking a screenshot and marking it up, and sketching out design ideas whiteboard-style. It works great for that, although most of the time I just use it as a conventional ThinkPad laptop.

In fact when I use the pen it is usually with the display hinge in "laptop" mode, not flipped all the way around to tablet mode.

Either way, as long as you have the software support you need, the hardware works great. It is both a touchscreen and a Wacom tablet with pressure sensitivity. At least the pressure sensing works in native Windows apps - web app support has been more spotty.

For annotating PDF files, I guess you would need Acrobat Pro? Or would you use some other software?


Right now on my computer I use foxit reader it's superb I think for annotation - https://www.youtube.com/watch?v=3KJoxZABjOY. So sounds like both Samsung and yoga are good for note taking and the only question is whether I want something light or something that could serve also as a laptop, thanks!


>It couldn't keep up with my writing and made a mess of it.

Could it be because of their feature called "shape detection"? It's on by default, you can turn it off in the menu.


Oh wow, ziteboard has a feature I’ve been looking for for ages: vector graphics rather that pixel graphics. You can zoom in indefinitely, making nested notes and annotations possible!


For whatever it's worth, I tried both Witeboard and Ziteboard with my iPad Pro and Apple Pencil, and they both worked great, tracking superbly.


Seems like some kind of bug. It performs much better with trackpad input than touchscreen input.


you have a beautiful handwriting


Well thank you, you are very kind to say that.

I do have to confess my superpower though: the subtle smoothing that ziteboard.com and our friend irskep's browserboard.com apply. Without that, the writing would not be nearly as pleasant to look at.


Same experience using a Surface + Surface Pen.


Sorry if this was already suggested. Make sure you fix that load time asap so you don't lose any potential users prior to the screen being interactive. A quick hack might be to simply display a quick overlay dressed up like a landing page with a short description and have it load behind that until some CTA is pressed. That may prevent anyone from thinking the link is broke or whatever. As for the widget, I enjoy seeing the trend lately. It's nothing innovative, but is starting conversations on how remote workers have more options to incorporate similar things into our workflow. Great job!


My load time was not perceptible. It was telling me to draw before I could mentally register the page.


I love that this exist, but the core problem with remote whiteboards is that everyone can write something legible when using a marker on a whiteboard, but it's way harder with a mouse/trackpad.

It would be nice to have some features that made it easier - the features I really miss from apps I use to create diagrams are basic shapes like rectangles and the ability to select and move/resize/copy existing drawing.

Witeboard is great name BTW.



Thank you! What I am missing is not a whiteboard. Whiteboard is just a solution that works in the office. The underlying requirement is: I want to be able to express myself in a visual way together with others. So a solution to the same requirement, that works remote, shouldn't have to mimick a whiteboard. Instead I would like the ability to : * Draw straight rectangles, lines and arrows

* Type text with my keyboard

* Move stuff afterwards

* Let participants point at different places simultaneously

I'm looking forward to trying out Escalidraw.

It seems to cover the first points, but not the last one.


So I find miro.com does exactly all of this very well. It just happens to try to do a whole bunch of other stuff alongside it, which makes the initial investment in moving your team to using it quite substantial.


Try out figma. It wasn't made for this purpose exactly but it supports everything you just listed.


The first points might also describe a diagram tool like draw.io


This is amazing! It's so clean and intuitive and it supports live collaboration and saving documents without ever registering for an account, love it!


You can get a decent little drawing tablet for $30 these days. You'd probably spend half of that in the cost of pens over the device's lifetime. They're no longer ultra-expensive specialized equipment.


> You can get a decent little drawing tablet for $30 these days. You'd probably spend half of that in the cost of pens over the device's lifetime. They're no longer ultra-expensive specialized equipment.

Can you suggest a model?


Huion H620 is a 4:3 tablet that is old enough to be pretty cheap. Their 16:9 tablets are just fine at least when I get the $40-60 ones.

Osu! Style drawing tablets are also a thing but they are small, maybe you want to spring for a slightly bigger tablet.



Well if you're on linux a second-hand one would be great, given you don't have their drivers (and you do have open ones). I have a Graphire3 6x8.


I got my wife an XP-PEN Deco01 V2 for $60 a couple months ago to help with teaching and it has been great. Not $30, but still very affordable.


Most people probably already have an ipad or android tablet. Drawing with your fingers is already far better than a mouse and a basic active pen like the logitech crayon is within anyone’s range who has an ipad. There are many clipboard sharing options to quickly push a cloud whiteboard from the laptop to the tablet.

I don’t get why anyone would subject themselves to the pain of drawing with a mouse.


A stylus that works with your existing device (phone or laptop, assuming touchscreen) works as well.

Plenty of cheap ones out there that work with most touch sensors


I do. I have an iPad and the Apple Pencil has made a huge difference for me, but I think its hard to expect everyone to have a device (even a cheap one) for that occasion when they want to contribute to the whiteboard.


> everyone can write something legible when using a marker on a whiteboard

Are you hiring?

(Just kidding, but I seriously wish that were true.)


Shameless plug: we built https://board.new with “hold shift to draw” which makes drawing with a mouse much easier.


That's really interesting -- it genuinely does make drawing with my mouse far easier!

I was trying to write with my mouse on the various whiteboards mentioned above and getting a garbled mess, but it's distinctly legible using your approach. :)

https://letsboard.co/boards/I0EGPMpLgZMa6HI3oQYhZHowjL32Q0eI...


> I love that this exist, but the core problem with remote whiteboards is that everyone can write something legible when using a marker on a whiteboard, but it's way harder with a mouse/trackpad.

I'm actually experimenting with that with my side project Doodledocs [1], that feature isn't live yet, though. Also, for the user, one thing I found is that if you hold a large paperclip in your hand like it's a pencil, you can make easier writing motions on a trackpad. I do this when I'm using my Macbook instead of my iPad.

[1] https://doodledocs.com is basically Witeboard but with a less pretty and more buggy interface :P (I wrote it last year as a side project)


> everyone can write something legible when using a marker on a whiteboard

You have obviously never seen my handwriting.

I am even worse on a computer with my mouse, though.


I generally tend to agree. But drawing on that thing from my tablet is pretty darn awesome, it is not that far from the real thing


Online whiteboards are just awful with a mouse, what's worked really well for my livestreams has been a WACOM like tablet that I can hook up via USB to my laptop or Desktop.

I got this, it's cheap and great https://www.amazon.com/GAOMON-M10K2018-Graphic-Pressure-Batt...

I use it to annotate pdfs and also with the MS whiteboard, it's not necessarily the best to collaborate with but I really like how I can zoom infinitely out to keep adding stuff. I prefer this setup over regular whiteboards for solo brainstorming sessions


Very nice interface!

Two minor suggestions. (1) when you enable "blackboard mode", the cursor should become white. As it is, the cursor is very hard to see on the blackboard. (2) it honestly took me a while to figure out that you can share just by sharing the link. Maybe make that clearer somehow?


I have tried to use various similar applications and the experience was overwhelmingly negative (due to limitations of mouse-based control). Thus, I'm considering getting an inexpensive graphics drawing tablet purely for ideation, note making, document annotation, and IT architectural diagramming (not for graphics design or digital painting!). A brief research narrowed down my choices to XP-Pen Deco 01 V2, Huion H610 Pro V2 and GAOMON M10K 2018 models (GAOMON and Huion are reported to be using the same [Huion's] driver).

One thing that I'd like to know is whether one of these models has any significant advantages versus the two others? For example, I suspect that a touch ring on GAOMON might be much easier / more natural / more reliable to use than two-button zoom design on Huion and even more so than assignable buttons on XP-Pen. Another - and much more important - question is security and privacy. My concern is whether these (or any other similar devices, for that matter) send any private user information to their manufacturers (would denying relevant firewall prompts be enough? if so, would that be a problem from the driver update and/or other functionality perspective?). Finally, I'm curious about potential differences between these models in terms of their support for non-mainstream applications, e.g., Miro and ArchiMate. I would appreciate sharing your thoughts on this.


This has almost no features. And I love that about it. Very responsive as well when testing from different tabs


A good remote whiteboard is surely missed in these times of remote work and isolation. But I begin to doubt that is possible to create something for regular computers that can fully replace the interaction and creativity that you can have with a colleague at a real whiteboard. Something about the size I think. It is not legible to draw as much on a screen as on a whiteboard and if you need to zoom and stuff the case is already lost.


It's also about being on your feet and in close proximity to your colleagues. It's not just about the writing surface.


Yes indeed. To hand over the pen and ask them to extend or elaborate on what you have drawn.


Agree that the computer screen is too small

There is the google Jamboard. It’s not perfect but I think it has the right idea.


It seems at least mostly on topic to share here this thing I released a little over a year ago: https://www.swapadoodle.com

It's definitely not useful for the same things, but it has a lot of similarities and seems potentially interesting as something to compare and contrast with this.


This is how an webapp should be. No fuss, directly to the point!


and an excellent first class domain!


Google has not much known product in google docs suite, called jamboard which works really well for this usecase and has tablet apps which makes it very good to use with apple pencil.

Benefits over this include better tools, better sharing and security, and I am guess stability and scalability.


Very cool product, please keep at it. Feedback: scrolling feels tedious. Please allow holding space key + mouse click and drag to move around the board (similar to how most design tools handle this).


Crash my lubuntu 18.04 session every time, when using firefox 80.0.1 (works fine with chromium though), Nvidia-driver 450.51.06, after waiting to load the screen goes black and blinks a few time.


Interestingly, this web app exists already for 3 years.

https://www.producthunt.com/posts/witeboard


Tested on my Dell Latitude 5290 2-in-1 (AKA. my sidearm), with Dell's active pen, running Firefox.

Looks sleek, initially seemed to work fine with pen drawing. That was until I touched the screen with my palm. Then all hell broke loose - the app got stuck imagining there are some input events happening in the middle of the screen, so every attempt at drawing created a squiggly mess - every nth point dropped by my pen got connected with an imaginary point in the middle of the screen, and then back to my drawing.


I like the simplicity very much! It can be already useful. One thing is missing though; showing the zoom level. It is very necessary when more than 6 people try to write lots of things.



Lmao you guys drew all over it


Neat. A bug report: after about 15 seconds of use, I got a little "You are disconnected" warning. It disappeared almost immediately, clearing the whole thing.


Experienced this same issue. I didn't even have time to read the warning.


I'm running Linux Mint 19 on my XPS15 from 2019. Opening this page in Firefox gives me an instant crash and reboot.

I tried 2 times. Won't use again.


I miss uploading images and PDFs that I can "lock" and write on top. Ziteboard does it, but it is expensive and also when someone zooms everyone is zoomed, which kind of sucks. Jamboard is also bad at writing on background images. We do need a good whiteboard app with a simple share indeed for classes.


Shameless plug: AWW (https://awwapp.com/) supports all of these and there's a free version.


Thanks! This seems to be the best solution for my needs.


Any pointers on locally hosted Whiteboard application? In our company we cannot use Whiteboards on cloud.


You could try spinning up https://github.com/precursorapp/precursor

The cloud version is running at https://precursorapp.com


Take at look at https://github.com/styluslabs/stylusboard - no web client but native apps for all major platforms


Sign-up fails in Safari (the email field is hidden).

https://www.dropbox.com/s/jp86ens24h2043s/Screen%20Shot%2020...


Sign-up in Chrome failed with 502 Bad Gateway too


Is this supposed to be a touch/pen interface first? I'm trying it out with a mouse, and having many issues, like drawing of random lines as I draw, as well as losing lots of draw operations when it does a sync with the server.


Just noticed - undo is pretty flaky, e.g. if you draw a few shapes that get shape-detected like squares and circles, pressing undo will not only erase the last shape but also remove shape-detection on the second-last shape.


Great tool, so instantaneous. Bug: Erase All button doesn't work for me.


Same here. Tested on ipad safari.


I want one of these that is free, cross-platform and lets me paste/drop in in some icons I have.

And as a native app, not a web page. I realize that is almost impossible these days, but one can dream.


It's not impossible at all, it should be fairly straightforward to learn something like React Native or Flutter or Swift and make it, and we'll love you for it!


Why do you want it as a native app? I, personally, prefer web pages wherever possible, because I know that they are well-sandboxed and can be run pretty much everywhere.


performance maybe? But we can use something in between: WASM


Two points as feedback

1. I use a stylus with my mac and this apparently does not work as expected. The web client should also support an option for stylus mode.

2. The "erase all" function is not working.


yet another: a long time ago I found fabric.js and took a different approach to many I see here, which is to use it's SVG-style approach to the canvas.

this has many pros and cons as you can imagine: https://dpkt.oko.nyc

I haven't attempted to support drawing in a serious way yet, I want to do it justice when I do.

never-ending personal project, constructive criticism welcome



Nice job. Very responsive from my iPad Pro with pencil.


Is this live? As in if I share it, is it collaborative?

(Excuse me if that's clearly stated or implied and I'm just dense)


I think so. I opened it in two tabs and everything I drew in one showed up in the other (using the link creates by the share button).


Nice! I enjoyed using this in me old brick (iPhone 6). Makes we want to have a stylus.


I'd make the cursor a little lighter shade in color if it's a blackboard.


Being able to drop stickies would be nice. Ultimate consulting tool.


MS Paint as a service


Can't see my cursor on the blackboard (WIN 10)


Same experience on Firefox/Ubuntu - made it unusable.


Perfect for the coding interview in times of covid!


[flagged]


Don't bother clicking on that link unless you want to be greeted with a swastika...


Sorry, that was not me! I had put my mouse-drawing abilities to test crafting a solution to the leetcode problem, and soon after publishing the link here, swarms of HN denizens rushed in and destroyed the beautifully crafted solution that would have otherwise gotten me a job in top tech companies.


Doesn't allow characters it doesn't think belong in my email address. LH of @ is local-only.

Binned.


Nice domain name.


It said “write anywhere” but it didn’t tell me why I should or what would happen so I closed it.




Join us for AI Startup School this June 16-17 in San Francisco!

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: