go-openal icon indicating copy to clipboard operation
go-openal copied to clipboard

Experimental OpenAL bindings for Go.

Results 1 go-openal issues
Sort by recently updated
recently updated
newest added

After `import "github.com/phf/go-openal/al"`, I get this: ``` # github.com/phf/go-openal/al buffer.go:9:10: fatal error: 'AL/al.h' file not found #include ^ 1 error generated. ``` My specs: - Mac OS 10.8.5 using clang...