Skip to content

Instantly share code, notes, and snippets.

View queercodedcoder's full-sized avatar

queercodedcoder

View GitHub Profile
@queercodedcoder
queercodedcoder / Aseprite.cs
Last active February 23, 2024 09:06 — forked from NoelFB/Aseprite.cs
ugly C# .ase (aseprite) parser
using System;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Text;
// This .ase parser is taken from Noel Berry, one of the developers of Celeste.
// https://gist.github.com/NoelFB/778d190e5d17f1b86ebf39325346fcc5
// A little bit of research reveals that he used it as part of their asset
// pipeline: parsing .ase files into sliced regions & pivots, building