Shoes

Shoes
原作者why the lucky stiff英语why the lucky stiff
開發者Team Shoes
首次发布2007年7月30日,​17年前​(2007-07-30
当前版本3.2.25 (Federales)(2015年9月25日,​9年前​(2015-09-25
编程语言主要为 Ruby 和 C
平台跨平台
语言英语
许可协议MIT / Open source
网站shoesrb.com
預覽警告:页面使用了Template:Infobox software不存在的参数"status"

Shoes 是一套基于 Ruby 语言的 GUI 开发工具。其最初由 why the lucky stiff英语why the lucky stiff 开发,在他停止了一切公开活动之后,社区接手了该项目并继续开发。Shoes 可以在 Microsoft WindowsMac OS X 和 LinuxGTK+)上运行,底层使用了 Cairo 和 Pango 函数库。

Shoes 的设计哲学是应用程序的编写越简单越好。下面是一个 Shoes 应用的范例:

Shoes.app :title => "Push Button" do
  @note = para "Nothing pushed so far"

  button "Push me" do
    @note.replace "Aha! The button was pushed!"
  end
end

Shoes 不仅提供了标准的视窗控件部件,它还能通过 Chipmunk 实现基础的绘图功能。


From Wikipedia, the free encyclopedia · View on Wikipedia

Developed by Nelliwinne