Changes between Version 1 and Version 2 of Meeting20131207


Ignore:
Timestamp:
Nov 11, 2013, 10:24:01 AM (10 years ago)
Author:
Neil
Comment:

Add notes

Legend:

Unmodified
Added
Removed
Modified
  • Meeting20131207

    v1 v2  
    99 [wiki:PraekeltOffice Praekelt] have offered to host us.
    1010
     11== Background ==
     12
     13There is a lot of interest in getting pygame running efficiently on !PyPy Notably, the Raspberry !PI foundation are rather keen on the idea.
     14
    1115== What? ==
    1216
    1317 * Try to get a subset of pygame working on cffi
     18   * At least pygame.time, pygame.display, pygame.event, pygame.Rect and pygame.draw
     19   * Ideally also pygame.font, pygame.rotate, pygame.transform
     20 * Target a simple tutorial - possibly http://inventwithpython.com/wormy.py
     21 * Test performance on Raspberry PI
    1422
     23== Other stuff ==
    1524
     25 * Use existing sdl cffi project?
     26   * pysdl-cffi (targets SDL 2.0, and doesn't wrap other needed libraries)
     27   * Others?
     28 * Roll our own cffi wrappers?
     29    * Duplicates a bunch of xisting work
     30