flauwekeul / honeycomb

Create hex grids easily, in node or the browser.
https://abbekeultjes.nl/honeycomb
MIT License
630 stars 57 forks source link

Clarification about possibilities #73

Closed robotex82 closed 3 years ago

robotex82 commented 3 years ago

I'm trying to build this: image

So i have some questions:

  1. Is it possible to have margin between the hexagons?
  2. Is it possible to render specific hexangons only?
  3. Is it possible to render specific in different styles (filled, empty)?
  4. Is it possible to leave hexagons out? Or to specify which ones should be rendered?
  5. Is it possible to put html or similar content into specific hexagons?

Thanks in advance!

Best regards Roberto

flauwekeul commented 3 years ago

Honeycomb offers no rendering functionality, it only offers ways to model hexes in a grid. So all your questions can be answered with yes 😉 The documentation (stable v3 and v4-alpha) offers some examples.

flauwekeul commented 3 years ago

Closing this due to inactivity.