TodePond / Arroost

arrows in arrows in arrows
https://arroost.com
MIT License
114 stars 8 forks source link

advance (+ deepAdvance) should return a list of changes for Arroost to do #54

Closed TodePond closed 1 year ago

TodePond commented 1 year ago

The operations will adapt very easily to this! Should just add it to the operate function

TodePond commented 1 year ago

I tried making a new concept called "updates" which are very similar to operations, but intended to be used by Arroost instead of Nogan. However, it started to require so much logic that depended on the UI. I think it should be the job of the UI instead, so....

let's literally just output all operations to the UI, and then the UI can pick out specific ones to apply. noice

TodePond commented 1 year ago

Ok got some 'fired' reports going. Only issue now is.... how does it report which nod is firing, including which layer? Maybe I group together operations per layer???

TodePond commented 1 year ago

lets refactor ids...

image

TodePond commented 1 year ago

done