ffig
ffig copied to clipboard
Generate Cython bindings and build extension modules
FFIG could generate Cython .pyx
files and use CMake to build them into extension modules.
Sounds like a fine idea!
Do you have any Cython references we could use?
I've been playing with Cython this weekend, see https://github.com/ajbennieston/try-cython for an example of using Cython to wrap a simple C library.