Cedric BAIL
Cedric BAIL
I am starting to think that an Update family function would actually be the right way forward. To address the synchronization problem, we could introduce: ``` func (l *Label) UpdateNext(func...
For rounded corner, it might or might not happen in time for next release, but there is a PR #3121 which is showing good progress in adding the feature.
I would like to point out that there are cost and risk to consider by pulling non go dependency in. The big one, is that you now depend on another...
Just a few comments here. I agree with @andydotxyz, having segment in the rounded rectangle primitive seems to be a work around from not having a path primitive on the...
@renlite I quickly read through your change on your tree and it seems you have addressed our past concern. Would you mind explaining a little bit how you are doing...
Thanks @renlite, that looks pretty good actually. Regarding your point about only supporting opaque colours, I would believe it would make the shader slightly more complex to address it, but...
Can you share an example of the slow svg?
I think the API is one of the Shell_NotifyIcon windows API. I found the following example in go using it: https://github.com/lxn/walk/blob/master/notifyicon.go https://github.com/lxn/win/blob/master/shell32.go
This is pretty cool. Looking at the code, I realized that maybe it will lead to a faster frame rate when using the web backend. Sadly, something is broken there...
I figured out that there is no GL ES variant of the shader which lead all other backend to fail. I kind of half fixed it locally, but then I...