Skip to content

Example of how to setup PixiJS 5 and Typescript development configuration for easy debugging and fast building.

Notifications You must be signed in to change notification settings

andreytmk/pixijs5-ts-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pixijs5-ts-dev

Example of how to setup PixiJS 5 and Typescript development configuration for easy debugging and fast building.

Setup

npm install

It will install PixiJS 5 and RequireJs into node_modules folder. It is supposed that you have Typescript installed globally.

Motivation

This setup does not suit for production. For production it is better to install something like Webpack: PIXI 5, TypeScript & Webpack - Basic Setup

But after installing Webpack your simple "Hello, world!" application will take about 40K of lines. Besides, you have to debug using traces that show only the line of error. In this setup, you have a normal Typescipt debugger and the rebuilding app is instantaneous!

PixiJs 5 Typescript Debug

About

Example of how to setup PixiJS 5 and Typescript development configuration for easy debugging and fast building.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published