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

Port to other platforms #18

Open
saagarjha opened this issue Feb 1, 2024 · 4 comments
Open

Port to other platforms #18

saagarjha opened this issue Feb 1, 2024 · 4 comments
Milestone

Comments

@saagarjha
Copy link
Owner

Stream to iOS, cast from Windows/Linux, …

@saagarjha saagarjha added this to the Perhaps milestone Feb 1, 2024
@saagarjha saagarjha moved this to Todo in Ensemble Feb 1, 2024
@Geczy
Copy link

Geczy commented Feb 2, 2024

Yes please, Windows support would be great, what are the steps to make that work exactly? A rough outline

@saagarjha
Copy link
Owner Author

  • Write a new communication protocol that works on Windows and visionOS
  • Write a Windows client that handles all the things the Mac app does (recording windows, forwarding events)

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.

@billyjacoby
Copy link

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.

@saagarjha
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

3 participants