PhaserEditor2D / PhaserEditor2D-v3

A web-based IDE for HTML5 game development. Powered by Phaser.
https://phasereditor2d.com
MIT License
432 stars 59 forks source link

Physics Editor (Arcade) #74

Closed NickChowDev closed 1 year ago

NickChowDev commented 4 years ago

Phaser provides two powerful physics systems: Arcade and Matter. However, it is not easy to create complex physics bodies composed of fixtures. It would be pleasantly cool if it can create perfect collision shapes with only one click and check out the collision effect inside the scene editor.

PhaserEditor2D commented 2 years ago

Open again. Arcade Physics was implemented, but yet we need to implement Matter physics.

PhaserEditor2D commented 1 year ago

I close this since Arcade Physics is already implemented. Please, follow the issue about implementing #244 Matter Physics.