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

Highlighting without running multiple binaries #1

Open
J7mbo opened this issue Jun 18, 2022 · 0 comments
Open

Highlighting without running multiple binaries #1

J7mbo opened this issue Jun 18, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@J7mbo
Copy link
Owner

J7mbo commented Jun 18, 2022

Right now we use fyne to draw a rectangle on the screen, overlayed with a transparent window.

Due to fyne-io/fyne#3063, we have to isolate the fyne run-loop in it's own binary, embed the binary in helios, and then run from memory. This is obviously far less than ideal.

Either wait for the above bug to be fixed, which means the highlighter can then be run internally and the run loop just cancelled / restarted at runtime, or else find an alternative method of highlighting a region of the screen.

@J7mbo J7mbo added the bug Something isn't working label Jun 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant