Nokse22 / ascii-draw

Sketch anything using characters
https://flathub.org/apps/io.github.nokse22.asciidraw
GNU General Public License v3.0
157 stars 12 forks source link

Make changing objects possible #38

Open jtl5770 opened 1 month ago

jtl5770 commented 1 month ago

Is your feature request related to a problem? Please describe.

The "problem" - if you can call it like that - is that currently it seems to be not possible to change a shape/object after it has been created. There is actually no notion of a collection of objects/shapes that can be changed at all, just the possibility to once add to the canvas like in a pixel drawing application. I would like to have it behave more like a vector drawing editor that knows about all the objects on the canvas and can change them at any time.

Describe the solution you'd like

Describe alternatives you've considered

Nokse22 commented 1 month ago

Hello, this is definitely a very interesting idea, but I would need to change a lot of the code to add this.