ManevilleF / hexx

Hexagonal tools lib in rust
Apache License 2.0
276 stars 22 forks source link

Bevy primitive and/or gizmo #174

Open RPGHank opened 1 week ago

RPGHank commented 1 week ago

Is your feature request related to a problem? Please describe. When working with hexagons, it is useful to be able to quickly draw hexagons using Bevy's inbuilt gizmo functionality

Describe the solution you'd like Add primitive and/or gizmo functionality, probably behind a feature flag

Describe alternatives you've considered It's not terribly hard for the user to add the functionality themselves or workaround it

Additional context Add any other context or screenshots about the feature request here.

ManevilleF commented 1 week ago

For the primitive, bevy has a RegularPolygon struct which might be what you are looking for