Cookie
Cookie
CC#
Created by Cookie on 2/4/2023 in #help
❔ Native App with integrated webserver for localhost - almost impossible?!
I was hoping to get the most simple, non-hacky solution possible πŸ™‚ As long as its easy to use and share I am fine. The β€žone .exeβ€œ was just to get across my point.
17 replies
CC#
Created by Cookie on 2/4/2023 in #help
❔ Native App with integrated webserver for localhost - almost impossible?!
Basically a "normal" modern app which also serves some stuff via webpages on localhost
17 replies
CC#
Created by Cookie on 2/4/2023 in #help
❔ 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
CC#
Created by Cookie on 2/4/2023 in #help
❔ 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
CC#
Created by Cookie on 2/4/2023 in #help
❔ Native App with integrated webserver for localhost - almost impossible?!
No. It would be windows application only.
17 replies
CC#
Created by Cookie on 2/4/2023 in #help
❔ Native App with integrated webserver for localhost - almost impossible?!
Browser on the same machine. What I basically need is using the page as an overlay in OBS for streaming.
17 replies
CC#
Created by Cookie on 1/31/2023 in #help
❔ 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
CC#
Created by Cookie on 1/31/2023 in #help
❔ 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
CC#
Created by Cookie on 1/31/2023 in #help
❔ Game telemetry & overlay project - help with framework & architecture decisions
So for users who do not have .net runtime installed yet I guess.
31 replies
CC#
Created by Cookie on 1/31/2023 in #help
❔ Game telemetry & overlay project - help with framework & architecture decisions
And I assume nothing is duplicated from the framework side, so it stays "small"
31 replies
CC#
Created by Cookie on 1/31/2023 in #help
❔ Game telemetry & overlay project - help with framework & architecture decisions
Thanks again!
31 replies
CC#
Created by Cookie on 1/31/2023 in #help
❔ 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
CC#
Created by Cookie on 1/31/2023 in #help
❔ Game telemetry & overlay project - help with framework & architecture decisions
Perfect, thanks! So one lib, one console app, one application ( e.g. WPF UI ), one webserver (asp.net with blazor server), and then some web UI stuff πŸ™‚
31 replies
CC#
Created by Cookie on 1/31/2023 in #help
❔ 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
CC#
Created by Cookie on 1/31/2023 in #help
❔ 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
CC#
Created by Cookie on 1/31/2023 in #help
❔ Game telemetry & overlay project - help with framework & architecture decisions
No, I dont know him πŸ™‚ The screenshot is from another application which basically does the things I want to do called "racelab.app". I think the screenshot is iRacing but I am not sure.
31 replies