PhaserEditor2D / PhaserEditor2D-v3

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

Point / Path / Polygon tool feature #167

Open jorgeovi opened 2 years ago

jorgeovi commented 2 years ago

Would be great to have a tool to create and edit Bezier paths, polygons, stars, etc in the editor without having to use external tools.

Waveforms source code is now free to use, it is for Phaser 2 but maybe it can be updated and integrated in Phaser Editor.

Another tool that I use for this matter is Phaser 3 Path Builder, which adds a rudimentary path editor at runtime in your project.

PhaserEditor2D commented 2 years ago

The polygon is done: https://github.com/PhaserEditor2D/PhaserEditor2D-v3/issues/227