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/examples/extra
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
..
extra_camera.py tidy examples 2024-02-21 12:21:32 +00:00
extra_flow_field.py tidy examples 2024-02-21 12:21:32 +00:00
extra_transparent_undecorated_window.py tidy examples 2024-02-21 12:21:32 +00:00
mesh_creation.py Improve struct creation helper methods by auto converting arguments: (#119) 2024-03-03 11:45:09 +00:00