├── License.txt ├── README.md ├── fileOperation └── fileOperation.hpp ├── hqx ├── hqx.hpp └── rgbToYuv.hpp ├── imgui.ini ├── main.cpp ├── testImgs ├── Logo.png ├── img.png ├── img2.png ├── img3.png ├── img4.png ├── img5.png └── img6.png └── xbrz ├── Changelog.txt ├── License.txt ├── config.h └── xbrz.h /License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lapinozz/ScalaPixel/HEAD/License.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lapinozz/ScalaPixel/HEAD/README.md -------------------------------------------------------------------------------- /fileOperation/fileOperation.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lapinozz/ScalaPixel/HEAD/fileOperation/fileOperation.hpp -------------------------------------------------------------------------------- /hqx/hqx.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lapinozz/ScalaPixel/HEAD/hqx/hqx.hpp -------------------------------------------------------------------------------- /hqx/rgbToYuv.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lapinozz/ScalaPixel/HEAD/hqx/rgbToYuv.hpp -------------------------------------------------------------------------------- /imgui.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lapinozz/ScalaPixel/HEAD/imgui.ini -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lapinozz/ScalaPixel/HEAD/main.cpp -------------------------------------------------------------------------------- /testImgs/Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lapinozz/ScalaPixel/HEAD/testImgs/Logo.png -------------------------------------------------------------------------------- /testImgs/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lapinozz/ScalaPixel/HEAD/testImgs/img.png -------------------------------------------------------------------------------- /testImgs/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lapinozz/ScalaPixel/HEAD/testImgs/img2.png -------------------------------------------------------------------------------- /testImgs/img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lapinozz/ScalaPixel/HEAD/testImgs/img3.png -------------------------------------------------------------------------------- /testImgs/img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lapinozz/ScalaPixel/HEAD/testImgs/img4.png -------------------------------------------------------------------------------- /testImgs/img5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lapinozz/ScalaPixel/HEAD/testImgs/img5.png -------------------------------------------------------------------------------- /testImgs/img6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lapinozz/ScalaPixel/HEAD/testImgs/img6.png -------------------------------------------------------------------------------- /xbrz/Changelog.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lapinozz/ScalaPixel/HEAD/xbrz/Changelog.txt -------------------------------------------------------------------------------- /xbrz/License.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lapinozz/ScalaPixel/HEAD/xbrz/License.txt -------------------------------------------------------------------------------- /xbrz/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lapinozz/ScalaPixel/HEAD/xbrz/config.h -------------------------------------------------------------------------------- /xbrz/xbrz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lapinozz/ScalaPixel/HEAD/xbrz/xbrz.h --------------------------------------------------------------------------------