Skip to content
JM Gustafson edited this page Aug 16, 2014 · 6 revisions

Welcome to the TSprite wiki!

TSprite is a TypeScript library for easily creating sprites and panels on an HTML5 canvas element. It contains support for the following:

  • Sprites
  • Animated Sprites
  • Panels
  • Scrolling Panels
  • Sprite Sheets
  • Animation loop manager
  • Sprite collections

For more detailed information see the Overview page.

There are plenty of example apps in this package. Start with ExampleApp.ts in the Examples folder. It is the base class for all of the example apps. For a quick look to see what you can do go to the Examples page on this wiki.

To see a real application using TSprite see my game, Alien Invaders.

Clone this wiki locally