Frontesque / scrcpy-plus

A simple GUI for SCRCPY and other ADB functions
MIT License
521 stars 34 forks source link

Tauri version? #43

Closed rp1231 closed 11 months ago

rp1231 commented 11 months ago

Have you considered making this with tauri? That would bring down the size of the program to a few mb's. https://tauri.app/

Frontesque commented 11 months ago

Last I heard of Tauri, it was in a pre-release state. I'm not familiar with how to use it, but I am in the process of rewriting the app. I'm not sure if that would make sense to use though, as I doubt external dependencies can be bundled with the app.

rp1231 commented 11 months ago

The stable 1.0 version got released quite some time back and it's very close to releasing v2.0 with mobile support. I'm pretty sure you can bundle external dependencies using the sidecar module. Their discord server is pretty helpful and I think you can reuse most of your code to be used in tauri. I think it's definitely worth checking out.

Frontesque commented 11 months ago

I'll look into using it for the rewrite.

rp1231 commented 11 months ago

Found this resource : https://www.youtube.com/watch?v=MOnf_kGI6L0 Posting it here just in case it helps.