Skip to content

Base project with PixiJS(v6) + Typescript + Webpack ready to use

License

Notifications You must be signed in to change notification settings

Xelun/ready-custom-pixi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom PixiJS + Typescript + Webpack

Project with PixiJS (v6), Typescript, Yarn and Webpack.

Pixi modules

Load only the Pixi modules that you need. Check the url: https://pixijs.io/customize/

  • Add the @pixi modules that you need to the package.json
  • Add the import and export needed on the pixi.ts file of the project as given on the previous url.

Run with yarn

  • Install the libraries:
yarn
  • Run the game:
yarn run serve
  • Open the game using the url:
https://localhost:3000

About

Base project with PixiJS(v6) + Typescript + Webpack ready to use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published