[golang][gui]Hands On GUI Application Development in Go【在Go中动手进行GUI应用程序开发】读书笔记04-GUI库大全

https://github.com/andlabs/libui c++

https://github.com/andlabs/ui

https://github.com/gotk3/gotk3/

https://github.com/go-gl/gl/v2.1/gl

https://github.com/go-gl/glfw/v3.2/glfw

github.com/hajimehoshi/ebiten  使用了glfw  A dead simple 2D game library in Go https://ebiten.org/, 有很多小游戏例子
 
https://www.packtpub.com/ 国外售书网站,编程书籍质量不错

http://fyne.io/fyne

github.com/zserge/lorca --嵌入html

https://www.glfw.org/

https://github.com/golang-ui/nuklear

golang使用gui可以参考一下炽手可热的vlang关于gui的讨论 https://github.com/vlang/v/issues/2065

因此,不能选择Qt,GTK,Nuklear。

我只能想到wxWidgets和libui,后者还处于早期阶段,还没有积极开发。

wpf

C# 

Eto https://github.com/picoe/Eto

AvaloniaUI https://github.com/AvaloniaUI/Avalonia

Gtk# https://github.com/GtkSharp/GtkSharp

随性而发

猜你喜欢

转载自www.cnblogs.com/landv/p/11974610.html