facebook twitter hatena line email

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

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(Electron)
(TAURI)
行27: 行27:
 
https://gist.github.com/qazbnm456/2d86796a48622b574f4afc2d903523c9
 
https://gist.github.com/qazbnm456/2d86796a48622b574f4afc2d903523c9
  
==TAURI==
+
==Tauri==
 
*言語:Rust
 
*言語:Rust
 
*開発元:firefoxの開発元社員
 
*開発元:firefoxの開発元社員

2023年12月14日 (木) 23:44時点における版

アプリのクロスプラットフォーム

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の開発元社員