Ask HN: How would you build an interactive hex-grid for web?
https://news.ycombinator.com/item?id=37448228I'm working on a board game and would like to build dynamic board builder/generator for the web.
Do you know of any JavaScript OSS libraries for working with clickable hexagon grids in HTML?
Or would go straight to something more custom like D3 / SVG?
Thanks!