Cedric BAIL

Results 224 comments of Cedric BAIL

I kind of think that the implementation is going to enable both at the same time. As the web rely on the glfw code, as long as we enable the...

Agreed and I don't think this issue should be about the second part just the first one.

I forgot about the keyboard issue, but we need to implement something that would popup a virtual keyboard when selecting an entry, something like: https://github.com/dantasulisses/WebMobileInputFix could help.

AccessKit is definitively on our radar and most likely the way forward. It does introduce additional native dependencies that will have to be solved. There is a lot of work...

Hi @DataTriny , thanks for stopping by. Good to know there is C API now, this will make writing a Go wrapper easier. I think it will be best for...

I would really dislike if Fyne was trying to do the remember instead of my windows manager on Linux. If it is expected that application do that on Windows, I...

It is sadly the other way around, call from wasm->js with a lot of data passed on those call. I am hoping that the work to support wasi might actually...

Yeah, reducing call will help a lot too. That would help for embedded devices too (grouping all call that use the same shader to be one call of there is...

Example 1 is the easiest and what I have in mind in the mid term (right now each is buffered, so there will be less benefit).

To my understanding, right now go does not use wasm thread at all and the js and wasm runtime share the same thread. And yes, communication is also synchronous, but...