summaryrefslogtreecommitdiffhomepage
path: root/examples/textures/resources
AgeCommit message (Collapse)Author
2023-09-02Added rudimentary SVG support. (#2738)bXi
* Added rudimentary SVG support. Added 2 functions ImageLoadSvg and ImageLoadSvgWithSize. * Added an example on how to use ImageLoadSvgWithSize and adjusted Makefiles accordingly. * Added actual correct example file. * Reviewed the code to keep the raylib coding conventions in mind. Moved the LoadImageSvg() code into LoadImage() guarded by SUPPORT_FILEFORMAT_SVG. Renamed LoadImageSvgWithSize() to LoadImageSvg(). Added a LoadImageSvgFromString() function to parse the loaded SVG into an actual image. This does the bulk of the work. * Fixed typo. --------- Co-authored-by: Ray <[email protected]>
2022-12-04REVIEWED: Example: `textures_textured_curve`Ray
2022-12-03Add a textured curve example (#2821)Jeffery Myers
2022-07-07ADDED: example: `textures_gif_player`Ray
2021-07-16Reviewed resources licensesraysan5
2021-07-16Improve assets license informationraysan5
2020-12-23Review example formatingraysan5
2020-06-27Added new function `DrawTextureTiled()` (#1291)Vlad Adrian
* Implemented DrawTextureTiled() * Example added
2020-06-03Update explosion.pngraysan5
2020-06-02Review some png imagesraysan5
2020-05-31Replaced some resources for better licensingraysan5
Some resources used in examples have not a clear license, so, I'm replacing some of them for clearly licensed versions or resources created by me under CC0. License file to be added.
2020-05-28resources PNG chunks cleaningraysan5
2020-01-06Review resources LICENSEraysan5
2019-05-06Move bunnymark example to another moduleRay
2019-05-03new example: textures_sprite_explosionRay
2019-05-02new example: textures_sprite_buttonRay
2019-04-11new example: textures_background_scrollingRay
2018-09-25PNG image size optimizationRay
2018-08-08Added 9-patch texture used in the example code.Jorge A. Gomes
2018-06-30Removed unused texturesRay
2017-10-30Added new example: text drawing on imageRay San
2017-10-17Improved some examplesRay San
2017-05-11Some test images for compressed texture formatsraysan5
2017-04-20Turn transparent pixels to blackRay
2017-04-20Update some filesRay
2017-04-14Replaced some images and updated examplesraysan5
2017-04-08Working on examples...Ray
2017-04-07Redesigned textures_rectangle exampleRay
2017-04-04Reorganize examples folderRay