Skip to content

Releases: pixijs/create-pixi

v1.1.0

11 Dec 14:46
Compare
Choose a tag to compare

What's Changed

  • Improve button component for creation template by @CyberDex in #9
  • Add loading progress bar to the creation template by @CyberDex in #6
  • Add start scripts to package for all templates by @CyberDex in #11
  • Increase pixi resolution option by default for a Creation template by @CyberDex in #8

Full Changelog: v1.0.2...v1.1.0

v1.0.2

10 Dec 16:31
Compare
Choose a tag to compare

What's Changed

  • fix: Path contains invalid characters on Windows by @CyberDex in #4

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

04 Dec 18:35
Compare
Choose a tag to compare
  • tidied up docs and templates

Full Changelog: v1.0.0...v1.0.1

v1.0.0

04 Dec 09:56
Compare
Choose a tag to compare

We are excited to announce the first release of the PixiJS Create tool! This CLI tool helps you scaffold PixiJS projects with ease

Compatibility Note:
PixiJS requires Node.js version 18+, 20+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.

With NPM:

$ npm create pixi.js@latest

With Yarn:

$ yarn create pixi.js

With PNPM:

$ pnpm create pixi.js

With Bun:

$ bun create pixi.js

Then follow the prompts!

Full Changelog: https://github.com/pixijs/create-pixi/commits/v1.0.0