OffByOneStudios / massive-dangerzone

A platform agnostic module management system.
6 stars 1 forks source link

Improve Python Wrapper with lib `cffi` #34

Open mason-bially opened 10 years ago

mason-bially commented 10 years ago

The python wrapper currently uses ctypes, which is a very annoying experience. Instead we should use lib cffi. Which is also supported by PyPy's JIT.

See: http://eli.thegreenplace.net/2013/03/09/python-ffi-with-ctypes-and-cffi/