Time Nick Message 03:55 MTDiscord Depends, as the formspec API improves, people may need performance, and rebuilding the whole thing is probably less performant. Think like formspec games like tetris or pacman. 05:28 Mantar I think for that sort of thing you'd want something like a specialized formspec rendering surface 15:17 MTDiscord Really you should just build the GUI tree once, not make any changes to it after that, and just call like update_bindings() 19:12 v-rob @warr1024 Not sure what you mean by that. What would update_bindings() do? 19:24 MTDiscord Reapply bindings. So I'm kind of implying here that there should be data bindings. 😄