It really looks great, and I'm eager to try it - but how do you build the library ?
I "go get"ed it, but when I try go build I get these errors :
1: error: 'sfJoystickConnectEvent' undeclared (first use in this function)
... and 8 other similar errors, with other Event types.
I have the last SFML sources (from 2012-11-24) ; is this a problem ? Do I need to put them somewhere specific ?
EDIT : just noticed I also might need csfml. I have version 1.99 from 2012-05-04. Is it too old ?
EDIT2 : Ow, grabbed csfml from git, and it works !
Quite impressive...