Skip to content

Instantly share code, notes, and snippets.

package main
import (
"github.com/goxjs/gl"
"github.com/goxjs/glfw"
)
func main() {
if err := glfw.Init(gl.ContextWatcher); err != nil {
panic(err)