Commit graph

442 commits

Author SHA1 Message Date
Richard Smith
452881e916 try 2024-10-11 17:33:25 +01:00
Richard Smith
c12365d448 try 2024-10-11 17:27:38 +01:00
Richard Smith
4a787f1c71 fix 2024-10-09 19:02:03 +01:00
Richard Smith
55a0d150c4 windows 2024-10-09 18:53:45 +01:00
Richard Smith
957584a9d4 install alsa etc before building sdl 2024-09-24 23:56:31 +01:00
Richard Smith
8db9563c53 try to set fpic 2024-09-24 23:29:29 +01:00
Richard Smith
216c4696f2 try static sdl build 2024-09-24 23:23:30 +01:00
Richard Smith
a9f2884f39 remove glfw header 2024-09-24 19:00:36 +01:00
Richard Smith
dad06219c3 sdl2 link flags 2024-09-20 19:30:14 +01:00
Richard Smith
0bf42b291e sdl dl 2024-09-20 19:10:51 +01:00
Richard Smith
dd9916a8f8 sdl dl 2024-09-20 19:07:23 +01:00
Richard Smith
0a0ceea1dd sdl 2024-09-20 18:48:53 +01:00
Richard Smith
6b7cffe86f add libxkbcommon-dev 2024-09-20 18:40:56 +01:00
Richard Smith
9b81a6d699 update headers 2024-09-20 18:36:17 +01:00
Richard Smith
a48757b815 add libwayland-dev 2024-09-20 18:30:26 +01:00
Richard Smith
271c6e1aeb latest raylib version 2024-09-20 18:25:27 +01:00
Richard Smith
15ea1dc79b add the modified header files to the source distro to make building on windows easier 2024-09-20 16:27:11 +01:00
Richard Smith
035830b567 update github actions/upload-artifact since old version no longer works 2024-09-20 15:27:15 +01:00
Richard Smith
d6dc9e7d5c fix pip failing to do binary build from source 2024-09-20 15:23:58 +01:00
Richard Smith
05955b5ef1 cffi 1.17.1 2024-09-05 10:00:34 +01:00
Richard Smith
df2bbccb1f update RPI instructions to build shared lib for DRM because we dont currently add required flags to for static lib to find EGL library 2024-08-03 13:20:30 +01:00
Richard Smith
252fc29c18 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
Richard Smith
7af2922eb3 update docs 2024-07-02 15:43:33 +01:00
Richard Smith
57da96d576 github macos 13 doesnt work either 2024-07-02 14:26:00 +01:00
Richard Smith
c80cc59166 cirrus doesnt support macos 13 any more, so try it on github 2024-07-02 14:19:14 +01:00
Richard Smith
d6d0b50e80 allow building without glfw headers 2024-07-02 13:54:18 +01:00
Richard Smith
43630d8b5a docs update 2024-07-02 09:58:07 +01:00
Richard Smith
812f0f7527 macos 11 runner doesnt work, upgrade to 12 2024-07-02 09:57:49 +01:00
Richard Smith
599c74af0b version bump 2024-07-01 14:31:58 +01:00
Richard Smith
147e9f882a fix some typehints for lists (not sure why wasnt updated when pyray/__init__.pyi was?) 2024-07-01 14:31:42 +01:00
Richard Smith
0ea3f1b3f6 pyray return more useful errors when types are wrong 2024-07-01 14:20:57 +01:00
Richard Smith
1799c58ca5 update examples 2024-07-01 14:18:55 +01:00
Richard Smith
ea29d96ff9 fix building low quality raylib code on linux gcc 2024-07-01 14:17:13 +01:00
Richard Smith
3260a18e7d
Typehints for colours (#131) 2024-07-01 11:11:35 +01:00
Richard Smith
edfd75af8d
Optimisation (#127) 2024-07-01 11:06:56 +01:00
Richard Smith
22884df99f RPI doc update 2024-06-10 17:28:47 +01:00
Richard Smith
bdc49267e2
update CI with python 3.13 and raspberry pi builds (#130) 2024-06-09 13:11:45 +01:00
Richard Smith
e08d9d4d1d
Update README.md 2024-05-10 17:55:50 +01:00
Richard Smith
46ef151cd7 update readme benchmarks 2024-04-24 15:28:19 +01:00
Richard Smith
9583498150 update readme 2024-04-05 17:22:27 +01:00
Richard Smith
724fa2594f update readme 2024-04-05 17:21:39 +01:00
Richard Smith
c67fffba48 remove macos 12 monterey build, cirrus doesnt seem to support anymore. 2024-04-05 15:34:15 +01:00
Richard Smith
1232b700a5 fix clang 16 on mac building 2024-04-05 14:47:10 +01:00
Richard Smith
43e0492e7d version 5.0.0.2 2024-04-05 14:23:14 +01:00
Richard Smith
c954a4ff1b update docs 2024-04-05 12:49:27 +01:00
Richard Smith
0a677fe31d fix float pointer test 2024-04-05 12:47:38 +01:00
Richard Smith
15469b03ae fix list of string types in .pyi 2024-04-05 12:46:54 +01:00
Richard Smith
2875e28322 remove dependency on inflection per @sDos280 suggestion to speed up pygbag WASM loading, https://github.com/electronstudio/raylib-python-cffi/issues/58 2024-03-03 12:48:29 +00:00
Richard Smith
3744686f7b
throw helpful errors when params supplied are not ctype pointers (#122) 2024-03-03 11:48:09 +00:00
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