Skip to content

Commit

Permalink
fix: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
civanov committed Dec 31, 2020
1 parent 7b06ec7 commit 0923427
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
# Pixi.js Project Template
Pixi.js project quick start. Takes care of loading assets and intiliazing the scene. Just drop your images and sounds, set your viewport size and start coding. Simple as that 😎
# Pixi Boilerplate
Takes care of loading assets and intiliazing the scene. Just drop your images and sounds, set your viewport size and start coding.

Includes:
* ES6 support via Babel 7 and Webpack 4
* hot-reloading for development and production-ready builds
* out of the box loader with progress bar, see `src/scenes/Splash.js`
* viewport fitting and resize handling, see `Application.setupViewport()` in `src/core/Application.js`
* easy asset accessibility from everywhere

## Requirements

[Node.js](https://nodejs.org) is required to install dependencies and run scripts via `npm`.
* 📦 Bundling via Webpack
* 🏝 Scene management
* ✨ Out of the box loader with progress bar, see `src/scenes/Splash.js`
* 📐 Viewport fitting and resize handling, see `Application.setupViewport()` in `src/core/Application.js`

## Available Commands

Expand Down

0 comments on commit 0923427

Please sign in to comment.