raysan5
490e930665
Reviewed example
6年前
raysan5
96207a8a02
REVIEWED: LoadFontEx()
Changed parameters order for consistency with LoadFontData() and other functions when an array is passed by parameter and array size is the following parameter.
6年前
Ray
abfbc42df7
PNG image size optimization
6年前
Ray
10c22c8d61
Review example to show text tinting
6年前
Ray
46411e1c55
Renamed n-patch sample
6年前
Jorge A. Gomes
921cacacfb
Added example screenshot.
6年前
Jorge A. Gomes
051cf1346b
Added texture_image_9patch.c example
6年前
Jorge A. Gomes
34c3ae5ab3
Added 9-patch texture used in the example code.
6年前
Ray
b042fe12e6
Reviewed spacings on latest PR
6年前
Kim Kulling
b2cac82fa0
Fix compiler warings in texture.c and more.
6年前
Kim Kulling
ecf8bff4aa
Fix compiler warnings, first part
6年前
Ray
afe81d94ce
Re-added: LoadFontEx()
6年前
Ray
64207b11c0
Removed unused textures
6年前
Ray
dbff40944a
Corrected issue with floats on TCC
It seems TCC was not casting correctly int values to float in some
specific situations
6年前
Ray San
ec33e7d705
BREAKING CHANGE: Renamed SpriteFont type to Font
- Preparing MP3 files support
- Jumped version to raylib 2.0-dev (too many breaking changes...)
6年前
Ray San
6324697ffd
Rectangle parameters changed to float
- Some examples tweaks
- Reviewed ImageFormat()
- Use float for text fontSize
6年前
Ray
c8e97df233
Reviewed function GenImagePerlinNoise()
Added support for noise image offset
7年前
Ray San
f460b3842e
Added new example: text drawing on image
7年前
Ray San
5dc216f419
Improved some examples
7年前
raysan5
6589c808b5
Review some formatting for consistency
7年前
Wilhem Barbier
3c9aa780f9
Removed an unwanted file and fixed an example
7年前
Wilhem Barbier
786cd63057
Add a density parameter to GenImageRadialGradient
7年前
Wilhem Barbier
a0ac8ee2c4
Add more image generation functions: radial gradient and perlin noise
7年前
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.
7年前
raysan5
42ad00b7c2
Some test images for compressed texture formats
7年前
Ray
8d3750e36d
Turn transparent pixels to black
7年前
Ray
1df7a8b4a6
Update some files
7年前
raysan5
b4d28cc7a1
Working on examples...
- Removed rbmf font example
- Reviewed physac examples
7年前
raysan5
4315b82ea7
Replaced some images and updated examples
7年前
Ray
20d205cae5
Working on examples...
7年前
Ray
29067e19d9
Redesigned textures_rectangle example
7年前
Ray
dd4dd0e87d
Reorganize examples folder
7年前