Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace ctypes with another C/C++ interface framework #38

Open
dubusster opened this issue Jan 17, 2024 · 0 comments
Open

Replace ctypes with another C/C++ interface framework #38

dubusster opened this issue Jan 17, 2024 · 0 comments

Comments

@dubusster
Copy link
Contributor

Currently, python code interfaces the C code with ctypes. It is a bit of a hassle to manage the compilation pipeline and wheel building pipeline as it is totally agnostic of the operating system (which shouldn't as there are C shared lib).

A better binding system would contribute to ease the developer experience.

Hence, I propose to use pybind11 which is quite easy to transfer from ctypes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant