-
Notifications
You must be signed in to change notification settings - Fork 43
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
Port to other platforms #18
Comments
Yes please, Windows support would be great, what are the steps to make that work exactly? A rough outline |
This is probably a couple weeks of effort, and I don't use Windows, so I don't plan to look into this right now. |
If this is the route this project ends up going I think something like Tauri would be a good candidate to build the host application in. This would make the maintenance of the host app much simpler since the code could be shared between Windows and Mac, and I've actually run a Swift library in Tauri before as well. |
There's not a whole lot of UI that needs to be written (you can see how little is in the Mac app!) It's more that you'd need OS-specific code to handle plumbing that cannot be easily be done in a cross-platform framework. |
Stream to iOS, cast from Windows/Linux, …
The text was updated successfully, but these errors were encountered: