| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-20 | REVIEWED: examples descriptions | Ray | |
| 2022-06-21 | Added new comment to examples | Ray | |
| 2021-10-06 | WARNING: BREAKING: REMOVED: `GenImagePerlinNoise()` | raysan5 | |
| raylib was using `stb_perlin.h` library to generate perlin noise, it seems that recently this library has been flagged as it could be infringing some algorythm patent. For security, it has been removed from raylib. | |||
| 2021-05-08 | Added support for additional mouse buttons (#1753) | Lambert Wang | |
| * Added support for additional mouse buttons * Renamed mouse button enum Co-authored-by: Lambert Wang <[email protected]> | |||
| 2019-05-27 | Review variables initialization | Ray | |
| 2019-05-20 | Review ALL examples | Ray | |
| 2018-05-04 | Rectangle parameters changed to float | Ray San | |
| - Some examples tweaks - Reviewed ImageFormat() - Use float for text fontSize | |||
| 2018-01-17 | Reviewed function GenImagePerlinNoise() | Ray | |
| Added support for noise image offset | |||
| 2017-10-17 | Improved some examples | Ray San | |
| 2017-07-02 | Review some formatting for consistency | raysan5 | |
| 2017-06-28 | Removed an unwanted file and fixed an example | Wilhem Barbier | |
| 2017-06-28 | Add a density parameter to GenImageRadialGradient | Wilhem Barbier | |
| 2017-06-28 | Add more image generation functions: radial gradient and perlin noise | Wilhem Barbier | |
| 2017-06-28 | Add some functions to generate images | Wilhem Barbier | |
| Namely: - GenImageHorizontalV - GenImageHorizontalH - GenImageChecked - GenImageWhiteNoise - GenImageCellular The gradient implementation may be a bit naive, for example it doesn't do any gamma correction. | |||
