「その他サービス/アプリクロスプラットフォーム」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→Electron) |
(→TAURI) |
||
行27: | 行27: | ||
https://gist.github.com/qazbnm456/2d86796a48622b574f4afc2d903523c9 | https://gist.github.com/qazbnm456/2d86796a48622b574f4afc2d903523c9 | ||
− | == | + | ==Tauri== |
*言語:Rust | *言語:Rust | ||
*開発元:firefoxの開発元社員 | *開発元:firefoxの開発元社員 |
2023年12月14日 (木) 23:44時点における版
アプリのクロスプラットフォーム
androidとios両方開発が可能なクロスプラットフォーム環境
一覧
- Flutter(フラッター)
- React Native(リアクトネイティブ)
- Xamarin(ザマリン)
Flutter
- 言語:c#(.net)
- 開発元:microsoft
- flutter 1.0が20181204にでた。http://www.itmedia.co.jp/news/articles/1812/05/news066.html
React Native
- 言語:Javascript
- 開発元:Facebook
Xamarin
- 言語:Dart
- 開発元:Google
Electron
- 言語:html5, js
- 開発元:github
- windows, mac, linuxのみでモバイル非対応っぽい。
https://gist.github.com/qazbnm456/2d86796a48622b574f4afc2d903523c9
Tauri
- 言語:Rust
- 開発元:firefoxの開発元社員