[go-nuts] Re: Cross platform native(no dependencies) GUI options.

2018-05-28 Thread Robert Johnstone
I'm not certain that blocking CGO because of compile speed should be a primary concern. The package that implements the interface to the underlying system should be built once and installed. After that, the impact on build speed should be no different than importing any other package.

[go-nuts] Re: Cross platform native(no dependencies) GUI options.

2018-05-27 Thread Fino
yes , there are https://github.com/g3n/engine https://github.com/google/gxui https://github.com/goki/ki widgets in Go, window by GLFW, 2D graphic by opengl or a 2D graphic lib in Go, BR fino -- You received this message because you are subscribed to the Google Groups "golang-nuts" group.