Re: Writing a wrapper - any tips?

2012-07-13 Thread Stefan Behnel
Martin P. Hellwig, 13.07.2012 09:39: > On Friday, 13 July 2012 05:03:23 UTC+1, Temia Eszteri wrote: >> I'm going to be looking into writing a wrapper for the Allegro 5 game >> development libraries, either with ctypes or Cython. They technically >> have a basic 1:1 ctypes wrapper currently, but I

Re: Writing a wrapper - any tips?

2012-07-13 Thread Martin P. Hellwig
On Friday, 13 July 2012 05:03:23 UTC+1, Temia Eszteri wrote: > I'm going to be looking into writing a wrapper for the Allegro 5 game > development libraries, either with ctypes or Cython. They technically > have a basic 1:1 ctypes wrapper currently, but I wanted to make > something more pythonic,

Writing a wrapper - any tips?

2012-07-12 Thread Temia Eszteri
I'm going to be looking into writing a wrapper for the Allegro 5 game development libraries, either with ctypes or Cython. They technically have a basic 1:1 ctypes wrapper currently, but I wanted to make something more pythonic, because it'd be next to impossible to deal with the memory management