Viewing a single comment thread. View all comments

JanBitesTheDust OP t1_ja8avd4 wrote

I actually have never wrapped C code for python hahaha. I wonder how difficult it is?

1

Jonas_SV t1_ja8tpxw wrote

Not too bad, check the python C types API

2

CireNeikual t1_ja93iae wrote

I would actually recommend Cython over C types, it's nicer especially when it comes to handling numpy arrays.

1