raylib/examples/textures
Ray b4d67499a7 BREAKING CHANGE: Read description
Changes:

 - Font structure has been redesigned, CharInfo structure contained character rectangle within font texture, it has not much sense, considering that it was an information relative to the font atlas generated and not the character itself, so character rectangles have been moved out from CharInfo to Font.
 - CharInfo included a data parameters to contain character pixel data (usually grayscale), generated on TTF font generation. It was inconsistent with other fonts types, so, now CharInfo includes directly an Image of the glyph.
 - REDESIGNED: GenImageFontAtlas(), additional recs parameter added, loaded and filled inside the function to export atlas characters rectangles, instead of silently modify the input CharInfo data.
 - REVIEWED: ImageTextEx(), funtion retrieved the font atlas image from the GPU, that was slow and problematic in several platforms. Now it uses directly the CharInfo image. Support for unicode codepoints has also been added.
 - REDESIGNED: ImageDraw(), now it includes an additional parameter, the color tint, not only it could be useful for several situations but also function signature is more consistent with similar functions.
 - ADDED: ImageFromImage() to generate a new image from a piece of another image.
 - REVIEWED: GetNextCodepoint(), renamed parameters to be more clear.

Also all examples and games that were affected by those changes have been reviewed.
2019-07-24 15:05:14 +02:00
..
resources Move bunnymark example to another module 2019-05-06 16:38:58 +02:00
textures_background_scrolling.c Review variables initialization 2019-05-27 00:18:15 +02:00
textures_background_scrolling.png new example: textures_background_scrolling 2019-04-11 16:53:02 +02:00
textures_bunnymark.c Added array bounds check to textures_bunnymark 2019-05-29 13:58:31 +01:00
textures_bunnymark.png examples review 2019-05-17 01:17:40 +02:00
textures_image_drawing.c BREAKING CHANGE: Read description 2019-07-24 15:05:14 +02:00
textures_image_drawing.png Reorganize examples folder 2017-04-04 01:54:49 +02:00
textures_image_generation.c Review variables initialization 2019-05-27 00:18:15 +02:00
textures_image_generation.png Improved some examples 2017-10-17 11:51:50 +02:00
textures_image_loading.c Review ALL examples 2019-05-20 16:36:42 +02:00
textures_image_loading.png Reorganize examples folder 2017-04-04 01:54:49 +02:00
textures_image_processing.c Review variables initialization 2019-05-27 00:18:15 +02:00
textures_image_processing.png Reorganize examples folder 2017-04-04 01:54:49 +02:00
textures_image_text.c Review ALL examples 2019-05-20 16:36:42 +02:00
textures_image_text.png Added new example: text drawing on image 2017-10-30 09:37:16 +01:00
textures_logo_raylib.c Review ALL examples 2019-05-20 16:36:42 +02:00
textures_logo_raylib.png Reorganize examples folder 2017-04-04 01:54:49 +02:00
textures_npatch_drawing.c Review ALL examples 2019-05-20 16:36:42 +02:00
textures_npatch_drawing.png examples review 2019-05-14 15:34:23 +02:00
textures_particles_blending.c Review variables initialization 2019-05-27 00:18:15 +02:00
textures_particles_blending.png Working on examples... 2017-04-16 19:08:19 +02:00
textures_raw_data.c Review variables initialization 2019-05-27 00:18:15 +02:00
textures_raw_data.png Replaced some images and updated examples 2017-04-14 13:58:39 +02:00
textures_rectangle.c Review ALL examples 2019-05-20 16:36:42 +02:00
textures_rectangle.png Redesigned textures_rectangle example 2017-04-07 00:51:08 +02:00
textures_sprite_button.c Review ALL examples 2019-05-20 16:36:42 +02:00
textures_sprite_button.png examples review 2019-05-17 01:17:40 +02:00
textures_sprite_explosion.c Review variables initialization 2019-05-27 00:18:15 +02:00
textures_sprite_explosion.png examples review 2019-05-17 01:17:40 +02:00
textures_srcrec_dstrec.c Review ALL examples 2019-05-20 16:36:42 +02:00
textures_srcrec_dstrec.png Replaced some images and updated examples 2017-04-14 13:58:39 +02:00
textures_to_image.c Review ALL examples 2019-05-20 16:36:42 +02:00
textures_to_image.png Reorganize examples folder 2017-04-04 01:54:49 +02:00