1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
.. _platform-support-key:
================
Platform support
================
.. toctree::
:hidden:
macOS/index
windows/index
linux/index
iOS/index
android/index
web/index
+-----+-------------------------------------+
| |f| | Supported and tested in CI |
+-----+-------------------------------------+
| |y| | Supported and tested by maintainers |
+-----+-------------------------------------+
| |v| | Supported but not tested regularly |
+-----+-------------------------------------+
.. |Gradle| replace:: **Gradle project**
.. _Gradle: ./android/gradle.html
.. |iOS| replace:: **Xcode project**
.. _iOS: ./iOS/xcode.html
.. |AppImage| replace:: AppImage
.. _AppImage: ./linux/appimage.html
.. |Flatpak| replace:: Flatpak
.. _Flatpak: ./linux/flatpak.html
.. |System| replace:: **System package**
.. _System: ./linux/system.html
.. |macOSApp| replace:: **.app bundle**
.. _macOSApp: ./macOS/app.html
.. |Xcode| replace:: Xcode project
.. _Xcode: ./macOS/xcode.html
.. |Web| replace:: **Static**
.. _Web: ./web/static.html
.. |WindowsApp| replace:: **Windows app**
.. _WindowsApp: ./windows/app.html
.. |VisualStudio| replace:: Visual Studio project
.. _VisualStudio: ./windows/visualstudio.html
+---------+-----------------+--------+-------+---------+--------+---+-----+--------+-----+-------+
| Target App Format | Host System |
+ +--------+-------+---------+--------+---+-----+--------+-----+-------+
| | macOS | Windows | Linux |
+ +--------+-------+-----+--------+-------+-----+--------+-----+-------+
| | x86‑64 | arm64 | x86 | x86‑64 | arm64 | x86 | x86‑64 | arm | arm64 |
+=========+=================+========+=======+=====+========+=======+=====+========+=====+=======+
| Android | |Gradle|_ | |f| | |f| | | |f| | | |v| | |f| | |v| | |v| |
+---------+-----------------+--------+-------+-----+--------+-------+-----+--------+-----+-------+
| iOS | |iOS|_ | |f| | |f| | | | | | | | |
+---------+-----------------+--------+-------+-----+--------+-------+-----+--------+-----+-------+
| Linux | |AppImage|_ | |v| | |v| | | | | |v| | |v| | |v| | |v| |
+ +-----------------+--------+-------+-----+--------+-------+-----+--------+-----+-------+
| | |Flatpak|_ | | | | | | |v| | |f| | |v| | |f| |
+ +-----------------+--------+-------+-----+--------+-------+-----+--------+-----+-------+
| | |System|_ | |y| | |y| | | | | |v| | |f| | |v| | |f| |
+---------+-----------------+--------+-------+-----+--------+-------+-----+--------+-----+-------+
| macOS | |macOSApp|_ | |f| | |f| | | | | | | | |
+ +-----------------+--------+-------+-----+--------+-------+-----+--------+-----+-------+
| | |Xcode|_ | |f| | |f| | | | | | | | |
+---------+-----------------+--------+-------+-----+--------+-------+-----+--------+-----+-------+
| Web | |Web|_ | |f| | |f| | |v| | |f| | |v| | |v| | |f| | |v| | |f| |
+---------+-----------------+--------+-------+-----+--------+-------+-----+--------+-----+-------+
| Windows | |WindowsApp|_ | | | | |f| | | | | | |
+ +-----------------+--------+-------+-----+--------+-------+-----+--------+-----+-------+
| | |VisualStudio|_ | | | | |f| | | | | | |
+---------+-----------------+--------+-------+-----+--------+-------+-----+--------+-----+-------+
|