Cookie
β Native App with integrated webserver for localhost - almost impossible?!
My focus is also on ease of use and publishing. Ideally the user only has one .Exe
Obs basically just displays a webpage for you to use as an overlay. With background of the page set to transparent you can do great stuff
17 replies
β Native App with integrated webserver for localhost - almost impossible?!
Can a asp.net core project be a windows application with tastbar icon / autostart / ..etc?
And I wanted a clean architecture so I was thinking that the background process was too limiting in that way.
17 replies
β Game telemetry & overlay project - help with framework & architecture decisions
I referenced the webserver proj in the console proj but how do I start it now? Google told me to call the executable but that cant be correct?! Why do I have them in one solution with references then, if I cant start it from there π
31 replies
β Game telemetry & overlay project - help with framework & architecture decisions
@Doombox I still struggle with the project topic π
I now have a console proj and a blazor project. Each one can be run on its own but as I understood there will be one "main" project which will be started by the user. Let's say it's the console app.
So now I need to start the blazor project from within the console app?
And how is communication done?
I am trying to make the most minimalistic prototype:
console app (which will be the one executed) console app launches the webserver project when a condition is met console app sends data to the webserver project which displays it.
31 replies
β Game telemetry & overlay project - help with framework & architecture decisions
It's really hard to wrap my head arround the "multiple projects in one big project" thing. Never had this , just always one which does all but of course with modules to encapsulate. But it was "one" project
31 replies
β Game telemetry & overlay project - help with framework & architecture decisions
Great input, thx!
(hopefully) Last questions π :
-And all that can be bundled in order to publish it for others to use?
-Do you know if there is sth I could use for the webpage UI which accomplished sth like in the screenshot?
31 replies
β Game telemetry & overlay project - help with framework & architecture decisions
Thanks for the input.
I am really new to .net so excuse my questions:
So you would propose a .net project for the app itself (data processing and UI and Overlay). Then another project with asp.net for the webserver and for that use blazor?
31 replies