From f9954f5b4bc535cdd71109354df8ebeeb18280b1 Mon Sep 17 00:00:00 2001 From: Valtteri Koskivuori Date: Thu, 23 Dec 2021 23:19:34 +0200 Subject: [PATCH] Mention support in the c-ray rendering engine --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8a5242f..fa6718c6 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ implementations listed below. - [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) - [Rebol3](https://github.com/Oldes/Rebol3/issues/39) supports decoding and encoding QOI using a native codec +- [c-ray](https://github.com/vkoskiv/c-ray) supports QOI natively ## Packages