Pyroxenium / Basalt

A UI Framework for CC:Tweaked
MIT License
189 stars 34 forks source link

Reactive properties #65

Closed thesabinelim closed 1 year ago

thesabinelim commented 1 year ago

Attributes can now track a shared variable, automatically updating when that variable changes

Works under the hood by making use of a metatable on the shared table to track updates, and dispatching new values to observers

Read the updated xml.md for an example usage

Erb3 commented 1 year ago

Nice work! This looks very cool! I would probably call it reactive variables, but this works too. Nice addition.

thesabinelim commented 1 year ago

@Erb3 updated the name to reactive properties!