engine
engine copied to clipboard
Implement a QOI decoder (for fun ;p)
Base on the reference implementation: https://github.com/phoboslab/qoi
Reasoning:
- To make a small challenge.
- Create an allocator base implementation that can be streamed.
- See if something can be improved.
An idea to check out was what if we reduce 'run' flags to 31 consecutive values and extend capabilities of 'diff'