「その他サービス/アプリクロスプラットフォーム」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→アプリのクロスプラットフォーム) |
(→Tauri) |
||
(同じ利用者による、間の9版が非表示) | |||
行8: | 行8: | ||
==Flutter== | ==Flutter== | ||
− | 言語:c#(.net) | + | *言語:c#(.net) |
− | 開発元:microsoft | + | *開発元:microsoft |
+ | *flutter 1.0が20181204にでた。http://www.itmedia.co.jp/news/articles/1812/05/news066.html | ||
==React Native== | ==React Native== | ||
− | 言語:Javascript | + | *言語:Javascript |
− | 開発元:Facebook | + | *開発元:Facebook |
==Xamarin== | ==Xamarin== | ||
− | 言語:Dart | + | *言語:Dart |
− | 開発元:Google | + | *開発元:Google |
+ | |||
+ | ==Electron== | ||
+ | *言語:html5, js | ||
+ | *開発元:github | ||
+ | *windows, mac, linuxのみでモバイル非対応っぽい。 | ||
+ | |||
+ | https://gist.github.com/qazbnm456/2d86796a48622b574f4afc2d903523c9 | ||
+ | |||
+ | ==Tauri== | ||
+ | *言語:Rust | ||
+ | *開発元:firefoxの開発元のMozilla社員 |
2023年12月15日 (金) 15:43時点における最新版
アプリのクロスプラットフォーム
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の開発元のMozilla社員