DSL / Rubyish wrapper for SWT for use in JRuby?

I came to JRuby from MRI, mainly for SWT and Java libraries, for use in desktop development.

With some little experimentation, I find it useful for my purposes. But it looks like Java code written using the equivalent ruby โ€‹โ€‹syntax.

hello world JRuby + SWT

I inspected all ruby โ€‹โ€‹wrappers or DSLs on top of SWT. I found a glimmer . But I'm not sure about the status, and he looks immune.

What other options do I have for SWT using JRuby? And what is your experience with them?

+5
source share
1 answer

Shoes 4 is the new DSL (Domain Specific Language) shoe for writing graphic applications in ruby.

4 SWT ( ), JRuby.

: " / GUI Ruby?" ,

+3

All Articles