Abbe Keultjes

Results 29 comments of Abbe Keultjes

There's a function to get the [corners](https://github.com/flauwekeul/honeycomb#corners) of a hex, those are also the start points and end points of the edges. If you want the corners of all hexes...

Interesting. I'm working on a rewrite of Honeycomb in typescript and adding edge-related functionality sounds like a good idea. I probably won't add it in the current version though. Thanks!

I have a vague idea for an API (pseudo code): ```ts // an edge would probably just be an interface, I don't think it needs any state interface Edge {...

First: thanks for having the courage to create a PR in a project without contributing guidelines (maybe I should add those 🤔) and a little _weird_ code (at the time...

I've looked at your example and there was 1 feature of `nearestMatchingHexes` I missed before: it returns all matching hexes in the first **complete ring** that has a matching hex....

I'm working on a rewrite of honeycomb (in typescript) and I'm planning to make things a lot easier to compose. Then the method you've introduced wouldn't be necessary because it...

Just to let you know: I've released an ~~alpha~~beta version with a new API! Please check out the ~~`next`~~[`beta`](https://github.com/flauwekeul/honeycomb/tree/beta) branch.

Thanks for opening an issue. I'll try to get back to you in a week.

Thanks for opening the issue. I'll look into it next week at the earliest.

I don't see how the distance between hexes in a grid is affected by the hex offset setting. And I couldn't find anything related to that on the redblobgames.com website....