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,

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

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 >

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

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

2016-08-27 Thread Michael Jones
I tried to build but was deterred by build woes. From: <golang-nuts@googlegroups.com> on behalf of mura <arumaka...@gmail.com> Date: Saturday, August 27, 2016 at 9:06 AM To: golang-nuts <golang-nuts@googlegroups.com> Cc: <howardcs...@gmail.com> Subject: [go-nuts]

[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