diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-09-14 07:32:44 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-11-12 12:02:10 +0100 |
commit | 1635a730e819b9e6bb2d7ca1c8047fb737e5a3f4 (patch) | |
tree | 829c2f701a0a8031c95bb65ee88957d407baec0d /README.adoc | |
parent | a64b1152a175a611ef879c2ceb2323f201f77dec (diff) | |
download | xK-1635a730e819b9e6bb2d7ca1c8047fb737e5a3f4.tar.gz xK-1635a730e819b9e6bb2d7ca1c8047fb737e5a3f4.tar.xz xK-1635a730e819b9e6bb2d7ca1c8047fb737e5a3f4.zip |
Add a Fyne frontend for xC
It is fairly mediocre all around, but also generally usable,
natively covering mobile platforms.
Diffstat (limited to 'README.adoc')
-rw-r--r-- | README.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc index 3cfecb7..cac4911 100644 --- a/README.adoc +++ b/README.adoc @@ -142,6 +142,12 @@ For remote use, it's recommended to put 'xP' behind a reverse proxy, with TLS, and some form of HTTP authentication. Pass the external URL of the WebSocket endpoint as the third command line argument in this case. +xA +~~ +The Fyne frontend supports all of Linux, FreeBSD, Windows, macOS, Android, and +iOS natively, albeit somewhat poorly. Only use `fyne` or `fyne-cross` after +running `make` first. + xW ~~ The Win32 frontend is a separate CMake subproject that should be compiled |