tomara-x / quartz

visual programming and dsp playground
https://codeberg.org/tomara-x/quartz
Apache License 2.0
77 stars 3 forks source link

rewrite delete #131

Closed tomara-x closed 6 months ago

tomara-x commented 6 months ago

as a command

tomara-x commented 6 months ago

get the systems running, then we can side an event in there next to the delete button

tomara-x commented 6 months ago

can't we push entities that need cleaning to a vec, and at the end retain on each of them?

tomara-x commented 6 months ago

f41c1b9113fd7e this just needs to loop selected, add holes and remove circles, then delete selected

but this as a separate command is better. select holes.. too bad sh is taken sH? wait wait wait.. we have sg which i want to turn into a "grow selection", so maybe deselect is what's better here? it's an extra step, but more flexible.. select whatever -> sg -> deselect circles -> delete yeah, sC to deselect circles sH to deselect holes done fcae57b919e2

tomara-x commented 6 months ago

this needs to be documented here, i had a literal nightmare about this system lmao