Commit graph

130 commits

Author SHA1 Message Date
Richard Smith
0cd3515b74 restore missing pyi files 2023-12-21 07:11:31 +00:00
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
2ee15fa7e5 add fields to static pyi stub 2023-05-22 17:58:58 +01:00
electronstudio
42d6762fbe update raylib to 4.5 2023-05-22 17:01:19 +01:00
Richard Smith
2061585311 try removing the boolean/int replacement from windows build 2022-10-18 19:52:00 +01:00
richard
84c7eff4d7 fix PyCharm not finding Color types in .pyi files, fixes https://github.com/electronstudio/raylib-python-cffi/issues/88 2022-09-23 20:06:40 +01:00
richard
3e011b329a update to raylib 4.2 2022-08-11 21:58:54 +01:00
Roger Standridge
3a79196a95 #77 use all link flags from pkg-config 2022-08-06 00:33:09 +00:00
richard
53ca2fb40c update docs 2022-06-30 09:52:27 +01:00
richard
346e64d2f1 add atomic lib for linux/pi builds 2022-06-24 12:13:42 +01:00
richard
b4ed450872 version bump 2022-06-23 17:29:15 +01:00
richard
7394f79da5 add some legacy #defines 2022-06-23 17:18:22 +01:00
richard
3ffa4cc549 add raymath 2022-06-23 17:03:06 +01:00
richard
c876a41e11 fix windows build 2022-06-12 02:15:46 +01:00
richard
623c2a6c10 update to raylib 4.2-dev and re-add physac and raygui from their own repos. 2022-06-12 02:08:36 +01:00
richard
c5438d71a6 attempt fix for issue #63 2022-05-13 19:59:21 +01:00
richard
7ecb969baf update headers for windows build 2022-05-13 19:48:05 +01:00
richard
4b000fecaa latest raylib snapshot 2022-03-10 00:10:24 +00:00
richard
f73c57c89c update raylib to 4.1-dev 2022-02-08 09:32:46 +00:00
richard
10d945ed28 add enums for raygui, issue #52 2022-02-07 13:58:07 +00:00
richard
2c752b5ad0 remove all the ints from the pyray hints and docs. (leave them in pyray itself for backwards compability) add proper enums to pyray and to pyray hints/docs (generated from raylib.json). TODO: raygui, rlgl, maybe something for the C API. See issue #52 2022-02-04 12:14:03 +00:00
richard
d05890344d update docs 2022-02-04 11:11:14 +00:00
richard
2d78db0f32 Remove RPI native build because it doesn't work on current Raspbian. Use standard Linux X11 when on RPI. Issue #55 2022-01-13 23:38:15 +00:00
richard
f9d52edd50 attempt fix booleans on windows build 2021-11-09 15:10:27 +00:00
richard
ceae17fc40 forgot to update raygui for windows 2021-11-06 15:40:22 +00:00
richard
3d675c66ae update to 4.0 2021-11-06 15:18:42 +00:00
richard
fb93d5f330 update raylib and docs 2021-10-26 15:54:10 +01:00
richard
f51f746ee8 re-add other headers to windows build 2021-10-19 19:43:08 +01:00
richard
a4af57984e escape windows back slashes 2021-10-19 19:36:10 +01:00
richard
ea8c7cc685 lets try hardcoding include paths on windows 2021-10-19 19:31:36 +01:00
richard
2d6c706541 try to fix windows includes 2021-10-19 19:22:44 +01:00
richard
a1bb101045 Merge remote-tracking branch 'origin/master' 2021-10-19 19:14:22 +01:00
richard
144e69ad31 try to fix windows includes 2021-10-19 19:14:11 +01:00
electronstudio
485300e6b9 fix mac build, probably breaks windows build 2021-10-19 18:29:11 +01:00
richard
86eecec6b3 build fixes 2021-10-16 20:58:24 +01:00
richard
ab38148125 fix windows build 2021-10-16 20:53:00 +01:00
richard
ef2d56308a generate h files on linux and then use them on windows 2021-10-16 20:46:52 +01:00
richard
10545a2f37 return to old file mangling for windows build only 2021-10-16 17:50:31 +01:00
richard
9e0a28d5f6 separate win build from all unix platforms 2021-10-16 17:44:12 +01:00
richard
2ef7aba8a8 use gcc to process header files instead of doing it ourselves 2021-10-16 17:14:30 +01:00
richard
f6d0c6a912 use pkg-config to get paths 2021-10-15 20:07:32 +01:00
richard
6cd3e05e01 try to fix windows and source builds 2021-10-13 16:46:41 +01:00
richard
775d2da32d remove depreciated stuff, tidy build a bit for 4.0 2021-10-13 16:35:35 +01:00
richard
c818fae902 get rid of modified raylib.h, do modifications in code 2021-10-13 13:50:56 +01:00
richard
1051cd09e8 try add extra libs to win build 2021-10-08 18:06:30 +01:00
richard
142eb2e46d try windows build change 2021-10-08 18:03:02 +01:00
richard
11f399b603 try some build changes 2021-10-08 17:57:00 +01:00
richard
5f28d0101a update to raylib 4.0-dev and add physac and raygui 2021-10-08 17:36:08 +01:00
richard
ec752bdab7 refactor pyray into separate module 2021-10-08 04:47:58 +01:00
richard
192fca8622 fix docs 2021-10-04 16:04:56 +01:00