Show HN: I made a tiny book using a pen-plotter and AI (muffinman.io)
Hey HN,
I want to share a personal project: I made a tiny pen-plotted book for my wife. I did everything myself—drawings (with some help from Midjourney), plotting, cutting, and binding. I even used a 3D printer to make a helper tool.
It's absolutely over-engineered, but I enjoyed it a lot. Multi-disciplinary projects, especially those with a physical output, are a lot of fun for me.
The post covers the process in detail, but if you're interested in anything specific, let me know.
Cheers!
28 comments
[ 3.9 ms ] story [ 81.3 ms ] threadI’m a big fan of Dan Catt and his work with generative art and pen plotting.
I've been wanting to do something with a plotter, thanks for the tip about center line tracing
Have to say the text bothers and intrigues me… digital fonts that try to look like handwriting are already in the uncanny valley, and then you loop it back into physical media with a pen plotter. It could almost be an art project in its own right, exploring layers of going back and forth between physical and digital media to produce a seemingly mundane paper with some writing on it.
As for the text, I have it on my todo list to create a few single line fonts, for some time now. The obvious one is my own handwriting, ideally with some randomness built in. I would like others to be less conventional to sprinkle them in my drawings, or like you mentioned, to create some pieces that are text only.
About the cleaning up phase: the author cleaned up the bitmaps before the vectorizing stage, and that included separating lines.
In my experience it's a little bit easier to clean the vectorized results by removing unwanted points, because those are easier to see than line connections that may or may not pose a problem later. (But to each their own.)
Combining the two ideas, "hand drawn" animation flip books could be neat. Start with a video, convert frames to a drawable vector, draw each frame with a pen plotter, assemble the flip book
I have an idea for somewhat different flip animation, stay tuned :)
For use on a plotter, the line art specifically needs to be a stroked path, rather than a filled path, and so for tracing you need centreline tracing, as discussed in the article. So you probably get absolutely no benefit from taking SVG—you’d need to turn them back into raster and trace them properly.
Love to build. Build to love.
Reminded me of Wordle and a few more projects like https://www.robinsloan.com/notes/home-cooked-app/
It's always wonderful to see projects we build for love. Haha. Cheers OP.