TravellerTools
TravellerTools copied to clipboard
Standalone app?
How about you make a Java or HTML5 app that could be used as a standalone program?
Thank you for these marvellous tools, I am to start for the first time a Traveller campaign (with mongoose 1st or 2nd edition) and it's going to be VERY useful.
Microsoft recently announced a cross-platform version of the programming language I use. Once that's released, I can look into making a desktop version of this. But it will never be 100% off-line because it needs data from TravellerMap.
Traveller maps is now full offline. any chance the two can work together? Offline?
Honestly, I don't have time to look into that right now. But thanks for letting me know.
I second this OP's question.
Or perhaps a guide on how to compile/build/host the system yourself? Having a docker image could also be quite helpful.
You don't need a guide if you understand C# programming. Just download the source code and run. There's no database or other tricky thing to setup.
Sent from my Verizon, Samsung Galaxy smartphone Get Outlook for Androidhttps://aka.ms/AAb9ysg
From: Syrious @.> Sent: Wednesday, August 28, 2024 12:25:45 AM To: Grauenwolf/TravellerTools @.> Cc: Jonathan Allen @.>; Comment @.> Subject: Re: [Grauenwolf/TravellerTools] Standalone app? (#44)
I second this OP's question.
Or perhaps a guide on how to compile/build/host the system yourself? Having a docker image could also be quite helpful.
— Reply to this email directly, view it on GitHubhttps://github.com/Grauenwolf/TravellerTools/issues/44#issuecomment-2314521242, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ACRCUTJ44VY42ADFGXOMDZTZTV3PTAVCNFSM6AAAAABNHUPCQ2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJUGUZDCMRUGI. You are receiving this because you commented.Message ID: @.***>
I am a developer but not familiar to .net development. If anyone is interested in, this is how I got it working
- Go to https://dotnet.microsoft.com/en-us/download/dotnet/6.0 and download
- SDK
- .NET Runtime (not Desktop I guess)
- ASP.NET Core Runtime
- Open a console and cd into folder
Grauenwolf.TravellerTools.Web
-
dotnet restore
to ensure all dependencies are restored -
dotnet build
to build the project -
dotnet run
to run the project
-
- Now open a browser and head to https://localhost:5001/