Christopher Pietsch

Results 21 comments of Christopher Pietsch

any news on this issue ?

you probably mean something else, but I wrote a little class that "streams" csv rows as they are loaded through the progress event: ```javascript import { request, csvParse, csvParseRows }...

I recreated the dxt1 texture with crunch and ImageMagick (osx) and got both times 131kb instead of 61kb out. `./crunch -file ../shannon/shannon.png -fileformat dds -DXT1 -yflip -mipMode None` What sorcery...

ok got it: you need to use CRN file format to get down to 61kb with crunch `-fileformat crn`

https://github.com/BinomialLLC/crunch is your friend

sorry, indeed crunch doesn't support etc1: > Even though the Crunch algorithm was originally designed for compression of DXT textures, it is in fact much more powerful. With some minor...

any news on this topic ? would love to use MSDF with pixi!

too bad, run into the same issue

probably this line needs to be: ``pip install -r requirements.txt``

For windows: - Install Visual Studio (latest version, 2022) - install Python workloads - install Desktop Development C++ Workloads