「その他サービス/アプリクロスプラットフォーム」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→Electron) |
(→Electron) |
||
行26: | 行26: | ||
https://gist.github.com/qazbnm456/2d86796a48622b574f4afc2d903523c9 | https://gist.github.com/qazbnm456/2d86796a48622b574f4afc2d903523c9 | ||
+ | |||
+ | ==TAURI== | ||
+ | *言語:Rust | ||
+ | *開発元:firefoxの開発元社員 |
2023年12月14日 (木) 22:07時点における版
アプリのクロスプラットフォーム
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の開発元社員