An open API service indexing awesome lists of open source software.

https://github.com/Xelun/ready-example-pixi

Project with examples of different libraries to be used on PixiJS (v6), Typescript & Webpack
https://github.com/Xelun/ready-example-pixi

howlerjs i18next pixi-filters pixi-particles pixi-spine pixijs tweenjs typescript webpack yarn

Last synced: about 1 year ago
JSON representation

Project with examples of different libraries to be used on PixiJS (v6), Typescript & Webpack

Awesome Lists containing this project

README

          

# Project with different libraries ready to use

## Techstack

- **Typescript** as language
- **Webpack** as module bundler
- **Yarn** as package manager

- **PixiJS** (https://github.com/pixijs/pixijs) as rendering library
- **Pixi Spine** (https://github.com/pixijs/spine) as library to show bone animations made on Spine on PixiJS
- **Pixi Particles** (https://github.com/pixijs/particle-emitter) as particle system library for PixiJS
- **Pixi Filters** (https://filters.pixijs.download/main/docs/PIXI.filters.html) as precreated shaders for PixiJS
- **TweenJS** (https://github.com/tweenjs/tween.js) as tweening library
- **i18next** (https://www.i18next.com/) as text translation library
- **Howler** (https://github.com/goldfire/howler.js) as audio library
- **Pretender** (https://github.com/pretenderjs/pretender) as mock server library

## Run

- Install the libraries:

```
yarn
```

- Run the game:

```
yarn run serve
```

- Open the game using the url:

```
https://localhost:3000
```

## Credits

- Images:
- From PixiJS examples
- My own
- Spine:
- From Pixi-spine examples
- Music:
- Lexin_Music from Pixabay