From fda5167d76d05de67b821c787824c8d177fd22d8 Mon Sep 17 00:00:00 2001 From: Dominic Szablewski Date: Mon, 29 Nov 2021 11:23:33 +0100 Subject: [PATCH] Add links to Tools and Implementations --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index a705d690..706c3faf 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,22 @@ converts between png <> qoi - [qoibench.c](https://github.com/phoboslab/qoi/blob/master/qoibench.c) a simple wrapper to benchmark stbi, libpng and qoi + +## Tools + +- https://github.com/floooh/qoiview + + +## Implementations of QOI + +- https://github.com/MasterQ32/zig-qoi (Zig) +- https://github.com/steven-joruk/qoi (Rust) +- https://github.com/ChevyRay/qoi_rs (Rust) +- https://github.com/xfmoulet/qoi (Go) +- https://github.com/panzi/jsqoi (TypeScript) +- https://github.com/pfusik/qoi-ci (Ć) + + ## Packages [AUR](https://aur.archlinux.org/pkgbase/qoi-git/) - system-wide qoi.h, qoiconv and qoibench install as split packages.