The best one I ever used was a web app built a decade ago by an iirc ~12 year Korean American kid. It seems to have disappeared off the web but it was just amazing for usability. Anyone remember it / the name of it?
Show HN: RoughNotation – create and animate hand-drawn annotations on a web page
41–50 of 76 posts
Re: Show HN: RoughNotation – create and animate hand-drawn annotations on a web page
#42Re: Show HN: RoughNotation – create and animate hand-drawn annotations on a web page
#43This is cool. I wonder if this could just be a CSS library instead, where you just add the class "annotate-circle" to an element and it will use pseudo-elements (:before, :after) to draw the lines.
With CSS Houdini it's possible. To draw these irregular lines / shapes with normal CSS it's really hard, maybe if you inline some SVG.
Re: Show HN: RoughNotation – create and animate hand-drawn annotations on a web page
#44I'd love to use this, but I don't see an easy way how to using the frameworks I know, React (well) and Svelte (a bit).
Rect: https://github.com/linkstrifer/react-rough-notation Svelte: https://github.com/dimfeld/svelte-rough-notation Vue: https://github.com/Leecason/vue-rough-notation
Re: Show HN: RoughNotation – create and animate hand-drawn annotations on a web page
#45Great job on this! What made you think of this product and how long did it take you to make?
Re: Show HN: RoughNotation – create and animate hand-drawn annotations on a web page
#46I'd love to use this, but I don't see an easy way how to using the frameworks I know, React (well) and Svelte (a bit).
Re: Show HN: RoughNotation – create and animate hand-drawn annotations on a web page
#47a text popover feature would be super useful!
Re: Show HN: RoughNotation – create and animate hand-drawn annotations on a web page
#48I'd love to use this, but I don't see an easy way how to using the frameworks I know, React (well) and Svelte (a bit).
Re: Show HN: RoughNotation – create and animate hand-drawn annotations on a web page
#49This is cool. Slightly OT but I saw the word animate and I got excited because I'm in the market for some easy to use animation software. Krita & Synfig just aren't doing it for me. The best one I ever used was a web app built a decade ago by an iirc ~12 year Korean American kid. It seems to have disappeared off the web but it was just amazing for usability. Anyone remember it / the name of it?
You probably haven’t heard of it because it’s a bit under the radar and not really being promoted to the outside yet.
Re: Show HN: RoughNotation – create and animate hand-drawn annotations on a web page
#50I'd love to use this, but I don't see an easy way how to using the frameworks I know, React (well) and Svelte (a bit).
People have created framework wrappers for this: Rect: https://github.com/linkstrifer/react-rough-notation Svelte: https://github.com/dimfeld/svelte-rough-notation Vue: https://github.com/Leecason/vue-rough-notation