To run the examples clone this repository and run a local server from the root of the repository.
Then open your browser and navigate to the index.html
of the example you'd like to view.
For example: http://localhost:8080/examples/counter/dist/index.html
Example | Description |
---|---|
Counter | Increment, multiply numbers. The simplest example. |
Ball Pit | Click to spawn 2D physics balls. Demonstrates a real-time scenario. |