[bisq-network/proposals] Develop a fully featured cross-platform graphical user interface to the Bisq network supporting mobile, desktop, and web clients (#342)

chimp1984 notifications at github.com
Wed Sep 29 09:56:48 CEST 2021


Great thanks for the input!

> if you want to target desktop with Kotlin Native

As far I understand we can still use the jvm for desktop. Kotlin Native is only required for the iOS target as far I see.

The biggest issue I see is that java libraries cannot be used when Kotlin Native is used. The good thing is it helps to reduce dependencies to the absolute minimum and some low level stuff like crypto libs could be used via native bindings and we get much better performance as a plus.
I just checked Protobuf and there seems to be a Kotlin code generator. 

The project would start anyway with lower requirements and just enhance the current notification app a bit. In that stage I think it should be not too hard to get all requirements fulfilled and help to get hands on experience. 

For the long term goal to get a full Bisq node on mobile I guess Bisq v2 will become hopefully ready in the meantime and development on that should consider the mobile use case as requirement from the start. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/proposals/issues/342#issuecomment-929931948
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210929/96c510ea/attachment-0001.htm>


More information about the bisq-github mailing list