4.5.3 • Published 7 years ago

pexi v4.5.3

Weekly downloads
13
License
MIT
Repository
gitlab
Last release
7 years ago

Pexi

npm pipeline status lerna npm

A set of utilities for Pixi.js based on Hexi by kittykatattack. Each package is released as it own npm package but they are all combined here for easy installation.

Each package matches the major and minor version of the version of Pixi.js that it targets.

Packages:

  • Charm: an easy to use tweening library for the Pixi 2D rendering engine.
  • Dust: a quick and easy particle effects engine for Pixi
  • Game Utilities: a library of helpful functions for making games and applications for the Pixi rendering engine
  • Smoothie: a super-fast and lightweight utility that gives you ultra-smooth sprite animation for the Pixi renderer using true delta-time interpolation
  • Sprite Utilities: contains a bunch of useful functions for creating Pixi sprites and making them easier to work with
  • Tile Utilities: a collection of helpful methods and objects for using Tiled Editor with the Pixi renderering engine

Installation

NPM

npm install pexi --save

CDN

<script src="https://unpkg.com/pexi/dist/pexi.min.js"></script>

:warning: You still need to install Pixi.js somehow, this package does not include it. :warning:

4.5.3

7 years ago

4.5.2

7 years ago

4.5.1

7 years ago

3.0.2

7 years ago

3.0.1

7 years ago

3.0.0

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.3

7 years ago

0.0.1

7 years ago