raylib-python-cffi
raylib-python-cffi copied to clipboard
automatic conversion of c arrays of strings
make this example nicer: https://github.com/electronstudio/raylib-python-cffi/blob/master/examples/core/core_drop_files.py
I've put everything into a single function: https://github.com/electronstudio/raylib-python-cffi/blob/master/examples/core/core_drop_files2.py
Currently I can't think of how to automate this beyond writing a function like that manually, which I don't really want to do.
this relates to https://github.com/electronstudio/raylib-python-cffi/issues/60
Raylib changed so this function returns a struct rather than array of strings. Assuming it doesn't do it anywhere else, closing this.