Cedric BAIL
Cedric BAIL
We should be able to move this forward with #140
@Jacalz @andydotxyz with the new image with latest fyne and go, we are now all green here!
@Jacalz would you mind checking if this PR now match your requested change earlier?
I have tried this approach in my own program and it doesn't lead to a very usable API when inside list for example due to the need to have an...
I don't think you can implement your suggested API without having memory leak as it will require a map and you have no control over the lifecycle of the widget...
We do allocate and upload a lot of individual data for each rendering step to the gpu which is not ideal. I would not be surprised if by switching to...
In the case of fyne, the race reported by the detector is a synchronization problem between the multiple threads that modify the widget tree and the rendering thread. The result...
Fyne rendering thread only read. It won't crash because the data it gets are always valid. Might be a frame late, might not be complete, but they are always valid....
Steps: * Do handle window resize in a fully asynchronous way * Bring back experimental code that use the fake glfw binding (There could be improved way to call WebGL,...
Video support is problematic for license reason. Every dependencies that provide video/audio decoding is under lgpl. If we want to continue providing one binary with no dependencies, the resulting application...