go-allegro
go-allegro copied to clipboard
Go bindings for Allegro 5.
I built go-allegro under Allegro 5.2 with go 1.6. Display.go works great but game.go fails with the following error: > panic: runtime error: cgo argument has Go pointer to Go...
This is an adaptation for the last official release of the binaries beyond 5.0.
On attempting to build the library with 32-bit Go 1.10.1, I received a type conversion error in this function: ```go // Returns true if the error indicator is set on...