tulir / gomuks

A Matrix client written in Go.
https://maunium.net/go/gomuks
GNU Affero General Public License v3.0
1.37k stars 123 forks source link

Gioui version for web, desktop and mobile gui #383

Closed gedw99 closed 1 week ago

gedw99 commented 2 years ago

This is great as a terminal. It is probably relatively easy to also build an a gui using the same base code.

https://gioui.org/

https://github.com/gioui

it’s 100% golang and compiles to desktop, mobile and web.

If the networking library is web sockets based then all 3 can use it. Then it’s just a matter of coding the gui in golang and making the calls via the web sockets lib already used in this repo .

i would be open to working on this with others . So let me know the level of interest in this .

btw there are many example on GitHub and sourcehut of gioui apps. Just search using the “gioui“ term !