Minimalistic "pythonic" GP_Context wrapper
commit22d47ec8e304affafa567d890965992088bd08a6
authorTomas Gavenciak <gavento@ucw.cz>
Thu, 24 Nov 2011 22:20:32 +0000 (24 23:20 +0100)
committerTomas Gavenciak <gavento@ucw.cz>
Thu, 24 Nov 2011 22:20:32 +0000 (24 23:20 +0100)
treea0b75de18d576d3dc89186256214f61b7d027797
parent64ec17d6274119e321accf352b452b0a4d664097
Minimalistic "pythonic" GP_Context wrapper

Placement is temporary
Loads gfxprim_core_c and gfxprim_loaders_c as core, loaders
Naive (but correct) error handling
Supports both owned and non-owned GP_Contexts (could be screen, etc.)
Supports subcontexts (with keeping ref. to parent to prevent GC)
pylib/context.py [new file with mode: 0644]