I've been tinkering with writing a simple game in Golang as well. I don't think it's a good idea to lob in an entire web browser for a game, though. I've been using the go-gl stack:<p><a href="https://github.com/go-gl" rel="nofollow">https://github.com/go-gl</a><p>They have a wrapper for GLFW and OpenGL, I've been using GLES2 which has good compatability with everything. You have to be prepared to learn how to write shaders and use OpenGL, though, so it can be a bit intimidating. Here's the (extremely incomplete and very bad) game I have so far:<p><a href="http://git.sr.ht/~sircmpwn/freefood" rel="nofollow">http://git.sr.ht/~sircmpwn/freefood</a>