Actually, I am, though only now and then. Any interest in helping out? I could share what I've done so far - basically I've set up the glfw backbend to launch correctly, but I haven't done any of the drawing or event watching.
--
You received this message because you are subscribed to the Google Groups "go-uik" group.
To unsubscribe from this group and stop receiving emails from it, send an email to go-uik+un...@googlegroups.com.
To post to this group, send email to go-...@googlegroups.com.
Visit this group at http://groups.google.com/group/go-uik.
For more options, visit https://groups.google.com/groups/opt_out.
I haven't made any gl calls yet, and I'm not familiar with what Russ did, but the flush method needs to execute in a locked goroutine that we create for glfw.Init. should be straight forward. I'll see if I can make that available when I get into work!
--
--
"github.com/Agon/baukasten/gl" is a wrapper library around "github.com/chsc/gogl/gl33" which makes it convenient to blit 2d images. I don't know the internal details of the library but know that it is easy to use for drawing 2d with OpenGL.
Gerard--
You received this message because you are subscribed to the Google Groups "go-uik" group.