The hard copy showed up earlier than expected. It is nice, but a little larger than the original LBBs by maybe 1/8 to 1/4". I've not measured it.
I can't say if the black is off - my copies are a few decades old. The font is close, but still there is enough of a difference that I can tell. It seems more italicized than the originals. The cover feels about the same thickness though and does have a nice feel.And again thinking about Traveller software. I got what I wanted done in the Traveller world explainer, and of course, not being able to distribute it, and people naturally hesitant about downloading an installer from an unknown source, kinda put an end to that process. But I did get the World Builders book from Mongoose in PDF, and oddly the Perilous Void book as well. And I could make a web site but again, I've no idea about how to host such a thing. What I can do though is make the source code open source and people could run it locally. It would work on a Mac, Windows or Linux machine. That way they could see the source code as that is what they would be using.
The idea is to use SQLite as a backend to keep track of data, and I'd go way overboard with a similar architecture as I use at work, with repositories and all that. Anyway, thinking about it at any rate as I really like writing code, I really like Traveller, and they go hand in hand. But I'd start small: start with a system generator. You could create or open a system. It would be API-oriented, and at the moment no graphics. But in theory (!) I could also start using the TravellerMap API again and you could actually generate a subsector and plop that into the API and get that map. I know how to do that, though the details in generating the correct files would be a little tricky in some ways as it is a fixed-width file vs a nice JSON or XML file which are simple to do. But I've got that hankering again. Which would make this probably the 20th or so project that I get started on and never complete. But I am thinking about it.
For those who want to see all the incomplete projects, my GitHub repo is here. The Traveller one has several under it. Most are Windows-based but a few I started messing with web applications, and those, if written in .NET core, will run on Macs as well as PCs. Which is what I am doing for work as it will actually get deployed on a Linux box. Microsoft has changed a lot over the years....
If there is interest, let me know! I may even start this weekend as I have time for some reason - no gaming Saturday, my wife is out of town, so I may get a prototype of something. Between scaffolding and AI assistance, I am getting faster at web development finally.
No comments:
Post a Comment