javajohnHub / pixijs-typescript-starter

A boilerplate to start developping a PixiJS game or animation using TypeScript (VS Code & Chrome).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixi.JS TypeScript boilerplate

I had a hard time setting up a development environment, so I decided to share it. It can be useful to start from there if you want to start developping a game for browsers quickly. This setup is supposed to be used with VS Code, as configuration is provided so that you hava all tools set up.

Demo

pixijsstarterdemo

Requirements

  • Node JS and NPM
  • VS Code
  • Chrome

Setup

npm install

Development

Launch the Complete development launch configuration.

Putting/removing breakpoints in the .ts files with VS Code in /src should work. If it does not, please open an issue.

Edit the TypeScript files, the browser should refresh on save.

About

A boilerplate to start developping a PixiJS game or animation using TypeScript (VS Code & Chrome).


Languages

Language:TypeScript 59.1%Language:JavaScript 40.9%