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
Ashley Sommer 87e534e142
RLGL standalone example (using new defines.py and GLFW) (#113)
* Bump raylib to 5.0, Bump RayGUI to 4.0
Generate bindings for raylib's embedded GLFW, to enable lower-level examples (see examples/others/rlgl_standalone.py)
Dynamically generate defines at library build-time, they are known by the raylib parser.
Bug fix, allow raylib parser to see RayGUI, Physac, and RayMath exported functions, get proper argument names from functions, provide real argument names on interface definitions.

* Fix finding glfw3.h include file on Windows build

* Fix building for macos on cirrus CI.

* Update version.py

* Update create_enums.py

* Update build.py

* Update make_docs.sh

---------

Co-authored-by: Richard Smith <electronstudio@users.noreply.github.com>
Co-authored-by: Richard Smith <github@electronstudio.co.uk>
2024-01-22 15:12:04 +00:00
..
audio add audio example from @ashleysommer 2023-12-21 08:51:08 +00:00
core Bump Raylib to v5.0.0, RayGUI 4.0 is designed to be used with RayLib 5, so bump RayGUI too to 4.0. 2023-12-19 10:49:31 +10:00
extra fixes to examples 2022-02-04 10:42:07 +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 Add physics demo 2022-05-26 02:51:32 -07:00
shaders update raylib to 4.5 2023-05-22 17:01:19 +01:00
shapes Converting shapes_basic_shapes.c to python and adding it to examples (#104) 2023-07-07 17:06:11 +01:00
textures added texures srcrec dstrec example (#93) 2022-10-25 23:48:50 +01:00