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

Rewrite to Tauri #22

Open
durasj opened this issue Nov 5, 2023 · 0 comments
Open

Rewrite to Tauri #22

durasj opened this issue Nov 5, 2023 · 0 comments
Assignees

Comments

@durasj
Copy link
Owner

durasj commented Nov 5, 2023

Tauri is a small Rust wrapper around web views native to that platform. The resulting bundle would be a couple of MB.

I've spent an hour or two playing around with it.

Blockers:

  • Ignoring mouse events doesn't work. At least on Fedora. There is also no mouse event forwarding.
  • Music playback is broken
  • Window title is there even with hiddenTitle: true.
  • There are some weird artefacts when launching.
2023-11-05.12-17-58.mp4

It would be still possible to make it work, but:

  • The window would have to be a minimum bounding rectangle so the transparency problems would be minimized. Maybe by adding some "on hover" event handler that would maximize the window when the user is likely to change the window composition?
  • Context menus would have to be native.
  • Playback would have to be native.
@durasj durasj self-assigned this Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant