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/raylib
2024-10-01 00:48:58 +01:00
..
__init__.py give useful error when native DLL isnt found 2024-10-01 00:48:58 +01:00
__init__.pyi fix some typehints for lists (not sure why wasnt updated when pyray/__init__.pyi was?) 2024-07-01 14:31:42 +01:00
build.py Disable use of Py_LIMITED_API. Py_LIMITED_API already didn't work reliably - we had to do builds for every Python version to ensure they would all work. So removing it shouldn't cause problems, and it may increase performance and may allow running on free-threading Python. 2024-07-10 00:48:10 +01:00
build_multi.sh generate h files on linux and then use them on windows 2021-10-16 20:46:52 +01:00
build_multi_linux.sh generate h files on linux and then use them on windows 2021-10-16 20:46:52 +01:00
build_multi_rpi_nox.sh generate h files on linux and then use them on windows 2021-10-16 20:46:52 +01:00
colors.py add some legacy #defines 2022-06-23 17:18:22 +01:00
defines.py automatically export defines, by @ashleysommer 2024-01-22 15:05:29 +00:00
enums.py restore missing pyi files 2023-12-21 07:11:31 +00:00
glfw3.h.modified add support for GLFW3 2024-01-22 14:48:31 +00:00
physac.h.modified update to raylib 4.2-dev and re-add physac and raygui from their own repos. 2022-06-12 02:08:36 +01:00
raygui.h.modified 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
raylib.h.modified 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
raymath.h.modified 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
rlgl.h.modified 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
version.py QOL docs, colors, version number, example imports 2021-10-04 15:56:29 +01:00