Hacker News new | ask | show | jobs
by chapliboy 1165 days ago
I love the qoi format. I mostly adopted it for the wasm context.

While porting to wasm, using something like stb_image became a little complicated, so I wrote a png-qoi converter, and then use the qoi assets in the game.

Writing a qoi decoder is a fun exercise, though i think most languages have their implementations already.