Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jodymgustafson committed Aug 16, 2014
1 parent df0ed47 commit 598c6fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
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.

0 comments on commit 598c6fb

Please sign in to comment.