summaryrefslogtreecommitdiffhomepage
path: root/projects
AgeCommit message (Collapse)Author
2024-07-04Example reviewRay
2024-07-01WARNING: BREAKING: Renamed `PLATFORM_DESKTOP` to `PLATFORM_DESKTOP_GLFW`Ray
This could potentially be a breaking change, for consistency, now every possible desktop backend has the proper name assigned: GLFW, SDL, RGFW raylib build system has been reviewed to fallback to `PLATFORM_DESKTOP_GLFW` by default when `PLATFORM_DESKTOP` defined
2024-06-24[Build] Fix warnings when building in VS 2022 (#4095)Jeffery Myers
* Update raylib_api.* by CI * Fix warnings when building examples in MSVC 2022 * fix auto-format that sneaked in there. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-30Fix typos in markdowns and comments, Fix invalid links in HISTORY.md (#4017)vaezim
2024-04-20Update projectRay
2024-04-07Update Makefile RAYLIB_VERSION (#3901)Belllg
Changed the raylib version from 4.2.0 to 5.1-dev, just like the raylib.h file
2024-02-29Add an example that generates a random sequence. (#3846)Dalton Overmyer
2024-01-02Update copyright to 2024Ray
2023-12-23VSCode sample project Mac fixup (#3666)Tim Romero
Change vscode config and makefile to add a missing IOKit framework reference and use whichever MacOSX sdk symlink is available
2023-12-11Update projects/CMake/CMakeLists.txt to raylib 5.0 (#3623)Peter0x44
2023-11-18Image convolution function ImageKernelConvolution (#3528)Karim
* Added image convultion ImageKernelConvolution * comment changes * spelling changes and change to kernel size * removed kernel normalization inside function * fix to formating
2023-11-15Updated Npp intellisense data for raylib 5.0Ray
2023-11-08REVIEWED: Added new examples to VS2022 solutionRay
2023-10-26ADDED: Automation Events System, exposed to usersRay
Added new API to record and play events Added examples illustrating functionality
2023-09-08Reviewed examples for consistencyRay
2023-09-08examples: core: adds 2D camera two player split screen (#3298)Gabriel dos Santos Sanches
2023-09-07Remove PLATFORM_RPI (#3232)MichaelFiber
* Remove PLATFORM_RPI * remove build artifacts --------- Co-authored-by: MichaelFiber <[email protected]> Co-authored-by: Ray <[email protected]>
2023-08-04[AUDIO] Add an example of how to use LoadSoundAlias (#3223)Jeffery Myers
* Add a function to clone a sound and share data with another sound. * rename items based on feedback * PR Feedback, use custom unload for sound alias, not variant of normal sound unloading * sound_multi example
2023-05-24Added ImageRotate (#3078)Dane Madsen
* Added ImageRotate * Quick rename of the example * Update ImageRotate by changing doubles to floats and checking code convention * Update API
2023-05-22Add GenImageGradientSquare (#3077)Dane Madsen
* Add GenImageGradientSquare to allow square gradients * Fix GenImageGradientSquare and add to textures_image_generation example * Remove params from GenImageGradientSquare
2023-05-21Replaced GenImageGradientH and GenImageGradientV with GenImageLinearGradient ↵Dane Madsen
(#3074) * Replaced GenImageGradientH and GenImageGradientV with GenImageLinearGradient * renamed GenImageLinearGradient to GenImageGradientLinear
2023-05-14update cmake example project (#3062)lesleyrs
* update cmake example project * off is the correct one
2023-05-07Fix vs code project (#3048)Shoozza
* Modify remove trailing whitespace * Fix invalid SetCameraMode call and missing argument to UpdateCamera for VSCode project
2023-04-15CMake project example: fix a couple of typos (#3014)Benjamin Thomas
2023-03-18Update raylib.slnRay
2023-03-15Update npes_saved_w64devkit.txtRay
2023-03-15Delete c_raylib.xmlRay
2023-03-15UPDATED: Notepad++ instellisense dataRay
2023-03-07WARNING: REMOVED: Multichannel audio support APIRay
It was quite restrictive and hacky implementation, just load multiple types same sound to play multiple instances.
2023-02-14ADDED: Example project to VSRay
2023-02-14ADDED: Example project to VS2022 solutionRay
2023-02-14Create models_loading_m3d.vcxprojRay
2023-02-14REVIEWED: Camera redesign PRRay
2023-01-27Fix warnings and bad project settings for 4.5 release (#2894)Jeffery Myers
2023-01-01Update year to 2023Ray
2023-01-01Update year to 2023Ray
2022-12-03Add a textured curve example (#2821)Jeffery Myers
2022-09-17CMake: Project template fix to easily target raylib version (#2700)Rob Loach
2022-08-08Update c_raylib.xmlRay
2022-08-08Updated Npp scriptsRay
2022-08-06REMOVED: VS2019 projectRay
2022-08-06Merge branch 'master' of https://github.com/raysan5/raylibRay
2022-08-06Review projects details for raylib 4.2Ray
2022-08-06Fix 4coder project template (#2616)Angga Permana
2022-08-05Updated Notepad++ intellisense dataRay
2022-08-04Fix typo in README: s/instrallation/installation/ (#2613)hartmannathan
2022-08-02Update versionRay
2022-08-01Added example to VS2022Ray
2022-07-23ADDED: Missing examples to VS2022 solution #2580Ray
2022-07-19add mouse zoom example (#2583)Jeffery Myers