So I added support for the raspberry pi (previously it was xorg only)
I've included keyboard support but mouse support is missing for now....
it requires libpng-dev, pkg-config and build-essentials and possibly something else depending on your pi's setup (I use raspbian btw - kudos to the guy who did all the hard-float work!)
its the first time I've used GIT as well and it seem a thundering PITA so if there are files missing please be kind!
there are some weird inline warnings while compiling, from the broadcom libs, but it all links ok
the default makefile target builds a half finished 3d invaders type game (will eventually be a tutorial)
make simple will build simple.c which is the simplest example that uses most of the "api" to rotate a cube and display the current frame number with text
oh yeah you'll need this
https://github.com/chriscamacho/gles2framework
Enjoy!