Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit 78db613

Browse files
authored
Create README.md
1 parent a6ce6ac commit 78db613

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# ProjectStarlight.Interchange
2+
ProjectStarlight.Interchange (hereby referred to as "Interchange") is a simple library for loading and rendering GIFs inside of XNA (and, by extension, FNA and MonoGame, as they doesn't change anything important).
3+
Interchange adds a `TextureGIF` class, which is, frankly, a little misleading, as it acts as a container for an array of `Texture2D`s and proper frame management, nothing exclusive to GIFs.
4+
The `GIFBuilder` class provides methods for creating a `TextureGIF` with an array of `Texture2D`s, a string that points to the path of a GIF, or a FileStream of an opened GIF file.
5+
You can load any file with frames and extract an array of `Texture2D`s to use to create an instance of a `TextureGIF`, even if it isn't a GIF!

0 commit comments

Comments
 (0)