pixi-super-atlas
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

pixi-super-atlas

Plugin allows to create atlas consisted of other atlases or small images.

Consider that we have atlases in PIXI, we add SuperAtlas class that has BaseTexture but is uploading step-by-step, and MegaAtlas that consists of multiple BaseTextures.

Supported:

  • spritesheets
  • spine atlas

Not supported yet:

  • compressed-textures
  • tilemap

Examples

Work in progress.

Building

You will need to have node setup on your machine.

Make sure you have yarn installed:

npm install -g yarn

Then you can install dependencies and build:

yarn
yarn build

That will output the built distributables to ./bin.

Readme

Keywords

none

Package Sidebar

Install

npm i pixi-super-atlas

Weekly Downloads

1

Version

0.1.2

License

MIT

Last publish

Collaborators

  • ivan.popelyshev