Ray
59a808516e
Update README.md
hace 2 años
Ray
e6bc401c93
WARNING: RENAMED: `GetDroppedFiles()` to `LoadDroppedFiles()`
RENAMED: `ClearDroppedFiles()` to `UnloadDroppedFiles()`
hace 2 años
Ray
609d92003b
WARNING: REMOVED `raygui` from `raylib/src/extras`
hace 2 años
Ray
8da566d6e7
WARNING: Removed `physac` from raylib sources/examples
`physac` is available on its own repo
hace 2 años
Ray
91af3a3152
Update text_draw_3d.c
hace 2 años
Ray
1f806b555d
ADDED: `-latomic` linkage, required by `miniaudio` on ARM 32bit #2452
hace 2 años
ptarabbia
ea598f7d77
Fix crash with delay demo. ( #2472 )
hace 2 años
Maiko Steeman
ccfac59c60
Fix for vr rendering not taking render target size into account ( #2424 )
hace 2 años
Anilforextra
9c66e2f97e
[Examples] Free Allocated Matrices. ( #2425 )
hace 3 años
Ray
709ec1663d
Update audio_music_stream.c
hace 3 años
Ray
1612ba63ab
ADDED: Audio stream processors support -WIP- #2212
This feature is still under consideration/testing and it doesn't work properly, at least the Delay Effect processor.
hace 3 años
Ray
90fc7c0376
WARNING: BREAKING: REMOVED: `GetRayCollisionModel()` #2405
hace 3 años
Ray
8e28872fe1
Rename audio callback
hace 3 años
Ray
381236051f
ADDED: Audio stream input callback #2212 -WIP-
WARNING: This addition is based on a PR and it's still under review, not sure if it will be maintained in the future. In general, raylib tries to avoid callbacks usage mechanisms.
hace 3 años
Ray
ca12ef48e9
Fixes #2408
hace 3 años
Ray
65f28460a1
Update shaders_raymarching.c
hace 3 años
Ray
3634adf8d4
Update textures_draw_tiled.c
hace 3 años
Ray
bd95408b06
Update textures_draw_tiled.c
hace 3 años
Ray
cb62cb675f
Minor tweaks `const`
hace 3 años
Kristian Lein-Mathisen
4954778f68
Improve joystick visualisation in gamepad example again ( #2391 )
As prior commit, but complete fix for XBox controller and trigger
buttons too.
> The joystick range is a float from -1 through +1. Casting this to int
> yields only three possible values: -1, 0, and 1. This gives a
> misleading joystick placement in the demo.
>
> By casting to int after the multiplication to get pixel values, the
> demo reveals the analog feel of the joystick.
hace 3 años
Kristian Lein-Mathisen
ec7250ca54
Improve joystick visualisation in gamepad example ( #2390 )
The joystick range is a float from -1 through +1. Casting this to int
yields only three possible values: -1, 0, and 1. This gives a
misleading joystick placement in the demo.
By casting to int after the multiplication, the demo reveals the
analog feel of the joystick.
hace 3 años
raysan5
61d0c71b3c
REVIEWED: example: shapes_top_down_lights
hace 3 años
Jeffery Myers
4b998cfd05
[Examples] Top down lights example ( #2199 )
* Start 2d lights example.
* finish example
* update image.
* Cleanup render textures
* Fixes to handle shadows on edges that are near to the light better.
* tabs
* move to shapes
Co-authored-by: Jeffery Myers <JefMyers@blizzard.com>
hace 3 años
ptarabbia
5ac07122bd
Add panning to raudio and update audio_raw_stream example. ( #2205 )
* Add panning to raudio and update audio_raw_stream example.
* remove pan smoothing, code formatting changes following pull request comments
Co-authored-by: Ray <raysan5@gmail.com>
hace 3 años
Ray
a134b8bc6d
Update Makefile
hace 3 años
Ray
b61c9afd04
Update Makefile, simplified
hace 3 años
Ray
0416d5ff7b
Update Makefile
hace 3 años
Ray
cabb5518e5
Improve Makefile organization
hace 3 años
Archie
7b7424802f
Fixes an error in the spelling of "appearance" ( #2276 )
hace 3 años
raysan5
a940f41b4b
Update year to 2022
hace 3 años
Ray
611e54e67e
Reviewed makefiles
hace 3 años
Ray
31dd7b95bc
Update Makefile.Web
hace 3 años
Damien Pitard
bb7b13ef3c
fixed cross-compilation from x86-64 (debian buster) to Raspberry Pi (raspbian) ( #2233 )
hace 3 años
raysan5
22d0baa896
Review makefiles debug flag
hace 3 años
raysan5
ef5be632fe
REVIEWED: `ExportMesh()` #2220
hace 3 años
Ray
7787102573
Remove hardcoded path #2200
hace 3 años
Ray
48d4806e53
Update raylib_compile_execute.bat
hace 3 años
Tobias Berger
7c6adc5d97
Update LICENSE.md ( #2179 )
Fix typo in link
hace 3 años
Anders Holmberg
71f2e2b1e4
Add macos support to zig build system ( #2175 )
hace 3 años
Ray
c3d32c156c
REMOVED: Network examples
They were not working
hace 3 años
Ray
5e3db0aa83
Updated some scripts paths
NOTE: New raylib release installer uses `w64devkit`, smaller and more updated than regular `mingw64-w64` default project. Paths are updated properly.
hace 3 años
Ray
1fac09d0f4
REVIEWED: example: Compute shader Game-of-life
hace 3 años
Astie Teddy
f090f5444c
Add Conway's Game of Life compute shader example. ( #2088 )
* Add Conway's Game of Life compute shader example.
* Fix various shaders problems, and tune command buffer size.
* Various coding convention changes.
hace 3 años
Peter0x44
2bb4d36c43
Add missing file extensions for drag-and-drop support ( #2090 )
hace 3 años
Jeffery Myers
daeccd03ac
Fix VC warnings for examples ( #2085 )
hace 3 años
Ray
ae13f438ba
Update Makefile.Web
hace 3 años
raysan5
6ce38e599a
Remove big asset
hace 3 años
raysan5
1883343944
Update core_input_gamepad.c
hace 3 años
raysan5
dd6e006d78
Reviewed multitouch example #1988
hace 3 años
Ray
2d82788e42
Reviewed uniform name
hace 3 años