-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Discussion/Question] Non-cloud variant and easier customisation #70
Comments
Thanks for the great suggestion. Running things natively in non headless mode is indeed easier and it's common usecase as well. For now, with Linux, I can provide different alternatives of run-wine.sh like |
Hey all, Interesting proejct. @giongto35 @toby63 I was also thinking about the same thing. Why do we need a central server when we have webrtc. I am using gio to build golang based games. It support Forms, 2D and 3D, and can compile for Web ( using wasm), Desktop and Mobile. Its a bit like Flutter ( if you know it), but is 100% golang based. It can do sound, and can be used with the Ion SFU, etc. I used to use flutter, but changed to gio because its pure golang and so makes it easy to do the GUI and the Server. Also the support is amazing. Fixes often happen in one day. https://github.com/gioui Here is a chat demo built with it: https://github.com/gioverse/chat If your interested in this let me know :) i am currently building a game for people with psychology disorders that helps their treatment. Sort of a long story... But anyway i just wanted to chime in about this approach. |
Hi @gedw99, Thanks for your interest |
https://github.com/gioverse/chat/blob/main/example/kitchen/main.go no dependencies. Just go run . thid is only a chat system that run on web, desktops and mobiles. there are some games in gio also . Just can’t find them now as I am a little busy. |
So this might be a bit off topic, but still I would like to discuss this topic:
My idea would be to use this project as an In-home-streaming solution (just like Nvidia GameStream or Steam Link etc.).
While this is of course to some degree already possible, there are still some scenarios that are not covered natively, for example:
While I am sure that users who are programmers themselves, could change the source code to adjust it for other purposes, it is quite difficult to understand everything for other people.
So the potential solution would be to have easier configurable settings/structures etc., that would allow the users to setup the above mentioned scenarios more easily.
I can of course understand if you say that this is not the scope of this project, but I wanted to mention it, as I think it would be useful for many people.
Thx 🙂 .
The text was updated successfully, but these errors were encountered: