Skip to content
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

Cloud gaming support #18

Open
Kamii0909 opened this issue Apr 1, 2023 · 0 comments
Open

Cloud gaming support #18

Kamii0909 opened this issue Apr 1, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Kamii0909
Copy link

This scanner is really great. I've been using Amenoma but lately AkashaScanner is faster and more stable. Not having to manually input characters is also a plus. Still, there is one key feature that I'm feeling AkashaScanner is missing.

Amenoma allows me to use Geforce Now window as the video source. I wonder if there is any plan for Cloud gaming support in the future?

Technically, the implementation shouldn't be that outrageous. Even Anemona simply looks for window that contains "Genshin Impact". Typically cloud gaming platform window also contains the game name anyway. I believe adding a configurable option is sufficient.

Process? proc = Process.GetProcessesByName(executable).FirstOrDefault();
Adding a check before and fetch all processes and filtering them imo is a very sound solution.

@xenesty xenesty added the enhancement New feature or request label Apr 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants