ffig icon indicating copy to clipboard operation
ffig copied to clipboard

Generate Cython bindings and build extension modules

Open ajbennieston opened this issue 6 years ago • 2 comments

FFIG could generate Cython .pyx files and use CMake to build them into extension modules.

ajbennieston avatar Oct 14 '18 19:10 ajbennieston

Sounds like a fine idea!

Do you have any Cython references we could use?

jbcoe avatar Oct 14 '18 19:10 jbcoe

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.

ajbennieston avatar Oct 14 '18 19:10 ajbennieston