Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown authored and unknown committed Aug 18, 2014
2 parents cb3ff31 + 598c6fb commit 5a95eb7
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 5a95eb7

Please sign in to comment.