Commit graph

73 commits

Author SHA1 Message Date
Ashley Sommer
9b48e57bb1 Bump Raylib to v5.0.0, RayGUI 4.0 is designed to be used with RayLib 5, so bump RayGUI too to 4.0.
Updated some core examples to match the changes in Raylib-c v5.0.0
2023-12-19 10:49:31 +10:00
Richard Smith
877fe35414 update docs 2023-05-23 11:01:49 +01:00
electronstudio
42d6762fbe update raylib to 4.5 2023-05-22 17:01:19 +01:00
richard
53ca2fb40c update docs 2022-06-30 09:52:27 +01:00
richard
4d81687dcf rpi docs 2022-06-24 12:51:48 +01:00
richard
b4ed450872 version bump 2022-06-23 17:29:15 +01:00
richard
4fed27cd6c update readme 2022-04-28 19:42:45 +01:00
richard
d05890344d update docs 2022-02-04 11:11:14 +00:00
richard
e0201a29f8 update docs 2021-11-06 16:06:04 +00:00
richard
3d675c66ae update to 4.0 2021-11-06 15:18:42 +00:00
richard
53853065d5 update readme 2021-10-16 21:16:52 +01:00
richard
4a8b773ddd typo 2021-10-15 18:23:06 +01:00
richard
775d2da32d remove depreciated stuff, tidy build a bit for 4.0 2021-10-13 16:35:35 +01:00
richard
ec752bdab7 refactor pyray into separate module 2021-10-08 04:47:58 +01:00
richard
50c2fb12e2 QOL docs, colors, version number, example imports 2021-10-04 15:56:29 +01:00
electronstudio
9e17046408 improve docs, make clear different APIs and static/dynamic 2021-10-03 23:34:09 +01:00
electronstudio
d9ae6515a5 typo in README 2021-10-03 19:07:04 +01:00
electronstudio
5afd9b0ee5 change mac build to expect raylib installed in /usr/local/lib 2021-10-03 18:54:23 +01:00
richard
bb4be12724 update docs 2021-10-03 18:29:46 +01:00
richard
4b3f4433a3 new license 2021-08-30 09:18:29 +01:00
richard
c59f68b75f update readme 2021-08-27 03:58:49 +01:00
richard
b3b7688963 update docs 2021-08-27 03:38:11 +01:00
richard
0e02f9d1bd readme 2021-07-12 12:59:15 +01:00
electronstudio
b9758ec5ac try mac again 2021-06-29 15:56:21 +01:00
electronstudio
144b02e83f try to build for older macs 2021-06-29 15:47:10 +01:00
electronstudio
939c26be6f Update README.md 2021-06-29 14:25:42 +01:00
richard
fe877021a9 CI 2021-06-28 13:45:52 +01:00
Richard Smith
f6f5b0836e
Update README.md 2021-06-22 13:08:53 +01:00
Adam Griffiths
c26da5407a
Support searching for the raylib library on multiple paths. (#34)
Add a new environment variable "USE_EXTERNAL_RAYLIB" which will
alter the load behaviour to not include a directory prefix. This
lets us fallback onto the system library loading mechanism.
Remove specific raylib library filenames.
This ability is important for operating systems like Nix.
2021-06-22 13:03:05 +01:00
Richard Smith
aac3a506a2
Update README.md 2021-06-22 12:44:54 +01:00
Richard Smith
823b46f292
issue #33 2021-06-22 11:33:13 +01:00
Richard Smith
4b9bbdd5f0
Update README.md 2021-06-18 18:41:23 +01:00
Richard Smith
21b5ccfffc
Update README.md 2021-06-18 00:31:17 +01:00
richard
df71321d56 update README.md 2021-06-16 07:47:32 +01:00
richard
48966849c8 increment version on pypi 2021-06-16 07:37:53 +01:00
richard
9bf7544ad9 fix linux/pi building 2021-06-16 06:42:23 +01:00
richard
72c222fc1f benchmark 2021-06-13 16:31:08 +01:00
richard
92a9d87108 Merge remote-tracking branch 'origin/master' 2021-06-13 00:37:27 +01:00
richard
1e47049822 update readme 2021-06-13 00:36:12 +01:00
Richard Smith
af798db364
Update README.md 2021-06-12 21:55:25 +01:00
richard
124f0c77a9 update to raylib 3.7 2021-06-12 21:51:27 +01:00
richard
0ceae3c986 pypi fix 2021-06-12 19:55:01 +01:00
richard
1c2ca0b3a5 build fixes 2021-06-12 19:15:08 +01:00
richard
9eddc4e528 rewrite build system to build separate binary wheels for each platform. only tested on Linux so far. should fix #25. 2021-06-12 18:42:39 +01:00
Simon
76121e34a9
Raspberry Pi builds (#30)
Instructions, plus build option for running full-screen applications (without
X11) on vanilla 32-bit Raspbian installations.

This doesn't commit the actual .so binaries, since there are at least two
possible variants (as described in the README).
2021-06-05 12:03:40 +01:00
Richard Smith
8dfee10e60 update pyray example in since pointer deref is now automatic, fixes issue #27 2021-03-14 00:14:42 +00:00
Richard Smith
39b52c5989 build Ubuntu 16.04 binaries 2021-01-16 21:02:10 +00:00
Richard Smith
bd84e41a5f
Update README.md 2021-01-16 18:50:10 +00:00
Richard Smith
daf8d55282
Update README.md 2021-01-16 18:30:23 +00:00
Richard Smith
70de7123f3
Update README.md 2021-01-16 18:24:41 +00:00