You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
553 B
15 lines
553 B
4 years ago
|
# 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)
|
||
|
|