Skip to content
forked from krtr/SpriteGL

Simple library for displaying sprites

Notifications You must be signed in to change notification settings

MacLove13/SpriteGL

 
 

Repository files navigation

SpriteGL

Simple library for displaying sprites.

Installation

Install from GitHub.

npm install --save https://github.com/krtr/SpriteGL

# For Yarn use the command below.
yarn add https://github.com/krtr/SpriteGL

Running demo app

To execute demo app you have to install dependencies and run start script.

# Installs library dependencies.
npm install

# Bundle and starts demo app.
npm run start

Demo app will be at http://localhost:1234.

About

Simple library for displaying sprites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.5%
  • JavaScript 1.5%