DEV Community

Discussion on: Building a Desktop GUI App with Ruby

Collapse
 
andyobtiva profile image
Andy Maleh

Check out Glimmer DSL for SWT next. github.com/AndyObtiva/glimmer-dsl-swt It’s got a simple declarative DSL, data-binding, scaffolding, and native executable packaging, among other things. Also, SWT uses native widgets on every platform, including GTK on Linux since it’s the native toolkit there.