From 8308c4c1079461b4b96df0408179537ef09d3272 Mon Sep 17 00:00:00 2001 From: Luka S Date: Fri, 22 Apr 2022 20:29:47 +0100 Subject: [PATCH] Add 'dqoi' to the implementations list on README 'dqoi' is my implementation of QOI for Dart and Flutter, based off the C code included here, and @LowLevelJavaScript's implementation. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 71421bd3..2d00c784 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ either, as this "reference implementation" tries to be as easy to read as possib - https://github.com/pfusik/qoi-ci (Ć, transpiled to C, C++, C#, Java, JavaScript, Python and Swift) - https://github.com/kodonnell/qoi (Python) +- https://github.com/JaffaKetchup/dqoi (Dart) - https://github.com/Cr4xy/lua-qoi (Lua) - https://github.com/superzazu/SDL_QOI (C, SDL2 bindings) - https://github.com/saharNooby/qoi-java (Java)