fyne-io / fyne

Cross platform GUI toolkit in Go inspired by Material Design
https://fyne.io/
Other
23.97k stars 1.34k forks source link

Build support for wear OS #3754

Open yourfavDev opened 1 year ago

yourfavDev commented 1 year ago

Checklist

Is your feature request related to a problem?

I think it would be nice to be able to cross compile my fyne codebase to wear os

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

No response

Describe the solution you'd like to see.

A basic implementation at least !

andydotxyz commented 1 year ago

Totally would be cool. Not sure what would be involved in this. Let's discuss possible approaches after we complete the scope for next release...

yourfavDev commented 1 year ago

Thank you for creating this milestone, hope we get to use it soon !

Bluebugs commented 1 year ago

If you can find documentation on how to target wear OS, that would be very helpful to move this task forward.

yourfavDev commented 1 year ago

I could not find anything related to this on the web so that is why i opened this issue, i am afraid the docs does not cover anything like this although it would be useful as not so many apps have a wear os counter part and the demand for such apps is rising

yourfavDev commented 1 year ago

Any update?

Jacalz commented 1 year ago

No, the issue is still open and it has only been two weeks since you opened it. We will write here in case work is started.

This is scheduled preliminary to the release after the one we currently are working on (see the milestone). There are other issues that need to be prioritised at the moment. It is also worth keeping in mind that this is a complex issue that would be more or less impossible to work on without having hardware to test it on…

Bluebugs commented 1 year ago

The lack of documentation or any technical direction to take is also going to impede on the speed of resolving this issue. Figuring how to write open gl application on wear os would really help to move this issue forward for example.