engine icon indicating copy to clipboard operation
engine copied to clipboard

Implement a QOI decoder (for fun ;p)

Open Dandielo opened this issue 3 years ago • 1 comments

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.

Dandielo avatar Apr 29 '22 22:04 Dandielo

An idea to check out was what if we reduce 'run' flags to 31 consecutive values and extend capabilities of 'diff'

Dandielo avatar May 04 '22 12:05 Dandielo