tomara-x / quartz

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

opening white holes when values change #110

Closed tomara-x closed 8 months ago

tomara-x commented 8 months ago

maybe do this directly in systems that change values? this would be all the update_x systems and in commands..

tomara-x commented 8 months ago

or i'm thinking about doing it manually? so everything gets an open_target and then you'd need an op that outputs 1 whenever its input is changed.. loll

tomara-x commented 8 months ago

only thing left now is the dragging.. i mean, we can go hacky here.. when mouse (or an arrow key) is pressed see drag modes and selected entities and only do this in edit..

feels a lot better than looping in each system

tomara-x commented 8 months ago

i feel clean :3