Skip to content

Instantly share code, notes, and snippets.

View DigiWorm0's full-sized avatar
🧀
iykyk

Digi DigiWorm0

🧀
iykyk
View GitHub Profile
@DigiWorm0
DigiWorm0 / GIFFile.cs
Last active September 25, 2025 18:27
A pure C# GIF decoder for Unity. Made for the LevelImposter mod, but works for most Unity mods/games. Decoding is seperate from processing into a sprite for either multi-threading or real-time processing.
/*
Copyright 2023 - DigiWorm
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
version 3 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of