Commit c5a2b31
committed
upgrade raylib to 5.5, add ARM64 Linux support, build infrastructure
- Upgrade raylib to 5.5 across all platforms (linux, windows,
windows-arm64). Migrate DrawRectangleRoundedLines calls to
DrawRectangleRoundedLinesEx to match the 5.5 API.
- Add pre-built raylib for linux-arm64. Makefile auto-detects
aarch64 and links against the right lib.
- Add scripts/raylib-build.sh with platform auto-detection and
per-platform patch pipeline (patches/raylib/{all,linux,windows,
macos}/). make raylib rebuilds for the current platform.
- Add Docker crossbuild (make raylib-crossbuild) to rebuild raylib
for all platforms in one command.
- Add Linux ARM64 CI job using cyberjunk/gha-ubuntu-cross for
multi-arch apt setup. All CI targets now build raylib from source.1 parent 8359654 commit c5a2b31
29 files changed
Lines changed: 30516 additions & 19880 deletions
File tree
- .github/workflows
- lib
- raylib_lin_arm64
- include
- lib
- raylib_lin
- include
- lib
- raylib_win_arm64
- include
- lib
- raylib_win
- include
- lib
- patches/raylib
- all
- linux
- macos
- windows
- scripts
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
41 | 82 | | |
42 | 83 | | |
43 | 84 | | |
| |||
55 | 96 | | |
56 | 97 | | |
57 | 98 | | |
| 99 | + | |
58 | 100 | | |
59 | 101 | | |
60 | 102 | | |
| |||
66 | 108 | | |
67 | 109 | | |
68 | 110 | | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
69 | 114 | | |
70 | 115 | | |
71 | 116 | | |
| |||
99 | 144 | | |
100 | 145 | | |
101 | 146 | | |
| 147 | + | |
| 148 | + | |
102 | 149 | | |
103 | 150 | | |
104 | 151 | | |
| |||
109 | 156 | | |
110 | 157 | | |
111 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
112 | 162 | | |
113 | 163 | | |
114 | 164 | | |
| |||
121 | 171 | | |
122 | 172 | | |
123 | 173 | | |
124 | | - | |
| 174 | + | |
125 | 175 | | |
126 | 176 | | |
127 | 177 | | |
| |||
141 | 191 | | |
142 | 192 | | |
143 | 193 | | |
144 | | - | |
| 194 | + | |
| 195 | + | |
145 | 196 | | |
| 197 | + | |
146 | 198 | | |
147 | 199 | | |
148 | 200 | | |
| |||
179 | 231 | | |
180 | 232 | | |
181 | 233 | | |
| 234 | + | |
182 | 235 | | |
183 | 236 | | |
184 | 237 | | |
| |||
190 | 243 | | |
191 | 244 | | |
192 | 245 | | |
| 246 | + | |
193 | 247 | | |
194 | 248 | | |
195 | 249 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
20 | 24 | | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| |||
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
43 | | - | |
| 48 | + | |
44 | 49 | | |
45 | 50 | | |
46 | 51 | | |
| |||
117 | 122 | | |
118 | 123 | | |
119 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
120 | 135 | | |
121 | 136 | | |
122 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4967 | 4967 | | |
4968 | 4968 | | |
4969 | 4969 | | |
4970 | | - | |
4971 | | - | |
4972 | | - | |
4973 | | - | |
4974 | | - | |
| 4970 | + | |
4975 | 4971 | | |
4976 | 4972 | | |
4977 | 4973 | | |
| |||
0 commit comments