This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
raylib-python-cffi/pyray
Richard Smith 33dce4ecfd
Improve struct creation helper methods by auto converting arguments: (#119)
* None to ffi.NULL
 * array and ndarray to buffer, and keep weakref so it doesn't get GCed

This makes it possible to create Mesh structs without too much faffing.
2024-03-03 11:45:09 +00:00
..
__init__.py Improve struct creation helper methods by auto converting arguments: (#119) 2024-03-03 11:45:09 +00:00
__init__.pyi add support for GLFW3 2024-01-22 14:48:31 +00:00