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

Commit 382a90e

Browse files
committed
2 parents a6b9f49 + 3fb03d4 commit 382a90e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ProjectStarlight.Interchange
22
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+
34
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.
5+
46
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.
7+
58
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!
9+
10+
## aight bro but what's the name mean
11+
GIF :trollface: ![image](https://user-images.githubusercontent.com/27323911/116934434-d608e880-ac19-11eb-9ebe-99853584ebe2.png)

0 commit comments

Comments
 (0)