facebook twitter hatena line email

「その他サービス/アプリクロスプラットフォーム」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(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

React Native

  • 言語:Javascript
  • 開発元:Facebook

Xamarin

  • 言語:Dart
  • 開発元:Google

Electron

  • 言語:html5, js
  • 開発元:github
  • windows, mac, linuxのみでモバイル非対応っぽい。

https://gist.github.com/qazbnm456/2d86796a48622b574f4afc2d903523c9

TAURI

  • 言語:Rust
  • 開発元:firefoxの開発元社員