tomara-x / quartz

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

merge the loading systems #44

Closed tomara-x closed 9 months ago

tomara-x commented 9 months ago

this will probably fix #32 in the process, as it should take care of how the loaded entities are gonna live in the world

tomara-x commented 9 months ago

do you need to? can't you query for added dynamic instance (would help with the fact that it's async) and so whenever there's an entity with dynamic instance, it processes all the children of it and then despawns it

tomara-x commented 9 months ago

7cc78a2

tomara-x commented 9 months ago

i think you can query for <(Entity, Text), Without<Anchor>> and regenerate (loop that query separately) and also rename to holes

tomara-x commented 9 months ago

with b28f47e0fb9c7ea32fe265307c21d83899167b00 and da7108447491a8c70ec786bf435226852acc9558 this is now done