SirMallard / Iris

Iris is an Immediate-Mode GUI Library for Roblox for creating debug and visualisation UI and tools, based on Dear ImGui,
https://sirmallard.github.io/Iris/
MIT License
164 stars 25 forks source link

Iris.TableState, Iris.VariableState #73

Closed SirMallard closed 1 month ago

SirMallard commented 1 month ago

Unlike Dear ImGui where the programmer has direct control over the memory of variables, we do not have that control in Roblox Luau so the State object was invented. However, the State cannot be easily 'synced' with either variables or variables in tables. These new instances should be able to create a state in harmony with a table and variable.

SirMallard commented 1 month ago

Added in 5da4d9c751fdd67c69431167a1f63320aeae1dcb. Should work for now.