summaryrefslogtreecommitdiffhomepage
path: root/examples
AgeCommit message (Collapse)Author
2022-07-05REMOVED: example: core_quat_conversionRay
This example requires a complete remake to be more clear. Also current quaternion maths could have issues.
2022-07-04Update rlgl_compute_shader.cRay
2022-07-04REVIEWED: `DrawMesh()` #2511Ray
Disable color vertex attribute if not provided by mesh
2022-07-01REVIEWED: example: gltf models loading -WIP-Ray
2022-06-24Fix CMake build on Raspberry Pi OS Bullseye (#2548)Richard Smith
2022-06-22Update rlights.hRay
2022-06-22Update shaders_basic_lighting.cRay
2022-06-21REVIEWED: example: shaders_mesh_instancingRay
Simplified example
2022-06-21Added new comment to examplesRay
2022-06-12Reviewed easings includeRay
2022-06-12Removed extras directoryRay
2022-06-12Update easings.hRay
2022-06-12Update models_skybox.cRay
2022-06-12Update text_font_filters.cRay
2022-06-12Update core_drop_files.cRay
2022-06-12Update core_drop_files.cRay
2022-06-11WARNING: BREAKING: REDESIGNED: Filepath loading APIRay
REDESIGNED: `LoadDirectoryFiles()` ADDED: `LoadDirectoryFilesEx()` REDESIGNED: `LoadDroppedFiles()` ADDED: `IsPathFile()` This BIG BREAKING change simplifies the functions and gives more control to the user: - A new `struct FilePathList` has been added to avoid exposing complex pointers. - User is responsible of memory loading/unloading - Filepaths loading support recursive directories and file extension filters
2022-06-08Update README.mdRay
2022-06-06WARNING: RENAMED: `GetDroppedFiles()` to `LoadDroppedFiles()`Ray
RENAMED: `ClearDroppedFiles()` to `UnloadDroppedFiles()`
2022-06-06WARNING: REMOVED `raygui` from `raylib/src/extras`Ray
2022-06-06WARNING: Removed `physac` from raylib sources/examplesRay
`physac` is available on its own repo
2022-06-02Update text_draw_3d.cRay
2022-05-20ADDED: `-latomic` linkage, required by `miniaudio` on ARM 32bit #2452Ray
2022-05-12Fix crash with delay demo. (#2472)ptarabbia
2022-04-24Fix for vr rendering not taking render target size into account (#2424)Maiko Steeman
2022-04-04[Examples] Free Allocated Matrices. (#2425)Anilforextra
2022-03-30Update audio_music_stream.cRay
2022-03-30ADDED: Audio stream processors support -WIP- #2212Ray
This feature is still under consideration/testing and it doesn't work properly, at least the Delay Effect processor.
2022-03-30WARNING: BREAKING: REMOVED: `GetRayCollisionModel()` #2405Ray
2022-03-25Rename audio callbackRay
2022-03-24ADDED: Audio stream input callback #2212 -WIP-Ray
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.
2022-03-24Fixes #2408Ray
2022-03-22Update shaders_raymarching.cRay
2022-03-22Update textures_draw_tiled.cRay
2022-03-22Update textures_draw_tiled.cRay
2022-03-22Minor tweaks `const`Ray
2022-03-14Improve joystick visualisation in gamepad example again (#2391)Kristian Lein-Mathisen
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.
2022-03-14Improve joystick visualisation in gamepad example (#2390)Kristian Lein-Mathisen
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.
2022-01-16REVIEWED: example: shapes_top_down_lightsraysan5
2022-01-16[Examples] Top down lights example (#2199)Jeffery Myers
* 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 <[email protected]>
2022-01-16Add panning to raudio and update audio_raw_stream example. (#2205)ptarabbia
* Add panning to raudio and update audio_raw_stream example. * remove pan smoothing, code formatting changes following pull request comments Co-authored-by: Ray <[email protected]>
2022-01-11Update MakefileRay
2022-01-11Update Makefile, simplifiedRay
2022-01-11Update MakefileRay
2022-01-11Improve Makefile organizationRay
2022-01-10Fixes an error in the spelling of "appearance" (#2276)Archie
2021-12-31Update year to 2022raysan5
2021-12-27Reviewed makefilesRay
2021-12-23Update Makefile.WebRay
2021-12-21fixed cross-compilation from x86-64 (debian buster) to Raspberry Pi ↵Damien Pitard
(raspbian) (#2233)