Chris Dill
42d57bbe00
Added array bounds check to textures_bunnymark
5 years ago
Ray
87774a0a21
Review variables initialization
5 years ago
Ray
b525039e0a
Review ALL examples
5 years ago
Ray
970f1e8ff1
examples review
5 years ago
Ray
424d3ca8d9
examples review
Redesigns, deletes and renames
Also noted authors propertly on contributed examples
5 years ago
Ray
621965cb8c
Move bunnymark example to another module
5 years ago
Ray
0c53360a3a
new example: textures_sprite_explosion
5 years ago
Ray
a9ebf8e10d
new example: textures_sprite_button
5 years ago
Ray
99537efccf
Review some examples
5 years ago
Ray
6fc97643bf
new example: textures_background_scrolling
5 years ago
raysan5
490e930665
Reviewed example
6 years ago
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 years ago
Ray
abfbc42df7
PNG image size optimization
6 years ago
Ray
10c22c8d61
Review example to show text tinting
6 years ago
Ray
46411e1c55
Renamed n-patch sample
6 years ago
Jorge A. Gomes
921cacacfb
Added example screenshot.
6 years ago
Jorge A. Gomes
051cf1346b
Added texture_image_9patch.c example
6 years ago
Jorge A. Gomes
34c3ae5ab3
Added 9-patch texture used in the example code.
6 years ago
Ray
b042fe12e6
Reviewed spacings on latest PR
6 years ago
Kim Kulling
b2cac82fa0
Fix compiler warings in texture.c and more.
6 years ago
Kim Kulling
ecf8bff4aa
Fix compiler warnings, first part
6 years ago
Ray
afe81d94ce
Re-added: LoadFontEx()
6 years ago
Ray
64207b11c0
Removed unused textures
6 years ago
Ray
dbff40944a
Corrected issue with floats on TCC
It seems TCC was not casting correctly int values to float in some
specific situations
6 years ago
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 years ago
Ray San
6324697ffd
Rectangle parameters changed to float
- Some examples tweaks
- Reviewed ImageFormat()
- Use float for text fontSize
6 years ago
Ray
c8e97df233
Reviewed function GenImagePerlinNoise()
Added support for noise image offset
7 years ago
Ray San
f460b3842e
Added new example: text drawing on image
7 years ago
Ray San
5dc216f419
Improved some examples
7 years ago
raysan5
6589c808b5
Review some formatting for consistency
7 years ago
Wilhem Barbier
3c9aa780f9
Removed an unwanted file and fixed an example
7 years ago
Wilhem Barbier
786cd63057
Add a density parameter to GenImageRadialGradient
7 years ago
Wilhem Barbier
a0ac8ee2c4
Add more image generation functions: radial gradient and perlin noise
7 years ago
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 years ago
raysan5
42ad00b7c2
Some test images for compressed texture formats
7 years ago
Ray
8d3750e36d
Turn transparent pixels to black
7 years ago
Ray
1df7a8b4a6
Update some files
7 years ago
raysan5
b4d28cc7a1
Working on examples...
- Removed rbmf font example
- Reviewed physac examples
7 years ago
raysan5
4315b82ea7
Replaced some images and updated examples
7 years ago
Ray
20d205cae5
Working on examples...
7 years ago
Ray
29067e19d9
Redesigned textures_rectangle example
7 years ago
Ray
dd4dd0e87d
Reorganize examples folder
7 years ago