Hacker News new | ask | show | jobs
by andruby 907 days ago
I'd love to see a screenshot before downloading/installing.
1 comments

It's a command line program that outputs SVGs. Here's an example: https://paste.sr.ht/blob/d248dd89f96c6de981bf0870265a63be8e1...

(download and open with a browser/SVG viewer)

The invocation to generate that was:

    ./maze-maker --width=50 --height=50 --method braid,branching,winding out.svg
https://codepen.io/junon/pen/Rwdwqxg

For anyone who can't render SVG in their head :)