Pictogrammers / pictogrammers.com

Code for Pictogrammers.com
https://pictogrammers.com
80 stars 18 forks source link

[pixel-editor]: add path reset button #47

Closed andrejsharapov closed 1 year ago

andrejsharapov commented 1 year ago

Describe your suggested feature

  1. I think it's worth adding a button to reset the entire path. It will be more convenient than erasing one cell at a time.

image

  1. For handleMouseMove, there is only the addition of points, but there is no way to erase them.
mririgoyen commented 1 year ago

This is actually just a very, early prototype. @Templarian is working on the full-fledged editor. Perhaps he can give a status update when he has time. 😄

Templarian commented 1 year ago

@andrejsharapov This is being developed into a full fledged editor. I put a proof of concept up below.

https://pictogrammers.github.io/@pictogrammers/pixel-editor/

Templarian commented 1 year ago

@andrejsharapov Pushed more changes. I'll keep this thread open until I have all the features flushed out with the ability to create contributions from the UI. Then we'll replace that page with a link to the application.

Templarian commented 1 year ago

Closing this one as I'll handle everything over in the https://github.com/Pictogrammers/Pixel-Editor repo now.