Skip to content

kirkchen/react-pixi-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Pixi App

A mini React app that uses a Pixi.js canvas.

Feature

  1. When you click anywhere blank on the canvas a new circle will appear, with its center under the mouse. The circle can have a random radius from 20 to 50 px.
  2. If you click and drag on a circle you are able to drag it around the canvas
  3. If you double click a circle it will dissappear (be deleted from) the canvas.

Usage

  1. Install dependencies

    npm install
    
  2. Start webpack dev server

    npm start
    
  3. Bundle javascript for production

    npm run build
    

About

A mini React app that uses a Pixi.js canvas.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published