A Rust library crate providing functions to:
- Convert between Axial hexagon coordinates and cartesian space.
- Apply an arbitrary "view" transform as necessary.
- That's it for now!
cargo run --example demo
- API Documentation (with examples)
- Demo code
- Explanatory notes
- RedBlobGames hexagon notes - inspiration for much of this.
Some other crates that provide hex tiling algorithms:
GPL 3.0 or later.