-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hello Andy!
a) Having the intention to create some desktop apps
b) being a Ruby developer, decided to use Ruby for that (because why not)
I found Glimmer and gladly started to use it for my projects. In the end I've ended up creating a small Glimmer based MVVM framework which I intend to develop further in the process of creating more apps which I have in mind.
My question is - would you be interested if I PR some of my patches into Glimmer? In particular I hope you might be interested in these ones https://github.com/Phaengris/Glimte/tree/main/lib/glimmer
- complete implementation of TreeView (currently Glimmer Tk has only a list implementation)
- some useful utils like
center_within_root,modal,raise_event, some extensions for theonhandler,visible/hidden,enabled/disabledproperties, also fixes of some Glimmer bugs - couple useful aliases for Shine
Please let me know if some of these features could be useful for Glimmer. I'd gladly create corresponding PRs. If you want only some of them, or want them modified, I'm open to discuss and provide any feedback ;)