yordan-kanchelov / pixi-typescript-boilerplate

pixi.js typescript beginner-friendly boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixi.js TypeScript 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 Windows build Linux build MacOs build

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

pixi.js typescript beginner-friendly boilerplate

License:MIT License


Languages

Language:TypeScript 98.4%Language:CSS 0.8%Language:Shell 0.8%