tomara-x / quartz

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

resource for connections #20

Closed tomara-x closed 9 months ago

tomara-x commented 10 months ago

put all connections (white holes, black holes) (their ids) in a resource. this allows a disconnect entity, and a link-type-control entity

tomara-x commented 10 months ago

ooo bring back the open field! you need to have some kind of easy id for the holes and then you can open and close them ez string or index? (maybe use the index of entity, and try to generalize the idea to main circles)

tomara-x commented 10 months ago

hold on, entities implement Hash.. (how does that work?) but yeah use a hash map

tomara-x commented 9 months ago

this won't be necessary after #36