-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'HEAD' of https://github.com/jodymgustafson/TSprite.git
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
TSprite | ||
======= | ||
|
||
TSprite is a TypeScript library for easily creating sprites and panels on an HTML5 canvas element | ||
TSprite is a TypeScript library for easily creating sprites and panels on an HTML5 canvas element. | ||
|
||
TSprite attempts to be as simple to use as possible while being as performant as possible. It is not a complete game management system that locks you into a certain way of creating games. It shouldn't take long to pick up the concepts and get working. If it does then I have failed. | ||
|
||
TSprite contains sprites, panels, some classes to help work with sprite sheets and animations, some sprite collections, and an animation loop utility. |