File tree
11 files changed
+3966
-8080
lines changed- pyray
- raylib
11 files changed
+3966
-8080
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 |
| |
4 | 9 |
| |
5 | 10 |
| |
|
Lines changed: 1434 additions & 142 deletions
Large diffs are not rendered by default.
- .github/workflows/android.yml+10
- .github/workflows/cmake.yml+15
- .github/workflows/linux.yml+10-1
- .github/workflows/linux_examples.yml+8-1
- .github/workflows/macos.yml+10-1
- .github/workflows/webassembly.yml+11-2
- .github/workflows/windows.yml+10-1
- .github/workflows/windows_examples.yml+8-1
- README.md+2-2
- examples/Makefile.Web+9-8
- examples/core/core_input_gamepad.c+2-2
- examples/core/core_input_multitouch.c+9-30
- examples/core/resources/distortion100.fs+2-2
- examples/core/resources/distortion330.fs+2-2
- examples/models/models_animation.c+1-1
- examples/models/resources/models/gltf/GearboxAssy.glb
- examples/physics/physics_demo.c+6-6
- examples/physics/physics_friction.c+9-9
- examples/physics/physics_movement.c+5-5
- examples/physics/physics_restitution.c+10-10
- examples/physics/physics_shatter.c+2-2
- examples/shaders/shaders_mesh_instancing.c+10-10
- examples/shaders/shaders_spotlight.c+8-8
- examples/shapes/shapes_basic_shapes.c+2-2
- examples/shapes/shapes_bouncing_ball.c+2-2
- examples/shapes/shapes_collision_area.c+3-3
- examples/shapes/shapes_colors_palette.c+3-3
- examples/shapes/shapes_draw_circle_sector.c+4-4
- examples/shapes/shapes_draw_rectangle_rounded.c+8-8
- examples/shapes/shapes_draw_ring.c+5-5
- examples/shapes/shapes_easings_ball_anim.c+4-4
- examples/shapes/shapes_easings_box_anim.c+8-8
- examples/shapes/shapes_easings_rectangle_array.c+5-5
- examples/text/text_input_box.c+5-5
- examples/textures/textures_sprite_explosion.c+2-2
- projects/VS2019/examples/models_gltf_animation.vcxproj-387
- projects/VS2019/examples/models_loading_gltf.vcxproj+3-3
- projects/VS2019/examples/models_loading_vox.vcxproj+4-4
- projects/VS2019/examples/models_material_pbr.vcxproj-387
- projects/VS2019/raylib.sln+19
- projects/VS2019/raylib/raylib.vcxproj+1
- raylib.pc.in+2-2
- src/Makefile+7-6
- src/extras/raygui.h+2-2
- src/raudio.c+1-1
- src/raylib.h+2-3
- src/rcore.c+19-21
- src/rmodels.c+410-50
- src/rshapes.c+6-5
Lines changed: 1372 additions & 123 deletions
Large diffs are not rendered by default.
Lines changed: 20 additions & 27 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 | 19 |
| |
24 | 20 |
| |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
| 21 | + | |
29 | 22 |
| |
30 | 23 |
| |
31 | 24 |
| |
| |||
141 | 134 |
| |
142 | 135 |
| |
143 | 136 |
| |
144 |
| - | |
145 |
| - | |
146 |
| - | |
147 |
| - | |
148 |
| - | |
149 |
| - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
150 | 143 |
| |
151 |
| - | |
152 |
| - | |
153 |
| - | |
154 |
| - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
155 | 148 |
| |
156 |
| - | |
157 |
| - | |
158 |
| - | |
159 |
| - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
160 | 153 |
| |
161 |
| - | |
162 |
| - | |
163 |
| - | |
164 |
| - | |
165 |
| - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
166 | 159 |
| |
167 | 160 |
| |
168 | 161 |
| |
|
0 commit comments