Skip to content
This repository was archived by the owner on Apr 19, 2026. It is now read-only.

yordan-kanchelov/pixi-typescript-boilerplate

Repository files navigation

Pixi.js TypeScript Boilerplate

Warning

This boilerplate is no longer actively maintained.

If you are starting a new PixiJS project, please use the official create-pixi tool instead.

I originally created and maintained this boilerplate because, for a long time, there was no officially supported project starter from the PixiJS team. It helped fill that gap.

Now that PixiJS has an official solution, it makes more sense to point people there rather than continue maintaining a separate community boilerplate.

A beginner-friendly template for building interactive graphics and games using Pixi.js with TypeScript and Webpack. This boilerplate simplifies the setup process, allowing developers to quickly start creating engaging web experiences.

pixi.js logo

Netlify Status

Recent update ( 12.04.2025 )

  • 🆕 Updated to Pixi v8: The latest version of Pixi.js brings significant performance improvements, WebGPU support, and enhanced rendering capabilities

Recent update ( 25.12.2023 )

  • 🆕 Updated to Pixi v7: The latest version of Pixi.js brings enhanced features and performance improvements

  • 🔧 Stability Overhaul: Moved from swc to ts-loader for improved stability and compatibility

  • Revised and Updated Dependencies: All package dependencies have been reviewed and updated to their latest versions for optimal performance and security.

Features

  • 🔰 - Beginner-friendly setup and structure.
  • 🚀 - Optimized build times.
  • 🛠 - Full TypeScript support for robust type-checking.
  • ✈️ - Live reload for efficient development workflow.
  • 📝 - Consistent code style using Prettier and Eslint

Usage

Click on the green button "Use this template" on top of the repo or

Simply copy paste this and start coding

git clone --depth=1 --branch=master https://github.com/yordan-kanchelov/pixi-typescript-boilerplate

rm -rf ./pixi-typescript-boilerplate/.git

Commands

  • npm run build - starts build procedure
  • npm run start - start watching for files and open's server on localhost:8080
  • npm run lint - generate code coverage report

For vscode users - ctrl ( or ⌘ ) + shift + b will run package.json's dev script ( it is set as default vscode task )

About

[DEPRECATED] Template for PixiJS using TypeScript and Webpack. Use pixijs/create-pixi instead.

Topics

Resources

License

Stars

190 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors