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

refactor to use cffi/c2ffi to auto-generate most of it #1

Open
attila-lendvai opened this issue Jun 22, 2021 · 0 comments
Open

refactor to use cffi/c2ffi to auto-generate most of it #1

attila-lendvai opened this issue Jun 22, 2021 · 0 comments

Comments

@attila-lendvai
Copy link
Contributor

hu.dwim.graphviz should be updated to use the c2ffi based machinery to auto-generate most of the FFI.

the current code uses an obsolete CFFI syntax, but changing it by hand doesn't make sense when we now have cffi/c2ffi. for an example usage of it see https://github.com/hu-dwim/hu.dwim.zlib/, or https://github.com/hu-dwim/hu.dwim.sdl/ for a more complex example.

@attila-lendvai attila-lendvai changed the title update to use cffi/c2ffi to auto-generate most of it refactor to use cffi/c2ffi to auto-generate most of it Jun 22, 2021
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