= Sprint 2013/12/07 = == When == Saturday, 7th of December, 2013, starting from around 10:00 == Where == [wiki:PraekeltOffice Praekelt] have offered to host us. == Background == There is a lot of interest in getting pygame running efficiently on !PyPy Notably, the Raspberry !PI foundation are rather keen on the idea. == What? == * Try to get a subset of pygame working on cffi * At least pygame.time, pygame.display, pygame.event, pygame.Rect and pygame.draw * Ideally also pygame.font, pygame.rotate, pygame.transform * Target a simple tutorial - possibly http://inventwithpython.com/wormy.py * Test performance on Raspberry PI == Other stuff == * Use existing sdl cffi project? * pysdl-cffi (targets SDL 2.0, and doesn't wrap other needed libraries) * Others? * Roll our own cffi wrappers? * Duplicates a bunch of xisting work