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
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
..
audio add audio example from @ashleysommer 2023-12-21 08:51:08 +00:00
core update core examples 2024-02-21 11:23:55 +00:00
extra Improve struct creation helper methods by auto converting arguments: (#119) 2024-03-03 11:45:09 +00:00
models added models waving cubes example 2023-08-11 23:41:31 +07:00
others RLGL standalone example (using new defines.py and GLFW) (#113) 2024-01-22 15:12:04 +00:00
physics tidy examples 2024-02-21 12:21:32 +00:00
shaders tidy examples 2024-02-21 12:21:32 +00:00
shapes Converting shapes_basic_shapes.c to python and adding it to examples (#104) 2023-07-07 17:06:11 +01:00
textures tidy examples 2024-02-21 12:21:32 +00:00