Re: [go-nuts] Re: ANNOUNCE: renderview

2016-08-29 Thread Joe Blue
Hey everyone, That's great news. So trying this out i got stopped... seems i need gtk on OSX. i got lots trying to find out how to cleanly get gtk working on OSX. Their docs did not make sense to me. http://www.gtk.org/download/macos.php raised an issue. https://github.com/TheGrum/renderview/iss

Re: [go-nuts] Re: ANNOUNCE: renderview

2016-08-28 Thread howardcshaw
Alright, gotk3 appears to be working properly now. I found the right function - I had found set_surface_pixbuf in the GTK3 docs, but thought it missing from the gotk3, until a helpful page pointed out that it was *not* a Cairo function, and took the Cairo context as a parameter instead. So, one

Re: [go-nuts] Re: ANNOUNCE: renderview

2016-08-28 Thread howardcshaw
I still have not tested on Windows; I did look up and find some documentation on how to get go and gtk installed and working together on Windows, and it basically boils down to installing the linux version of go under mingw. https://github.com/conformal/gotk3/wiki/Installing-on-Windows http://s

Re: [go-nuts] Re: ANNOUNCE: renderview

2016-08-27 Thread howardcshaw
Thanks, Nigel. I've updated as you recommended. Remember to use -u to tell go get to fetch it fresh from github. go get -u github.com/TheGrum/renderview On Saturday, August 27, 2016 at 7:21:12 PM UTC-5, Nigel Tao wrote: > > > Yeah, all of the "renderview" imports need to be > "github.com/TheGru

Re: [go-nuts] Re: ANNOUNCE: renderview

2016-08-27 Thread Nigel Tao
On Sun, Aug 28, 2016 at 2:57 AM, Michael Jones wrote: > I tried to build but was deterred by build woes. Yeah, all of the "renderview" imports need to be "github.com/TheGrum/renderview" to play well with "go get". -- You received this message because you are subscribed to the Google Groups "go

Re: [go-nuts] Re: ANNOUNCE: renderview

2016-08-27 Thread Michael Jones
I tried to build but was deterred by build woes. From: on behalf of mura Date: Saturday, August 27, 2016 at 9:06 AM To: golang-nuts Cc: Subject: [go-nuts] Re: ANNOUNCE: renderview Does it depend on CGO? I think CGO dependency is the most annoying issue of existing GUI libraries in

[go-nuts] Re: ANNOUNCE: renderview

2016-08-27 Thread mura
Does it depend on CGO? I think CGO dependency is the most annoying issue of existing GUI libraries in Go. Two suggestions: how about adding some screenshots and a godoc link? On Saturday, August 27, 2016 at 11:04:27 PM UTC+8, howar...@gmail.com wrote: > > I mentioned this on the list a littl