An open API service indexing awesome lists of open source software.

https://github.com/codeandweb/phaser3-matterjs-physics-demo

Source code for the physics tutorial at www.codeandweb.com/physicseditor/tutorials/how-to-create-physics-shapes-for-phaser-3-and-matterjs
https://github.com/codeandweb/phaser3-matterjs-physics-demo

Last synced: 7 months ago
JSON representation

Source code for the physics tutorial at www.codeandweb.com/physicseditor/tutorials/how-to-create-physics-shapes-for-phaser-3-and-matterjs

Awesome Lists containing this project

README

          

# Phaser 3 + MatterJS example

This respository contains the example source code for the [How to create physics shapes for Phaser 3 and Matter JS](https://www.codeandweb.com/physicseditor/tutorials/how-to-create-physics-shapes-for-phaser-3-and-matterjs) tutorial.

The tutorial explains:

* How to build a scene with Phaser 3 and MatterJS physics
* How to create simple collision shapes like rectangles and circles
* How to automatically create complex physics shapes

Screenshot of the example:

![Phaser 3 Physics Demo with MatterJS](screenshot.png)