
21 Jun
2024
21 Jun
'24
8:34 p.m.
Glimmer DSL for LibUI 0.11.9 (Prerequisite-Free Ruby Desktop Development Cross-Platform Native GUI Library) has been released. GitHub Project : https://github.com/AndyObtiva/glimmer-dsl-libui Ruby Gem : https://rubygems.org/gems/glimmer-dsl-libui # Change Log ## 0.11.9 - Support Content Data-Binding to multiple model attributes via `computed_by` option (e.g. `content(@game, :scale, computed_by: [:width, :height])` or `content(@game, computed_by: [:scale, :width, :height])` will rebuild content on changes to `:scale`, `:width`, or `:height`)