diff --git a/README.md b/README.md index de3d458..37bcde5 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,10 @@ implementations listed below. - https://github.com/LightHouseSoftware/qoiformats (D) - https://github.com/mhoward540/qoi-nim (Nim) - https://github.com/wx257osn2/qoixx (C++) +- https://github.com/amstan/qoi-fpga (FPGA: verilog) - https://github.com/musabkilic/qoi-decoder (Python) + ## 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)