richard
|
ed018b2b77
|
pyray: if function arg requires pointer and is given a pointer, don't try to create a pointer. if given a python primitive(float/int/bool), create an FFI float/int/bool and use pointer to it. https://github.com/electronstudio/raylib-python-cffi/issues/57
|
2022-02-02 20:32:12 +00:00 |
|
richard
|
c784857527
|
return empty string for null pointers https://github.com/electronstudio/raylib-python-cffi/issues/51
|
2021-11-12 00:34:43 +00:00 |
|
richard
|
1b8598fa55
|
automatically convert char* function return type to string https://github.com/electronstudio/raylib-python-cffi/issues/51
|
2021-11-06 17:59:47 +00:00 |
|
richard
|
ec752bdab7
|
refactor pyray into separate module
|
2021-10-08 04:47:58 +01:00 |
|