I'm building a Traveller map viewer in Python, and gotten it to a nearly useful stage!

Right now the program injects sector or subsector data in clean CSV files, renders them to SVG, and then displays the entire map corpus (currently 8 sectors) in a standalone application window, where you can pan and zoom.

@ardwulf nice!

Out of curiosity, did you write the code for the base hexes too? Or did you find that somewhere ready to use?

@BrianAllbee I lifted the math from elsewhere, but I wrote the code myself.
@ardwulf cool. I'd love to see that, if you're inclined to share it. I keep meaning to work that out myself, but it's just never hit the top of my priorities stack. πŸ™„πŸ˜ΆπŸ˜›
@BrianAllbee If progress continues to be good, probably.