Skip to content

Instantly share code, notes, and snippets.

@nobonobo
Last active September 19, 2015 07:16
Show Gist options
  • Save nobonobo/01f24ae031d5deb9c22b to your computer and use it in GitHub Desktop.
Save nobonobo/01f24ae031d5deb9c22b to your computer and use it in GitHub Desktop.
最近のクロスプラットフォームGUIまとめ(gopher成分多め)
プラットフォーム PC動作 モバイル動作 Web動作 PC版ビルド モバイル版ビルド Web版ビルド
electron OK NG NG クロスOK NG NG
cordova OK OK OK 各種SDK必要 各種SDK必要 OK
gxui+golang OK NG NG クロスOK NG NG
go.mobile+golang NG OK NG NG OK(注1) NG
gxui+golang+gopherjs - - OK - - OK

ただし、gxui+golang+gopherjsのアウトプットはcordovaやelectronに載せられる。

注1: バイナリが作れるところまで。アプリ化には各種SDK必要

@nobonobo
Copy link
Author

gxuiをブラウザで動かす手順は こちら

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment