Merge pull request #192 from Tiefseetauchner/patch-1

Added lr-paint processing qoi capable drawing program
This commit is contained in:
Dominic Szablewski
2022-04-11 22:13:44 +02:00
committed by GitHub

View File

@ -81,6 +81,7 @@ implementations listed below.
- https://github.com/LightHouseSoftware/qoiformats (D) - https://github.com/LightHouseSoftware/qoiformats (D)
- https://github.com/mhoward540/qoi-nim (Nim) - https://github.com/mhoward540/qoi-nim (Nim)
- https://github.com/wx257osn2/qoixx (C++) - https://github.com/wx257osn2/qoixx (C++)
- https://github.com/Tiefseetauchner/lr-paint (Processing)
- https://github.com/amstan/qoi-fpga (FPGA: verilog) - https://github.com/amstan/qoi-fpga (FPGA: verilog)
- https://github.com/musabkilic/qoi-decoder (Python) - https://github.com/musabkilic/qoi-decoder (Python)
- https://github.com/mathpn/py-qoi (Python) - https://github.com/mathpn/py-qoi (Python)