Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 555 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 555 Bytes

Planck.js Playground

A collection of code snippets to showcase the API and features of planck.js.

Contributing

Please feel free to submit your own examples or to improve other examples. Any contribution is greatly appreciated.

Running

  1. Clone or download this repository

  2. Install npm dependencies:

     npm install
    
  3. Run a static file server (e.g. this one)

  4. Open the server in your web browser and navigate to your local copy of this repository