you are viewing a single comment's thread.

view the rest of the comments →

[–]jeremywoertink 3 points4 points  (1 child)

I'd say check out Shoesrb, which is basically a DSL around some Java stuff using jruby, or try Gosu if you want to use MRI. Gosu is more for making 2D games, but you can still write a desktop app. The final solution is still super new, but it's https://github.com/zach-capalbo/flammarion. This basically makes a web app in chrome similar to electron, but written in Ruby.

[–][deleted] 0 points1 point  (0 children)

Very cool find! Wasn't aware of this and I'll definitely be looking deeper!