Skip to content

Instantly share code, notes, and snippets.

@banthar
banthar / vbo.go
Created October 24, 2012 17:18
vbo
package main
import (
"github.com/go-gl/gl"
"github.com/go-gl/glfw"
"github.com/go-gl/glh"
"log"
"runtime"
)
@banthar
banthar / mini.go
Created May 26, 2010 13:33 — forked from manveru/mini.go
package main
import (
"gl"
"sdl"
)
func main() {
if sdl.Init(sdl.INIT_VIDEO) != 0 {
println("Video initialization failed: " + sdl.GetError())