renancaraujo / omesh

O'Mesh is a fast and highly customizable vector animated Mesh Gradients implementation.
https://omesh-flutter.renan.gg
Mozilla Public License 2.0
69 stars 2 forks source link

feat: Improve UX of Mesh Playground #15

Open dario-digregorio opened 1 month ago

dario-digregorio commented 1 month ago

Feature Description

Hi Renan, I have some UX suggestions for the mesh playground to make it really useful while developing:

Additional context

No response

renancaraujo commented 1 month ago

Hey @dario-digregorio Thanks for those great suggestions.

I plan to expand a lot more on the playground front. Things like saving and sharing and "editing an existing mesh gradient" can be improved once I have a File Format for mesh gradients since files are easier to transport (export & import) than flutter code snippets.

I already have a prototype of live editing mesh files (with hot reload) but that will take a lot of work to be stable.

I will keep this issue open as a way to people add suggestions to the playground.

see all vertices simultaneously instead of clicking each to manipulate it.

This is a good one

dario-digregorio commented 1 month ago

Can I help you in anyway? :) You can add your progress here and I can give you feedback.