├── LICENSE.md ├── README.md ├── appinfo.json ├── src ├── dithered_rects.h └── main.c └── wscript /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MathewReiss/dithering/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MathewReiss/dithering/HEAD/README.md -------------------------------------------------------------------------------- /appinfo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MathewReiss/dithering/HEAD/appinfo.json -------------------------------------------------------------------------------- /src/dithered_rects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MathewReiss/dithering/HEAD/src/dithered_rects.h -------------------------------------------------------------------------------- /src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MathewReiss/dithering/HEAD/src/main.c -------------------------------------------------------------------------------- /wscript: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MathewReiss/dithering/HEAD/wscript --------------------------------------------------------------------------------