All Projects → CodeAndWeb → TexturePacker-Phaser3

CodeAndWeb / TexturePacker-Phaser3

Licence: other
Small example showing how to use TexturePacker with Phaser 3

Programming Languages

PLSQL
303 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Phaser 3 sprite sheet optimization tutorial

The complete tutorial is available from here: Creating sprite sheets for Phaser 3 with TexturePacker

Content:

  • Creating sprite sheets with TexturePacker
  • Loading sprite sheets in Phaser
  • Setting pivot points with TexturePacker
  • Playing animations from the sprite sheet
  • Optimizing start up time and reducing download size

How to run the example (yarn):

git clone https://github.com/CodeAndWeb/TexturePacker-Phaser3.git
yarn
yarn run webpack-dev-server

Or with npm:

git clone https://github.com/CodeAndWeb/TexturePacker-Phaser3.git
npm
npm run webpack-dev-server

The demo runs at http://localhost:8080

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].