We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
我最近不得不决定为一个简单的应用程序选择一个窗口化前端。我研究了 FXRuby、TKRuby、Shoes 和 WXRuby。
鞋子是唯一帮助我制作应用程序的。其余的(可能)更强大,但复杂性的成本(与鞋子相比)似乎巨大。我以前从未坐下来使用一个丑陋的大窗口 API,并且不想仅仅为了实现我的简单报告生成器而学习一个 API。目前尚不清楚如何获取这些 API 的代码并可靠地生成可执行文件。鞋子的内置包装机非常适合我。
我在使用 Shoes 时遇到的一个问题是获取文档时遇到困难。我最终了解到运行
shoes -m
会启动一个鞋子应用程序,它可以作为一本非常有用的手册。官方教程值得(而且简短)阅读。它位于此处。鞋子对我来说很好用,并且将是我将来选择制作的任何简单实用程序的第一个停靠点。
I recently had to decide on a Windowed front end for a simple app. I looked into FXRuby, TKRuby, Shoes and WXRuby.
Shoes was the only one that helped me make my app. The rest were (probably) more powerful but the cost in complexity (compared to Shoes) seemed vast. I had never had to sit down and work with a big ugly window API before and didn't want to learn one just to achieve my simple report generator. It wasn't clear how to take code for these API's and reliably generate an executable. Shoes' built in packager works nicely for me.
The one problem I had with Shoes was the trouble getting documentation. I eventually learned that running
shoes -m
launches a shoes app which acts as a very useful manual. The official tutorial is a worthwhile (and short) read. That's located here.Shoes served me well and will be my first port of call on any simple utility i choose to make in the future.
您看过钛桌面吗?可能就是您想要的
have you had a look at titanium desktop? might be what your looking for
哦,这个问题让我的毛孔都冒出了热气。我相信互联网的未来就在于卡布奇诺。我知道这听起来像个插头,但我发誓,280slides 和 Atlas 给我留下了深刻的印象。一个使用 Cocoa 的界面生成器构建的 Web 框架,可以通过一个简单的下拉框为 Cocoa 本机编译,也可以编译为一个强大的网页?热热热。也许沸腾?
Oh, hotness flows from my pores about this question. I believe the future of the internet lies over thisaway Cappuccino. I know it sounds like a plug but I swear, I'm just impressed as hell by 280slides and Atlas. A web framework that's built using Cocoa's interface builder and can be compiled for both Cocoa natively as well as a kickass web page by a simple drop-down box? Hot hot hot. Boiling maybe?
Limelight 是另一种选择。它基于 JRuby,可作为 Windows 和 OSX 的二进制安装,或作为任何平台的 gem。 Limelight 主页上有链接的教程和截屏视频。
我没有使用过它,但认为它值得一提(我确实下载了 Windows 版,但无法启动它 - 我怀疑我的工作代理导致了问题)。
我也会投票给鞋子。
Limelight is another alternative. It's JRuby based and available as a binary install for Windows and OSX, or as gem for any platform. There is a tutorial and screencast linked on the Limelight homepage.
I haven't used it, but thought it was worth a mention (I did download for Windows, but couldn't get it to launch - I suspect my work proxy is causing problems).
My vote would be for Shoes as well.