Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusOllah committed Nov 13, 2023
1 parent ee5ecf5 commit b344c60
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# sparrow
Sparrow v2 texture atlas library for Go

[![Go Reference](https://pkg.go.dev/badge/github.com/MatusOllah/sparrow.svg)](https://pkg.go.dev/github.com/MatusOllah/sparrow)

**sparrow** is a Sparrow v2 texture atlas (the same format that FNF uses) library for Go.
Handy if you're making a game that uses Sparrow v2 or rewriting FNF in Go (like me).

## Features

* Decoding
* Encoding
* Image / Frame extracting

0 comments on commit b344c60

Please sign in to comment.