amethyst / bracket-lib

The Roguelike Toolkit (RLTK), implemented for Rust.
MIT License
1.52k stars 108 forks source link

Hexagonal layouts #169

Open erlend-sh opened 3 years ago

erlend-sh commented 3 years ago

Does bracket support a hexagonal layout like in @rsaarelm's Magog or @dpc’s rhex?

Useful references: https://github.com/dpc/hex2d-rs by @dpc https://www.redblobgames.com/grids/hexagons/ by @redblobgames

thebracket commented 3 years ago

Not directly. You could fake it with the ascii or sprite system (Armored Commander is a great example of doing it in ASCII). I'd have to do a bunch of reading to add support for this. It's pretty cool, though - so I'll add it to my wishlist.