Merge pull request #113 from GithubPrankster/raylib-mention

Add Raylib as QOI supporting software
This commit is contained in:
Dominic Szablewski 2021-12-21 22:49:35 +01:00 committed by GitHub
commit 44fe081388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,6 +60,7 @@ implementations listed below.
## QOI Support in Other Software
- [SerenityOS](https://github.com/SerenityOS/serenity) supports decoding QOI system wide through a custom [cpp implementation in LibGfx](https://github.com/SerenityOS/serenity/blob/master/Userland/Libraries/LibGfx/QOILoader.h)
- [Raylib](https://github.com/raysan5/raylib) supports decoding and encoding QOI textures through its [rtextures module](https://github.com/raysan5/raylib/blob/master/src/rtextures.c)
## Packages