Figuring as everyone else is posting software, I've been (slowly) reworking my Win32 ship tracking software to be UWP for an eventual goal of getting it into the Windows App store.
C#, XAML is the layout engine, uses the TravellerMap API (although I cache data once loaded into SQLite to reduce calls and allow this to be off-line as well).
Working on the cargo side of things, and trying to figure a way to allow the user to select which version of Traveller to use: Classic, Mongoose and T5 are what I'm planning on supporting. I did get the jump map display working today. A lot of user-entry screens so that users can enter trade codes, cargos, ship classes, all that.
Its on GitHub with an MIT open source license, all the tooling is free so anyone can play if they want.
C#, XAML is the layout engine, uses the TravellerMap API (although I cache data once loaded into SQLite to reduce calls and allow this to be off-line as well).
Working on the cargo side of things, and trying to figure a way to allow the user to select which version of Traveller to use: Classic, Mongoose and T5 are what I'm planning on supporting. I did get the jump map display working today. A lot of user-entry screens so that users can enter trade codes, cargos, ship classes, all that.
Its on GitHub with an MIT open source license, all the tooling is free so anyone can play if they want.