python3 bindings for libgfxd using ctypes
  • C 82.7%
  • Python 17.1%
  • Makefile 0.2%
Find a file
2026-03-14 00:37:34 +00:00
.github/workflows GHA: Update used actions (#22) 2026-03-14 00:37:34 +00:00
libgfxd Update libgfxd to 7dd7fa1 (#8) 2022-12-21 23:04:54 +00:00
test Add tests (#7) 2025-02-09 22:32:58 +00:00
.gitignore CI/CD, PyPI (#3) 2022-05-20 17:26:55 +01:00
LICENSE Add LICENSE 2021-03-11 21:18:06 +00:00
MANIFEST.in Add libgfxd .c/.h files to MANIFEST (#4) 2022-05-20 18:37:00 +01:00
pygfxd.def Windows build support (#14) 2024-01-11 19:36:51 +00:00
pygfxd.py Fix unsetting callbacks: pass None (#19) 2025-02-09 00:35:02 +00:00
pyproject.toml Windows build support (#14) 2024-01-11 19:36:51 +00:00
README.md Update README.md 2021-03-11 21:01:00 +00:00
setup.py Update the Github Actions versions used by CI (#21) 2025-10-20 19:55:51 +01:00

pygfxd

Python bindings for libgfxd

Refer to the original documentation and function docstrings for usage.

Before running the library, run make to build the libgfxd native code as a shared object.

Example in test.py, however sample data is not provided, please source some yourself.