Richard Smith
|
9e5c9b7f9f
|
Sdl backend (#140)
* latest raylib version
* add libwayland-dev
* update headers
* add libxkbcommon-dev
* sdl
* sdl dl
* sdl dl
* sdl2 link flags
* remove glfw header
* try static sdl build
* try to set fpic
* install alsa etc before building sdl
* windows
* fix
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try mac
* try mac
* try mac
* try mac
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* update raylib
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* try
* update to 5.5
* dont link x11 if using DRM
* update to fixed raylib version
|
2024-11-19 12:05:28 +00: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
|
d6d0b50e80
|
allow building without glfw headers
|
2024-07-02 13:54:18 +01:00 |
|
Richard Smith
|
ea29d96ff9
|
fix building low quality raylib code on linux gcc
|
2024-07-01 14:17:13 +01:00 |
|
Richard Smith
|
1232b700a5
|
fix clang 16 on mac building
|
2024-04-05 14:47:10 +01:00 |
|
Richard Smith
|
be45bef9f1
|
add support for GLFW3
|
2024-01-22 14:48:31 +00:00 |
|
Richard Smith
|
2061585311
|
try removing the boolean/int replacement from windows build
|
2022-10-18 19:52:00 +01:00 |
|
Roger Standridge
|
3a79196a95
|
#77 use all link flags from pkg-config
|
2022-08-06 00:33:09 +00:00 |
|
richard
|
346e64d2f1
|
add atomic lib for linux/pi builds
|
2022-06-24 12:13:42 +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
|
c5438d71a6
|
attempt fix for issue #63
|
2022-05-13 19:59:21 +01: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
|
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
|
50c2fb12e2
|
QOL docs, colors, version number, example imports
|
2021-10-04 15:56:29 +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 |
|
Electron Studio
|
c019d59298
|
linux build
|
2019-05-21 20:57:50 +01:00 |
|
Richard Smith
|
45ff40d510
|
tidy up
|
2019-05-21 12:00:23 +01:00 |
|
Richard Smith
|
a703659c9d
|
initial
|
2019-05-21 10:56:31 +01:00 |
|