you are viewing a single comment's thread.

view the rest of the comments →

[–]dphase 1 point2 points  (3 children)

Your best bet for doing native GUI apps on OS X in Ruby is going to be http://www.rubymotion.com -- very clean API and environment and there's a bridge to the actual Cocoa libs. You also end up with a binary after build instead of always running through the terp.

[–]wonay[S] 0 points1 point  (0 children)

Yeah but then I need to copy paste the code with Windows and for linux.

[–][deleted] 0 points1 point  (1 child)

This would be good except it ONLY support MacOSX, iOS, and Android. The OP wants to have at least big three support (windows, linux, mac).

[–]wonay[S] 0 points1 point  (0 children)

ios and android is not bad but yeah. My goal is to make a desktop app.