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

Bufferd Image #4618

Open
2 tasks done
Cacsjep opened this issue Feb 7, 2024 · 0 comments
Open
2 tasks done

Bufferd Image #4618

Cacsjep opened this issue Feb 7, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Cacsjep
Copy link

Cacsjep commented Feb 7, 2024

Checklist

  • I have searched the issue tracker for open issues that relate to the same feature, before opening a new one.
  • This issue only relates to a single feature. I will open new issues for any other features.

Is your feature request related to a problem?

Currently u need raster Image with double Buffering technics to Update Image Pixels, because u dont know when fyne has rendered the Image complety.

Is it possible to construct a solution with the existing API?

No

Describe the solution you'd like to see.

Best would be a Widget called BufferdImage or so, that use an existing Image.Image for rendering, with a method like updatePixels what would be update the image Pixels and calls refresh after that. Internally it should lock and release the Image pix when Rendering is done. So it would be safe to call updatePixels in a gorotine. Then this could be safetly used to display video or a video Stream.

@andydotxyz andydotxyz added the enhancement New feature or request label Feb 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants