Distributing Ruby/Python desktop apps

后端 未结 7 1305
Happy的楠姐
Happy的楠姐 2020-12-05 12:22

Is there any way besides Shoes to develop and distribute cross-platform GUI desktop applications written in Ruby?

I come to believe that general bugginess of _why\'s

7条回答
  •  孤城傲影
    2020-12-05 12:34

    I don't think anyone really answered his question.

    As for me, I use VB to do Shell() calls to Ocra compiled Ruby scripts. It works pretty well and allows me to create apps that run in all modern OS.

    Linux testing is done by using Wine to run and ensuring that I use a pre .NET version of VB for the .exe compilation.

提交回复
热议问题