回答編集履歴

5

PWAに参考リンク

2019/10/23 13:01

投稿

nobonobo
nobonobo

スコア3367

test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  - [therecipe/qt](https://github.com/therecipe/qt)
20
20
 
21
- - PWAベース
21
+ - PWAベース([goapp](https://github.com/maxence-charriere/app)など)
22
22
 
23
23
 
24
24
 

4

追記

2019/10/23 13:01

投稿

nobonobo
nobonobo

スコア3367

test CHANGED
@@ -25,3 +25,11 @@
25
25
  それぞれ出来ること出来ないことがありますのであとは要件次第ですが、最も融通が効くのはqtでしょうか。
26
26
 
27
27
  参考情報 [http://golang.rdy.jp/gogui/](http://golang.rdy.jp/gogui/)
28
+
29
+
30
+
31
+ ReactNativeやNativeScriptなどが
32
+
33
+ クロスプラットフォームGUIのフレームワークとしては有力ですが、
34
+
35
+ Go言語を利用する方法はまだ確立されていません。

3

リンク追加

2019/10/23 12:47

投稿

nobonobo
nobonobo

スコア3367

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ElectronやMuonはモバイルサポートが無いので対象からは外れますね。
6
6
 
7
- Chrome依存のlorcaもデスクトップ対応のみ。
7
+ Chrome依存の[lorca](https://github.com/zserge/lorca)もデスクトップ対応のみ。
8
8
 
9
9
 
10
10
 

2

リンク追加

2019/10/23 12:29

投稿

nobonobo
nobonobo

スコア3367

test CHANGED
@@ -12,11 +12,11 @@
12
12
 
13
13
 
14
14
 
15
- - gomobile
15
+ - [gomobile](https://github.com/golang/mobile)
16
16
 
17
- - gioui
17
+ - [gioui](https://git.sr.ht/~eliasnaur/gio)
18
18
 
19
- - therecipe/qt
19
+ - [therecipe/qt](https://github.com/therecipe/qt)
20
20
 
21
21
  - PWAベース
22
22
 

1

リンク追加

2019/10/23 12:27

投稿

nobonobo
nobonobo

スコア3367

test CHANGED
@@ -1,4 +1,4 @@
1
- Goには軽量Electronの Muon (https://github.com/ImVexed/muon)
1
+ Goには軽量Electronの Muon ([https://github.com/ImVexed/muon](https://github.com/ImVexed/muon))
2
2
 
3
3
  というのもありますが、
4
4
 
@@ -23,3 +23,5 @@
23
23
 
24
24
 
25
25
  それぞれ出来ること出来ないことがありますのであとは要件次第ですが、最も融通が効くのはqtでしょうか。
26
+
27
+ 参考情報 [http://golang.rdy.jp/gogui/](http://golang.rdy.jp/gogui/)