Commit graph

160 commits

Author SHA1 Message Date
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
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
16f7278c9d build fix2 2021-10-03 21:29:55 +01:00
electronstudio
81819a133a separate static and dynamic libraries completely 2021-10-03 21:21:59 +01:00
electronstudio
5128d185e9 version bump 2021-10-03 19:00:41 +01:00
electronstudio
5afd9b0ee5 change mac build to expect raylib installed in /usr/local/lib 2021-10-03 18:54:23 +01:00
richard
cb7a574555 change how PyRay detects pointers 2021-09-23 11:15:51 +01:00
richard
9a3ffb525e update docstrings using raylib_api.json 2021-09-23 09:44:08 +01:00
richard
a98e0bef65 docs update 2021-08-30 09:30:15 +01:00
richard
4b3f4433a3 new license 2021-08-30 09:18:29 +01:00
richard
b0a8448573 type hints for raylib.static 2021-08-28 13:35:55 +01:00
richard
b3b7688963 update docs 2021-08-27 03:38:11 +01:00
richard
13ca8d2ae8 add doc strings and fake classes to the type hints 2021-08-27 00:28:19 +01:00
richard
3044797382 autogenerate type hints for pyray 2021-08-26 18:57:32 +01:00
richard
84fd32b44e hack to work on pypy by https://github.com/Guilherme32 from https://github.com/electronstudio/raylib-python-cffi/pull/39 2021-08-26 11:58:57 +01:00
electronstudio
fd6233e0d1 mac build 2021-06-29 15:21:19 +01:00
richard
89335a416d version bump 2021-06-28 14:02:59 +01:00
richard
a15d6e2d2e remove some old DLLs 2021-06-22 18:34:15 +01:00
richard
d1dc703292 update DLLs 2021-06-22 13:40:34 +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