pandadiestro / gifany.zig

gif decoding library made in zig, compatible with the 87a and 89a specs and gif extensions
The Unlicense
1 stars 0 forks source link

Tasks to complete before first alpha release #1

Open pandadiestro opened 1 week ago

pandadiestro commented 1 week ago

The title is pretty self explanatory, the current version (as stated in build.zig) is 0.0.0 due to it being unusable as it is right now, this is going to change progressively as I finish some things I consider necessary in order to call this a "feature-complete" library.

pandadiestro commented 1 week ago

so the second task requires a whole decompression algorithm implementation, this will get really fun to make