[ruby-talk:444507] [ANN] Glimmer DSL for LibUI 0.11.9 Released

Glimmer DSL for LibUI 0.11.9 (Prerequisite-Free Ruby Desktop
Development Cross-Platform Native GUI Library) has been released.

GitHub Project : GitHub - AndyObtiva/glimmer-dsl-libui: Glimmer DSL for LibUI - Prerequisite-Free Ruby Desktop Development Cross-Platform Native GUI Library - The Quickest Way From Zero To GUI - If You Liked Shoes, You'll Love Glimmer! - No need to pre-install any prerequisites. Just install the gem and have platform-independent GUI that just works on Mac, Windows, and Linux.

Ruby Gem : glimmer-dsl-libui | RubyGems.org | your community gem host

# 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`)

ยทยทยท

______________________________________________
ruby-talk mailing list -- ruby-talk@ml.ruby-lang.org
To unsubscribe send an email to ruby-talk-leave@ml.ruby-lang.org
ruby-talk info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-talk.ml.ruby-lang.org/