Skip to content

Grindhead/Reels

Repository files navigation

Main features:

  • Source Map support
  • Incremental Build
  • Unit tests
  • Browser Hot Reload

Main dependencies:

Installation

Node, TypeScript and TSLint should be installed globally.

$> git clone https://github.com/Grindheadhead/Reels.git <new folder>
$> cd <new folder>
$> git init
$> yarn install

Build

Commands should be run under a bash shell.

The following command builds and run the project in development mode with Hot Reload.

$> yarn serve

The following command builds the project in production mode. Project will output into a dist folder

$> yarn build

For more predefined commands, see package.json.

Creating Assets

Texture atlases have been generated using TexturePacker.

Sounds are generated using Audiosprite via the command audiosprite --output audiosprite \*.mp3 -f howler

Creating Documentation

Documentation can be generated by running

$> yarn docs

Creating Typescript coverage

$> yarn ts-coverage

Licence

MIT

With thanks to https://github.com/yahiko00/PixiProject.git for the boilerplate

About

Reels animating in PixiJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published