Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 399 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 399 Bytes

electron-pixijs-typescript

Sample using Electron, Pixi.JS and TypeScript to make a game app that runs on browser and on desktop.

How to use it:

git clone https://github.com/Mkalo/electron-pixijs-typescript.git
cd electron-pixijs-typescript
npm install
npm run build
npm start

You can also build your app to work on a web browser using npm run web.