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

筅森魡賤 提交于 2020-01-06 18:20:05

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

 

随性而发

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!