Ray
b59fab7ee6
Update year to 2023
před 2 roky
Ray
4a9391ae83
REVIEWED: examples descriptions
před 2 roky
Ray
c1b01c0d5d
Added new comment to examples
před 2 roky
raysan5
3e71232a04
WARNING: BREAKING: REMOVED: `GenImagePerlinNoise()`
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.
před 3 roky
Lambert Wang
2545f62565
Added support for additional mouse buttons ( #1753 )
* Added support for additional mouse buttons
* Renamed mouse button enum
Co-authored-by: Lambert Wang <lambert.ww@gmail.com>
před 3 roky
Ray
87774a0a21
Review variables initialization
před 5 roky
Ray
b525039e0a
Review ALL examples
před 5 roky
Ray San
6324697ffd
Rectangle parameters changed to float
- Some examples tweaks
- Reviewed ImageFormat()
- Use float for text fontSize
před 7 roky
Ray
c8e97df233
Reviewed function GenImagePerlinNoise()
Added support for noise image offset
před 7 roky
Ray San
5dc216f419
Improved some examples
před 7 roky
raysan5
6589c808b5
Review some formatting for consistency
před 7 roky
Wilhem Barbier
3c9aa780f9
Removed an unwanted file and fixed an example
před 7 roky
Wilhem Barbier
786cd63057
Add a density parameter to GenImageRadialGradient
před 7 roky
Wilhem Barbier
a0ac8ee2c4
Add more image generation functions: radial gradient and perlin noise
před 7 roky
Wilhem Barbier
fcd13fd5d2
Add some functions to generate images
Namely:
- GenImageHorizontalV
- GenImageHorizontalH
- GenImageChecked
- GenImageWhiteNoise
- GenImageCellular
The gradient implementation may be a bit naive, for example it doesn't do any gamma correction.
před 7 roky