npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

pexi

v4.5.3

Published

A collection of useful libraries for Pixi.js based on Hexi by kittykatattack.

Downloads

36

Readme

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: