SwipEout - retro racing for N950 and N900
Via: @Jaffa2
Editor: Andrew Olmsted
Thomas Perl has been experimenting with OpenGL ES and python and came up with 3D hovercraft racing game called "SwipEout" As for the GL ES bindings (this is the interesting/useful part to developers who want to access the GL ES 2.0 API from Python), I put together a naive header-to-ctypes binding generator for the GL ES 2.0 API which you can run on "gl2.h" from the Qt SDK's Madde sysroot (too lazy to search for a working binding generator that surely exists somewhere out there already) - or just grab the generated "gles2.py" from the SwipEout source tarball. The result? Video it yourself. The game itself is simple, but the more exciting part is having people work on nice 3D games that will work in Harmattan.