This PR adds a parallelogram generator, as well as an irregular hexagon grid generator. The irregular hexagon algorithm took a while to work out, but I think I'm happy with it now. (Definitely open to improvement!)
You can see this in action by checking out the feature-more-generators branch of mgrider/SKHexGrid and then pointing the hex-grid package at this branch, but I've also attached a screenshot of a 4x7 hexagon grid.
This PR adds a parallelogram generator, as well as an irregular hexagon grid generator. The irregular hexagon algorithm took a while to work out, but I think I'm happy with it now. (Definitely open to improvement!)
You can see this in action by checking out the
feature-more-generators
branch ofmgrider/SKHexGrid
and then pointing the hex-grid package at this branch, but I've also attached a screenshot of a 4x7 hexagon grid.